org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8082]]解決辦法
前言
今天本地跑專案,竟然沒跑起來,報出了上面的錯誤,甚至導致了一連串的註冊中心錯誤,開始光顧著檢查註冊中心的問題,轉了一大圈,沒問題啊,這才看到這句錯誤——org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8443]]
,感情是改埠元件啟動失敗了,那就很好辦了。
解決
不是要求固定埠的話,就直接配置檔案改埠就行
否則就把當前佔用埠的程序殺死:
netstat -aon | findstr 8082
結果如下:
TCP 0.0.0.0:8082 0.0.0.0:0 LISTENING 10928
查詢對應的應用程序
tasklist | findstr 10928
結果是QQ佔用
殺掉即可
相關推薦
org.apache.catalina.LifecycleException: Failed to start component [Connector[HTTP/1.1-8082]]解決辦法
技術標籤:排錯zookeeperapachejava 前言 今天本地跑專案,竟然沒跑起來,報出了上面的錯誤,甚至導致了一連串的註冊中心錯誤,開始光顧著檢查註冊中心的問題,轉了一大圈,沒問題啊,這才看到這句錯誤——org.a
org.apache.catalina.LifecycleException: Failed to start component
技術標籤:maven 出現該異常的情況: 建立一個沒有骨架的maven專案,配置web相關的資料夾。寫入程式碼後,進行配置本地的tomcat,在該專案中。發現,配置中,沒有對應的artfactes. 如是,使用maven命令打包自動生
SpringBoot 啟動報錯 Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContex
SpringBoot 專案啟動是報如下錯誤: Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost]]
Web server failed to start. Port 8080 was already in use.解決8080埠被佔用的方法
技術標籤:踩坑日常linuxjavacmd 【方法一】 獲取8080埠號的佔用情況: 以管理員身份執行cmd,有些操作可能需要管理員許可權。在cmd視窗中輸入:netstat -ano|findstr "8080",回車,會顯示佔用8080的
Win10系統玩吃雞遊戲提示Failed to start Battleye service錯誤如何解決
有不少win10系統玩家喜歡在電腦中玩吃雞遊戲,可是在啟動吃雞遊戲的時候,卻遇到提示Failed to start Battleye service錯誤的情況,該怎麼辦呢,接下來給大家講解一下Win10系統玩吃雞遊戲提示Failed to start Battle
錯誤1:APPLICATION FAILED TO START
原因:因為之前的專案配置了druid,所以之後的專案建立後執行是@SpringBootApplication會自動裝配autoconfig,他就需要配置資料來源也就是druid。
CentOS7 啟動防火牆 報錯 Failed to start iptables.service: Unit not found.
CentOS7中執行 service iptables restart/start/stop 報錯: Redirecting to /bin/systemctl restart iptables.serviceFailed to restart iptables.service: Unit not found.
Navicat備份MySQL資料庫報錯:Failed to start backup service!
一、遇到的問題 使用Navicat資料庫中的備份功能時候,總是會出現如下的問題。之前使用MySQL的workbench時匯出sql指令碼也出現過這個問題。
Springboot啟動報錯Error creating bean with name 'xxx' defined in URL [xxx]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instan
Error creating bean with name \'xxx\' defined in URL [xxx]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [xxx]: Constru
Failed to read schema document ‘http://www.springframework.org/schema/context/spring-context.xsd‘,
Failed to read schema document ‘http://www.springframework.org/schema/context/spring-context.xsd’,
【Tomcat】〖問題〗解決“org.apache.catalina.startup.Catalina.stopServer未配置關閉埠。通過OS訊號關閉伺服器。伺服器未關閉。”問題
〖問題〗解決“org.apache.catalina.startup.Catalina.stopServer未配置關閉埠。通過OS訊號關閉伺服器。伺服器未關閉。”問題
org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection 解決辦法
技術標籤:mysqljdbcjava 檢查pom檔案裡的座標的mysql版本是否匯入正確 <!-- mysql資料庫驅動包 -->
ubuntu裝驅動出現failed to start user manager for uid 121
技術標籤:ubuntu 八成是驅動沒裝好 sudo apt-get move --pruge nvidia*# 解除安裝 或者手動安裝.run的話 使用.run的解除安裝方式解除安裝掉原來安裝失敗的 再繼續安裝,安裝完記得檢視是否禁用自帶的一些顯示卡
springcloud org.apache.catalina.connector.ClientAbortException: java.io.IOException
今天產品測試同事在測試平臺上測出了一個bug。就是在學習專案中新增一場考試的時候,新增不成功。
org.apache.catalina.connector.ClientAbortException: java.io.EOFException: Unexpected EOF read on the
技術標籤:vue-cli3 今天遇到個這樣的問題,我的專案是前後端分離的,在前端是基於VUE-ADMIN腳手架做的,後端是一個標準的springboot工程,然後自己封裝了一次http單獨使用,並且在vue.config.js中配置了代理,但
Pycharm PyQt5報出This application failed to start because no Qt platform plugin could be initialized.
技術標籤:Python+PyCharmPycharm PyQt5缺少pyqt5failed to startno Qt platform 原文:https://www.jianshu.com/p/3dc33c2c8fb7
成功解決:ubuntu安裝nginx時報錯Failed to start A high performance web server and a reverse proxy server.
技術標籤:linuxubuntunginx 原因是因為之前解除安裝nginx時沒解除安裝乾淨,導致此錯誤,執行以下指令清除乾淨後安裝即可
Failed to start LSB: Bring up/down networking RTNETLINK answers: File exists
技術標籤:linuxredhat 關於Redhat中網路啟動錯誤解決辦法 報錯: Failed to start LSB: Bring up/down networking.RTNETLINK answers: File exists
新人隨手筆記,Tomcat報錯org.apache.catalina.core.StandardContext startInternal問題
問題描述: 新人,跟著狂神大佬學習,第一次整合SSM框架,一直出錯,奇怪的是中間有時候可以執行,但大部分都不可以執行,報錯:
【轉載】Linux環境安裝mysql遇到Redirecting to /bin/systemctl start mysqld.service Failed to start mysqld.service: Unit not found.
使用service mysqld start在CentOS7中啟動mysql報錯: 在提及該錯誤前,我們先提到一個mysql發展及當期背景: