进程被占用,打开cmd终止掉进程就行了

1,首先找到端口  netstat -aon|findstr 1099

2,找到占用的进程 tasklist | findstr 14392

3,终止进程 taskkill /pid 14392 -f

idea 启动项目报错Error running 'tomcat': Unable to open debugger port (127.0.0.1:38667): java.net.SocketException "socket closed

 

相关文章:

  • 2021-10-17
  • 2022-12-23
  • 2022-01-18
  • 2021-09-16
猜你喜欢
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-06-25
相关资源
相似解决方案