会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
大大龄码农
博客园
首页
新随笔
联系
订阅
管理
2021年4月14日
IDEA Error running 'Tomcat 9.0.40': Unable to open debugger port (127.0.0.1:44766): java.net.SocketException "Interrupted function call: accept failed" 解决方案
摘要: 1.在 Event log 查看哪个端口被占用 2.运行cmd 输入命令 netstat -ano | findstr "1099" 查询这个端口的进程id是多少 3.查询这个进程id 是哪个进程 tasklist | findstr "20284" 4.确认进程,没问题时杀死进程 taskkill
阅读全文
posted @ 2021-04-14 17:29 大大龄码农
阅读(1137)
评论(0)
推荐(0)
编辑
公告