help! Eclipse can't debug.
hi, everybody.
I can run my application program in the Eclipse 3.2, but when I debug the application, a popup window tell me "Cannot connect to VM". The massages on the console is as below:
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_LOAD(509) ["debugInit.c",L476]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
btw: jdk used is j2sdk1.5.0, I have set the environment variable of JAVA_HOME and PATH .
if you know how to solve this problem, pls tell me. thanks a lot.
[650 byte] By [
fans@javaa] at [2007-11-26 19:00:55]

# 3
Please check if a Firewall is running and blocking access to JVM.
In my case Norton Personal Firewall was blocking javaw and disabling that service (you should be instead able to add it to exclusion list) let eclipse debugger run normally. Though it is pretty weird that it blocked a connection from localhost to localhost.
# 4
Hi to all,
I'm having the same problem, on a linux box (2.6.20-1.2925.fc6 #1 SMP). Your suggestion about the filrewall didn't work. I turned both the firewall and the SELinux services off and I still receive the same message when I try to debug a plug-in. By the way, the messages are:
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)
ERROR: transport error 202: gethostbyname: unknown host ["transport.c",L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) ["debugInit.c",L500]
JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized
Any help is really appreciated.