Failed to connect to remote JVM, connection timed out [message #643734] |
Wed, 08 December 2010 00:12  |
Eclipse User |
|
|
|
Hi,
trying to do remote debugging from eclipse.
weblogic 8.1
eclipse: 3.4
windows xp
start weblogic script has below:
export JAVA_OPTIONS=" ${JAVA_OPTIONS} -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=59110,server=y,suspend =n "
configuration In eclipse remote java application:
server = <<server name>>
port = 59110
WL log file shows
starting weblogic server...
Listening for transport dt_socket at address: 59110
doing a netstat on my pc (windows XP) shows the below on clicking debug <<configuration>> in eclipse
netstat -a | findstr 59110
TCP <<pc name>>:1709 <<server>>:59110 ESTABLISHED
however finally receiving the message
"Failed to connect to remote VM. Connection timed out.
Timeout occurred while waiting for packet 398"
|
|
|
|
Powered by
FUDForum. Page generated in 0.11912 seconds