APPLICATION FAILED TO START
Description:
The Tomcat connector configured to listen on port xxxx 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 xxxx, or configure this application to listen on another port.
原因: 當(dāng)遇到 The port may already be in use or the connector my be misconfigured.這個(gè)錯(cuò)誤時(shí),居多是因?yàn)樯弦淮雾?xiàng)目正在啟動(dòng)時(shí),由于其他非正常原因?qū)е路?wù)宕機(jī)等現(xiàn)象。當(dāng)重啟動(dòng)項(xiàng)目時(shí)該端口被占用。
解決辦法:
?或者:win+r 輸入cmd,快捷啟動(dòng)
1.查詢本地已被占用的端口號(hào):
netstat -aon|findstr "xxxx" ?
?2.殺死"xxxx"端口號(hào)的進(jìn)程
taskkill /T /F /PID "5932"
?
?當(dāng)出現(xiàn)"成功"字樣時(shí),代表殺死進(jìn)程成功!文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-657660.html
3.重新啟動(dòng)程序!文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-657660.html
到了這里,關(guān)于報(bào)錯(cuò):The Tomcat connector configured to listen on port xxxx failed to start. The port may already be的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!