Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Exception while debugging the VE plugin

Dear VE Team,

I am getting the following exception  when I try to debug or run the plug-in
in Plug-in development environment.

org.eclipse.jem.proxy plug in is in the workspace and is specified to be
loaded when the workbench is launched.

Could you tell me what am I missing?

Thanks and regards,

Janak


!ENTRY org.eclipse.jem.proxy 2 0 2006-06-28 15:11:21.300
!MESSAGE IWAV0138E Remote VM terminated too soon. See .log file for trace of
output. For VM "Project (ULCVE)-VM for ULCVE".
IWAV0072I Remote VM terminated before any commands can be sent. Following
are the error and output streams.
Remote VM Commandline:
 C:\java\jdk1.5.0_04\bin\javaw.exe -Dproxyvm.registryKey=17582220 -Dproxyvm.
masterPort=2425 -Dproxyvm.bufsize=16000 "-Dproxyvm.servername=Project
(ULCVE)-VM for ULCVE" -noverify -classpath
"C:/Canoo/ULCVEVE1.2RC/org.eclipse.jem.proxy/vm/remotevm.jar;C:/Canoo/ULCVEV
E1.2RC/runtime-workspace/ULCVE/;C:/Program
Files/ulc-6.1/base/lib/ulc-base-development.jar;C:/Program
Files/ulc-6.1/container/ejb/lib/ulc-ejb-client.jar;C:/Program
Files/ulc-6.1/container/ejb/lib/ulc-ejb-server.jar;C:/Program
Files/ulc-6.1/container/servlet/lib/ulc-servlet-client.jar;C:/Program
Files/ulc-6.1/container/servlet/lib/ulc-servlet-server.jar;C:/Program
Files/ulc-6.1/environment/applet/lib/ulc-applet-development.jar;C:/Program
Files/ulc-6.1/environment/jnlp/lib/ulc-jnlp-client.jar;C:/Program
Files/ulc-6.1/environment/standalone/lib/ulc-standalone-client.jar;C:/Canoo/
ULCVEVE1.2RC/com.canoo.ulc.visualeditor/ulc-extension.jar;C:/Canoo/ULCVEVE1.
2RC/org.eclipse.ve.jfc/vm/jfcbeaninfo.jar;C:/Canoo/ULCVEVE1.2RC/com.canoo.ul
c.visualeditor.beaninfo/bin/;C:/Canoo/ULCVEVE1.2RC/org.eclipse.jem.beaninfo/
vm/beaninfovm.jar;C:/Canoo/ULCVEVE1.2RC/org.eclipse.ve.java.core/vm/javaremo
tevm.jar;C:/Canoo/ULCVEVE1.2RC/org.eclipse.ve.jfc/vm/jfcvm.jar;C:/Canoo/ULCV
EVE1.2RC/com.canoo.ulc.visualeditor.vm/bin/"
org.eclipse.jem.internal.proxy.vm.remote.RemoteVMApplication
-- Error Stream --
Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/jem/internal/proxy/common/IVMServer
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
	at
org.eclipse.jem.internal.proxy.vm.remote.RemoteVMApplication.main(RemoteVMAp
plication.java:34)



Back to the top