Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

when i try to debug the java programe , it says "Cannot find a free socket for the debugger in eclipse".Could you explain how to resolve the error ?

share|improve this question
Please provide a little more info. Are you using Windows? Are you logged on with an administrator account? Sometimes Windows blocks sockets because they could be a security vulnerability - you might need to explicitly allow sockets. – John Mar 14 '10 at 11:45

2 Answers

As in this thread, you might want to explicitly mention the path of the JVM you are using to execute eclipse.
See this eclipse.ini as an example.

The usual checks (some are Windows specifics) are:

  • switch off the vista firewall (it wasn't activated, to be precise)
  • add a firewall rule for java.exe/javaw.exe/eclipse.exe and reactivated it (just to be sure it didn't interfere although it was deactivated)
  • deactivated my antivirus tool (avira antivir)
  • ran eclipse as administrator
  • disabled UAC
  • activated/deactivated wired and wireless network interfaces
  • changed priorities of the network interfaces
  • used different jvms (1.6 and 1.7)
  • created an entirely new workspace
share|improve this answer

I have found the solution (at least in my case).

Eclipse was installed on a company share drive once I moved it to my local C drive everything worked fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.