Yes, it's a new installation. I've put the source "hg clone https://wave-protocol.googlecode.com/hg/ wave-protocol" in /opt/, made some changes with run-config.sh and build it with ant ... without any errors. I can run the server and command-line client without any error too. But the agent Echoey won't start.
On 19 Mai, 09:03, James Purser <[email protected]> wrote: > Okay is this a new install? Were there any errors in the build process? > > On 19/05/2010, raha <[email protected]> wrote: > > > > > > > My Java version is "1.6.0_12": > > Java(TM) SE Runtime Environment (build 1.6.0_12-b04) > > Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode) > > > After the wave server is running i type ./run-agent-echoey.sh and see > > java.lang.NoClassDefFoundError exception. > > > On 19 Mai, 00:13, James Purser <[email protected]> wrote: > >> Hi, what java are you using and what command are you using to launch > >> echoey? > > >> On 19/05/2010, raha <[email protected]> wrote: > > >> > 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.startCh > >> > annel(WebSocketClientRpcChannel.java: > >> > 61) > >> > at > >> > org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannel.<init>(ClientRpc > >> > Channel.java: > >> > 99) > >> > at > >> > org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannel.<init>(ClientRpc > >> > Channel.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(Ab > >> > stractAgent.java: > >> > 51) > >> > at > >> > org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent.run(Abstra > >> > ctAgent.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. > > >> -- > >> Sent from my mobile device > > >> -- > >> 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 > >> athttp://groups.google.com/group/wave-protocol?hl=en. > > > -- > > 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. > > -- > Sent from my mobile device > > -- > 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 > athttp://groups.google.com/group/wave-protocol?hl=en. -- 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.
