關於Tomcat啟動報錯:Failed to initialize end point associated with ProtocolHandler ["http-apr-8080"]
這幾天Tomcat啟動老是遇見這個錯 : Failed to initialize end point associated with ProtocolHandler ["http-apr-8080"],看來是非要我記住這個教訓不可呀。
一般是 Tomcat 的預設埠被佔用,或者 Tomcat 程式沒有關掉。(這個可以通過工作管理員檢視一下,如果發現 Tomcat 程式開著,那就結束它再啟動 Tomcat 就可以了。)
解決辦法:
1.先檢視佔用此埠的玩意兒的PID
執行 cmd ,命令列輸入:netstat -ano|findstr 8080(這裡我的Tomcat 的埠是使用的預設的 8080),會發現有個佔用了 8080 的 PID
2. 然後執行:taskkill /f /pid PID(就是上一條命令查出來的PID),回車,當提示終止成功,說明可以了,現在再重新啟動 Tomcat 應該就沒有問題了。
相關文章
- 解決啟動Tomcat報錯:Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]TomcatAIProtocol
- 解決啟動報錯:Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]AIProtocol
- 解決Tomcat啟動報錯問題:Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]TomcatAIProtocol
- tomcat啟動出現錯誤:Failed to destroy end point associated with ProtocolHandler["ajp-nio-8009"]TomcatAIProtocol
- 嚴重: Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"] java.lang.NullPointAIProtocolJavaNull
- tomocat 執行jsp檔案提示"Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]"JSAIProtocol
- org.apache.coyote.AbstractProtocol.destroy Failed to destroy end point associated with ProtocolHandlApacheProtocolAI
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- SVN報錯“Failed to run the WC DB work queue associated with”解決辦法AI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- 關於mybatis tomcat 和jetty啟動報 {dataSource-1} inited 錯誤的記錄MyBatisTomcatJetty
- CRS啟動報錯Failed 3 to bind listening endpointAI
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- VMware 啟動報錯 "Failed to lock the file"解決辦法AI
- tomcat5啟動NotSerializableException報錯解決TomcatException
- 【tomcat報錯】A child container failed during startTomcatAI
- Failed to run the WC DB work queue associated with 錯誤的解決AI
- JBAS014613: Operation ("add") failed啟動報錯AI
- Oracle啟動報錯:ORA-03113: end-of-file on communication channelOracle
- solrcloud 報 HTTP Status 503 - Server is shutting down or failed to initializeSolrCloudHTTPServerAI
- VM啟動報:failed to launch peer processAI
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- PyCharm啟動報錯:Failed to create JVM.解決辦法之一PyCharmAIJVM
- kafka啟動報錯:kafka.common.KafkaException: Failed to acquire lock on file .lockKafkaExceptionAIUI
- Tomcat啟動報錯:Error starting static Resources解決方法TomcatError
- maven外掛 tomcat7啟動報錯,異常如下MavenTomcat
- mongodb 啟動報錯MongoDB
- php啟動報錯PHP
- mysql 8 報錯 ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repositoryMySqlErrorAIStruct
- tomcat啟動超時以及啟動之後開啟網頁報404錯誤的解決方法Tomcat網頁
- mysql啟動報錯Manager of pid-file quit without updating file.[FAILED]MySqlUIAI
- 升級到 MySQL 8.4,MySQL 啟動報錯:io_setup() failed with EAGAINMySqlAI
- Docker Desktop啟動報錯:Failed to set version to docker-desktop: exit code: -1DockerAI
- PROT-1 Failed to initialize ocrconfigAI
- Failed to initialize NVML: Driver/library version mismatchAI
- 關於MySQL啟動時,丟失資料檔案不報錯的現象MySql
- myeclipse啟動報錯Eclipse
- 本地nacos啟動報錯