Web server failed to start. Port xxxx was already in use IDEA端口被占用 问题总结
发布时间:2022-10-11 07:23:31 1404
相关标签: # java# java# 信息
错误信息如下:
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8888 was already in use.
Action:
Identify and stop the process that's listening on port 8888 or configure this application to listen on another port.
Process finished with exit code 1
错误原因:
IDEA重启时,端口被占用
解决方案:
netstat -ano | findstr 端口号
taskkill -PID 进程号 -F
文章来源: https://blog.51cto.com/learningfish/5734292
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报