Community
Participate
Working Groups
Build Identifier: Hi All, When i go out of the office network.I can not debug on runtime workbench. Though the run mode works. Please see this forum entry for more details. http://www.eclipse.org/forums/index.php?t=msg&goto=557156&S=eaf2e8681371c2dca6972c39d25bf6a0#msg_557156 This is the entry in the console ERROR: transport error 202: connect failed: Connection refused ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) This is the entry in the error log. java.net.SocketException: socket closed at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(Unknown Source) at java.net.ServerSocket.implAccept(Unknown Source) at java.net.ServerSocket.accept(Unknown Source) at org.eclipse.jdi.internal.connect.SocketTransportService.accept(SocketTransportService.java:95) at org.eclipse.jdi.internal.connect.SocketTransportImpl.accept(SocketTransportImpl.java:56) at org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.accept(SocketListeningConnectorImpl.java:135) at org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable.run(StandardVMDebugger.java:107) at java.lang.Thread.run(Unknown Source) I understand that this could be a firewall problem.I am on Vista and then the Windows Firewall could not be turned off due to some group policy. Is there any workaround for this? Please provide your suggestions on this Thanks and Regards, Saurav Reproducible: Always
Yes, this looks like a firewall issue. Looks similar to bug 260093. You need to configure the firewall to enable local TCP.
I have disabled the firewall and IPS for McAfee HIPS and it works fine. I was thinking if we could have a better error message showing the actual error to the user.Like a marker in the problems view with a hint. cheers, Saurav
Oddly, one of my colleagues also have issues. The trace is exactly the same but there are no JDWP error messages. The OS is Windows XP and the internal firewall is disabled. It works with a JDK 1.6.0_23 but not with 1.6.0_24.
*** This bug has been marked as a duplicate of bug 65385 ***