Connection error to VM
843811Dec 7 2004 — edited Oct 8 2008hi all,
I'm having problem with debugging application in eclipse 3.0. using jdk1.4.2 . I can run and build (using ant) applications without any problem but whenever i'm trying to debug application it says "Launching(Error: Cannot connect to VM)". i'm gonna give you the full error:
Cannot connect to VM
java.net.SocketException: socket closed
java.net.PlainSocketImpl.socketAccept(Native Method)
java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
java.net.ServerSocket.implAccept(ServerSocket.java:448)
java.net.ServerSocket.accept(ServerSocket.java:419)
org.eclipse.jdi.internal.connect.SocketTransportImpl.accept(SocketTransportImpl.java:87)
org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.accept(SocketListeningConnectorImpl.java:124)
org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable.run(StandardVMDebugger.java:78)
java.lang.Thread.run(Thread.java:534)
And in the console it says "FATAL ERROR in native method: No transports initialized
Transport dt_socket failed to initialize, rc = 509."
Can anybody help me plz to get rid of this problem...
thanx,
anindya