idea 异常关闭 无法启动Tomacat
错误信息:Error running ‘agro_monitorNew’: Unable to open debugger port (127.0.0.1:54604): java.net.SocketException “Interrupted function call: accept failed”

导致这个错误的原因还是因为端口还被占用的问题,试了很多都没有解决,

查看EventLog有两个错误信息

  • Error running ‘agro_monitorNew’: Address localhost:1066 is already in use(端口号被占用)
    但是通过命令查询netstat -aon|findstr 1066并没有正在使用改端口好的进程,但是依然会报错误
    idea 无法正常启动Tomcat
  • Error running ‘agro_monitorNew’: Unable to open debugger port (127.0.0.1:54605): java.net.SocketException “Interrupted function call: accept failed” (无法打开调试器端口(127.0.0.1:54604):java.net.SocketException“中断的函数调用:接受失败”)

idea 无法正常启动Tomcat
修改端口号以后能运行,将JIMX PORT : 1066修改为5234
idea 无法正常启动Tomcat

相关文章:

  • 2021-07-01
  • 2021-05-21
  • 2021-11-02
  • 2021-06-19
  • 2022-01-09
  • 2022-12-23
  • 2021-06-15
  • 2021-09-16
猜你喜欢
  • 2021-12-15
  • 2021-11-01
  • 2021-12-31
  • 2021-06-06
  • 2022-02-17
  • 2021-09-28
  • 2021-08-10
相关资源
相似解决方案