0

我一直有以下问题。有时,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)

我该如何处理这个错误?

4

1 回答 1

1

实际上,您的 tomcat 可能没有弯腰,只需转到任务管理器并在那里检查,任何 javaw 或 etc 的实例仍在运行,这是导致此错误的原因。

于 2012-09-05T10:16:45.600 回答