在日志里显示在 event log 里的 Error running 'server_web': Address localhost:1099 is already in use

显示1099单口已被使用,可在命令行 中直接停止,

netstat -aon|findstr 1099
tasklist|findstr 6248
taskkill -F -IM java.exe

原文地址:https://blog.csdn.net/m0_38016299/article/details/80079990

 

相关文章:

  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-06-25
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-12-12
  • 2021-08-02
  • 2021-07-30
相关资源
相似解决方案