tomcat报错-----》Unable to open debugger port IDEA Unable to open debugger port
Posted 奋斗的程序猿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat报错-----》Unable to open debugger port IDEA Unable to open debugger port相关的知识,希望对你有一定的参考价值。
原因:IDEA配置的端口被占用了
解决方法:
方法一: 查找idea配置的调试端口--查看占用该端口的进程--杀掉进程
方法二:查找idea配置的调试端口--修改调试端口(未被使用的)
基本步骤:
1、 查看IDEA配置的调试端口,在IDEA配置tomcate的标签页,最后一个Tab页面(Startup/Connection),点击debug,查看port。
2、根据idea配置tomcate中的调试端口,找到对应的进程id
3、 任务管理器杀掉该进程
根据进程id,找到对应的进程kill掉
一般任务管理器默认是不显示进程id的,可任务管理器页面查看/选择列勾选PID显示,找到对应的pid,结束进程即可。
或者打开360防火墙 查看 是否8080端口 或者jvm端口被占用
以上是关于tomcat报错-----》Unable to open debugger port IDEA Unable to open debugger port的主要内容,如果未能解决你的问题,请参考以下文章
tomcat启动报错:Unable to complete the scan for annotations for web application [] due to a StackOverflow
Springboot项目编译正常启动Unable to start embedded Tomcat报错
tomcat启动后报错Bad version number in .class file (unable to load class oracle.jdbc.OracleDriver)
nacos的部署以及nacos启动报错“Unable to start embedded Tomcat”(部分解决)
报错:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requi
springboot报错Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFac