|
Help on the Eclipse remote debugging issue -
05-13-2008, 05:39 PM
Dear Friends:
I'm having a issue on the remote debugging within Eclipse for Jboss Applicationn server. here are what I did
1) Started my jboss locally under Windows OS with below setting
C:\jboss-3.0.3_tomcat-4.1.12\bin>call run.bat --configuration=dev/savvisagent -
-configuration=dev/savvisagent --configuration=dev/compute --configuration=dev/c
ompute --configuration=dev/compute --configuration=dev/compute --configuration=d
ev/compute --configuration=dev/compute --configuration=dev/compute --configurati
on=dev/compute --configuration=dev/compute
================================================== =============================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss-3.0.3_tomcat-4.1.12\bin\\..
.
JAVA: C:\j2sdk1.4.2_04\bin\java
.
JAVA_OPTS: -classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport
=dt_socket,address=8787,server=y,suspend=n -Dprogram.name=run.bat
.
CLASSPATH: C:\jboss-3.0.3_tomcat-4.1.12/server/dev/compute/conf/savvis;C:\j2sd
k1.4.2_04\lib\tools.jar;C:\jboss-3.0.3_tomcat-4.1.12\bin\\run.jar
2) Configured my Eclipse IDE for remote JAVA debugging and put the port as 8787 and host = localhost
3) after click the Apply button and then click the Debug button, then I got a pop up error message state "Failed to connect to remote VM, connection refused"
Any idea why I can't connect?
Thanks a lot for the help
Mary
|