I am using Eclipse 3.1 and ME 4.0.3 on Win XP SP2.
I have tried to configure WAS6 Express server connector based on the help document from this site. When I try to start the server in DEBUG mode, I get an error:
A configuration error occurred during startup. Please verify the preference field with the prompt: Transport dt_socket failed to intialize, rc = 509.
JVMCI161:FATAL ERROR in native method: no transports initialized
JVMDG217:Dump Handler is processing Signal 22 – Please wait.
JVMDG303: Java core file written to G:\bin\javacore.20051228.132755.txt
JVMDG215:Dump Handler has processed Error signal 22.
I have looked into the core file, but I can not see what is the matter. When I try to launch the server in RUN mode I get the following ClassNotFoundException.
java.lang.ClassNotFoundException: com.ibm.ws.runtime.WsServer
at java.net.URLClassLoader.findClass(URLClassLoader.java:375)
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:103)
at java.lang.ClassLoader.loadClass(ClassLoader.java:562)
at java.lang.ClassLoader.loadClass(ClassLoader.java:494)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:166)
I was hoping that someone could point me in the right direction. Any ideas?