Hi guys,
I know this must seem a basic question, however I can't seem to get the
debug server running so I can attach to it, I followed the instructions
from http://www.waveprotocol.org/code/debugging, but this doesn't seem to
be working, I get the error below... Does anyone know how to get pass this
issue?

hegsie$ ./run-server.sh --debug
Listening for transport dt_socket at address: 53892
Exception in thread "main" java.lang.NoClassDefFoundError: set
Caused by: java.lang.ClassNotFoundException: set
    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:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

While I was hunting through the codeline I stumbled across
waveharness-hosted in the build file, does anyone know if there are any
instructions around for how I can use this mode for debugging?

Cheers

Reply via email to