nadirabid / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

XmlPullParserException: resource not found: /META-INF/services/org.xmlpull.v1.XmlPullParserFactory #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install java 6
2. Download fedone-scripts and fedone-server 1.2
3. Configure run-config.sh to set hostname and xmpp-server port
4. Start xmpp-server (ejabberd)
5. Start fedone-server: 
/usr/lib/jvm/java-6-sun/jre/bin/java -jar fedone-server-0.2.jar
--client_frontend_hostname=localhost --client_frontend_port=9876
--xmpp_component_name=wave --xmpp_server_hostname=myhost.com
--xmpp_server_ip=myhost.com --xmpp_server_port=8888 --xmpp_server_secret
1nDisp0s3d --xmpp_server_ping= --certificate_private_key=myhost.com.key
--certificate_files=myhost.com.cert --certificate_domain=myhost.com
--waveserver_disable_verification=true
--waveserver_disable_signer_verification=true

LOG:
<warnings about signature verification disabled>
INFO: Starting client frontend on host: localhost port: 9876
couldn't connect to XMPP server:org.xmpp.component.ComponentException:
org.xmlpull.v1.XmlPullParserException: caused by:
org.xmlpull.v1.XmlPullParserException: resource not found:
/META-INF/services/org.xmlpull.v1.XmlPullParserFactory make sure that
parser implementing XmlPull API is available
Oct 5, 2009 11:42:29 AM org.waveprotocol.wave.examples.fedone.ServerMain run
INFO: Starting server
...
And then quiet.

What is the expected output? What do you see instead?
Expected: Running server

What version of the product are you using? On what operating system?
fedone-server-0.2, ubuntu 8.10

Please provide any additional information below.

Original issue reported on code.google.com by mror...@gmail.com on 5 Oct 2009 at 9:51

GoogleCodeExporter commented 9 years ago
What Operating System are you using? Also you might find the JDK rather than 
the JRE
a better option.

Original comment by JamesRPu...@gmail.com on 5 Oct 2009 at 10:06

GoogleCodeExporter commented 9 years ago
I got it working (with same params) after downloading and building the source.

Original comment by mror...@gmail.com on 5 Oct 2009 at 12:42

GoogleCodeExporter commented 9 years ago
got the same issue.. fedone-server-0.2, Debian etch
can you give me some hints to download and build the source ?
thanks

Original comment by kadou...@gmail.com on 12 Nov 2009 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
FedOne has changed a lot since the 0.2 prebuilt jars.  Try building/running 
from 
mercurial, there are instructions on the wiki under Installation.

Original comment by btkalman@gmail.com on 12 Nov 2009 at 11:21

GoogleCodeExporter commented 9 years ago

Original comment by btkalman@gmail.com on 27 Nov 2009 at 3:32