Bug 376288 - can't launch debugger, can't connect to VM socket not found and my firewall is off
Summary: can't launch debugger, can't connect to VM socket not found and my firewall i...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-04-07 21:09 EDT by Chris K CLA
Modified: 2012-05-24 12:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris K CLA 2012-04-07 21:09:19 EDT
Build Identifier: M20120208-0800

Hi, I know this has been addressed before but I'm running into a problem where I suddenly can't run the debugger on anything in Eclipse.  It will always pop up a message saying it can't connect to the VM because the socket is not found.  The usual advice is to disable the firewall but that isn't working for me.  Any help would be appreciated!

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)

Reproducible: Always

Steps to Reproduce:
1. Right click on any .java file
2. Try to Run the debugger
3.
Comment 1 Michael Rennie CLA 2012-05-10 12:13:05 EDT
(In reply to comment #0)
> Build Identifier: M20120208-0800
> 
> Hi, I know this has been addressed before but I'm running into a problem where
> I suddenly can't run the debugger on anything in Eclipse.  It will always pop
> up a message saying it can't connect to the VM because the socket is not found.
>  The usual advice is to disable the firewall but that isn't working for me. 
> Any help would be appreciated!

I have to ask, but are you absolutely sure there is no firewall / AV / etc. solution interfering? Do you get any other entries in the log? Do you have any problems connecting to other services that use ports/sockets?

If you log in as Administrator can you debug?
Comment 2 Michael Rennie CLA 2012-05-24 12:09:30 EDT
Marking worksforme without more info