Hi,
Trying to get the two example agents (echoey and probey) running, but
getting the error below:
The web client works, the console client works, only the agents doing
this.
Trying to start the agent by running ./run-agent-echoey.sh
Java version "1.6.0_20"
Ubuntu 10.04
Any pointers as to what I'm doing wrong greatly appreciated.
---
Exception in thread "main" java.lang.NoClassDefFoundError: com/sixfire/
websocket/WebSocket
at
org.waveprotocol.wave.examples.fedone.rpc.WebSocketClientRpcChannel.openWebSocket(WebSocketClientRpcChannel.java:
67)
at
org.waveprotocol.wave.examples.fedone.rpc.WebSocketClientRpcChannel.startChannel(WebSocketClientRpcChannel.java:
49)
at
org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannelImpl.<init>(ClientRpcChannelImpl.java:
96)
at
org.waveprotocol.wave.examples.fedone.rpc.ClientRpcChannelImpl.<init>(ClientRpcChannelImpl.java:
125)
at
org.waveprotocol.wave.examples.fedone.rpc.WebSocketClientRpcChannel.<init>(WebSocketClientRpcChannel.java:
41)
at org.waveprotocol.wave.examples.client.common.ClientBackend
$1.createClientChannel(ClientBackend.java:284)
at
org.waveprotocol.wave.examples.client.common.ClientBackend.<init>(ClientBackend.java:
352)
at
org.waveprotocol.wave.examples.client.common.ClientBackend.<init>(ClientBackend.java:
280)
at org.waveprotocol.wave.examples.client.common.ClientBackend
$DefaultFactory.create(ClientBackend.java:138)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AgentConnection.connect(AgentConnection.java:
106)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent.connect(AbstractAgent.java:
56)
at
org.waveprotocol.wave.examples.fedone.agents.agent.AbstractAgent.run(AbstractAgent.java:
104)
at
org.waveprotocol.wave.examples.fedone.agents.echoey.Echoey.main(Echoey.java:
112)
Caused by: java.lang.ClassNotFoundException:
com.sixfire.websocket.WebSocket
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:
301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 13 more
---
Kind Regards,
Justin Steward
--
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.