JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

Unable to open debugger port (127.0.0.11774) java.net.BindException Address already in use bind

发布时间 2023-05-09 14:04:00作者: 软柠柠吖

解决 intellij IDEA 启动项目报错:Unable to open debugger port (127.0.0.1:1774): java.net.BindException "Address already in use: bind"


cause(原因)

端口被占用❗


resolve(解决)

netstat -aon | findstr "端口号"
taskkill -f -pid 进程号

参考博客

解决idea启动项目报错:Unable to open debugger port(127.0.0.1:60157):java.net.SocketException"socket closed.

IDEA启动web项目报错unable to open debugger port address already in use:NET_bind.

    本栏目推荐文章
  • vscode错误:Unable to connect to VS Code server: Error in request.
  • fish和pacman:“error: Unable to read input file: 是一个目录”报错的处理
  • ODI 启动agentscheduler报错 Unable to create TaskScheduleDefinitionList
  • 报错:Port 8080 was already in use.
  • Dynamics 365 导入Excel报错:Server was unable to process request.
  • 源码学习 出现彻底解决unable to find valid certification path to requested target
  • EF CodeFirst mysql 迁移异常Unable to create a 'DbContext' of type
  • pytorch反向传播错误解决:RuntimeError: Trying to backward through the graph a second time, but the buffers have already been freed. Specify retain_graph=True when calling backward the first time.
  • idea反编译报Unable to provision, see the following errors:
  • Xcode真机调试之unable to install
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们