今天运行idea的debug时出现了如下错误:

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

问题是: Tomcat的端口被占用了

解决方法时更改Tomcat的端口,将5134修改为其他端口号

Unable to open debugger port : java.net.BindException"Address already in use: JVM_Bind"

问题解决!!!

相关文章: