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.

I have always had the following problem. Sometimes, myEclipse is blocked. So I'm obliged to close it via task manager on windows. When I reopen it and want to start tomcat, I have this issue. Tomcat isn't stating and the console shows me this message:

only one address use is allowed and tells that the adress is already in use

StandardServer.await: create[8005]: 
java.net.BindException: Address already in use: JVM_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)

How do I deal with this error?

share|improve this question

1 Answer

up vote 1 down vote accepted

Actually your tomcat might not stooped, just go to task manager and check there, any instance of javaw or etc still running there that is cause of this error.

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.