我一直有以下问题。有时,myEclipse被阻止了。所以我不得不通过Windows上的任务管理器关闭它。当我重新打开并想要启动tomcat时,我遇到了这个问题。 Tomcat没有说明,控制台向我显示了这条消息:
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)
如何处理此错误?
答案 0 :(得分:1)
实际上你的tomcat可能没有弯腰,只是去任务管理器并检查那里,任何仍然在那里运行的javaw或者其他实例都是造成这个错误的原因。