Hello everyone,
I have an fedone 0.2 installation in a VM Debian (Lenny). Server and
console-client running without any problems. But if i try to start the
agent echoey (run-agent-echoey.sh) the following error occurs...
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/
gson/JsonParseException
at
org.waveprotocol.wave.examples.fedone.rpc.WebSocketClientRpcChannel.startChannel(WebSocketClientRpcChannel.java:
61)
at
org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannel.<init>(ClientRpcChannel.java:
99)
at
org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannel.<init>(ClientRpcChannel.java:
117)
at
org.waveprotocol.wave.examples.fedone.rpc.WebSocketClientRpcChannel.<init>(WebSocketClientRpcChannel.java:
42)
at
org.waveprotocol.wave.examples.fedone.waveclient.common.ClientBackend.<init>(ClientBackend.java:
181)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AgentConnection.connect(AgentConnection.java:
83)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent.connect(AbstractAgent.java:
51)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent.run(AbstractAgent.java:
72)
at
org.waveprotocol.wave.examples.fedone.agents.echoey.Echoey.main(Echoey.java:
81)
Caused by: java.lang.ClassNotFoundException:
com.google.gson.JsonParseException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 9 more
Hope, someone knows the cause of this problem.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en.