Unable to open debugger port (127.0.0.1:63777): java.net.BindException "Address already in use: JVM

Intellij IDEA开发启动本地Tomcat时会报

“Unable to open debugger port (127.0.0.1:53707): java.net.BindException "Address already in use: JVM”

由于最近写的代码需要自测调试所以打了 Debug。今天启动项目是Tomcat启动不了

 

 解决方案:删除本地的Tomcat配置,重新配即可。

你可能感兴趣的:(idea)