Hi, I’m starting WLs9.1 in a debug mode by providing the following JVM parameters:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
The server starts up fine.
When I’m trying to connect to the port 5005 from MyEclipse to start remote debugging I’m getting the following error:
“Failed to connect to remote VM. Connection refused”
Any idea what is wrong here?
Thanks,
Marina