【未解決】IEDA啟動SpringBoot項目失敗,提示端口被占用,但確認端口並沒有被占用


這幾天正在學習的SpringBoot項目,突然就啟動不起了,報錯

***************************
APPLICATION FAILED TO START
***************************

Description:

The Tomcat connector configured to listen on port 9014 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 9014, or configure this application to listen on another port.


Process finished with exit code 1

但是通過cmd命令netstat -ano | findstr "9014"

PS C:\Windows\system32> netstat -ano | findstr 9014
PS C:\Windows\system32> netstat -ano | findstr "9014"
PS C:\Windows\system32>

可知該端口並沒有被占用,嘗試了重啟軟件、重啟電腦、更新軟件,都無法解決,迷惑!!!
代碼沒問題,修改端口就能運行了,但是用原來的端口就是不行,哪怕沒有被占用。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM