鍍金池/ 問答/Linux/ 啟動Application就報出這個錯誤 tomcat service stop

啟動Application就報出這個錯誤 tomcat service stopping

. _
/\ / ' _(_) _ \
( ( )__ | ' | '_| | '_ / _` | \
\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |___, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.3.RELEASE)

七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
嚴重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
嚴重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service [Tomcat]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.5.31
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.AprLifecycleListener init
嚴重: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring embedded WebApplicationContext
七月 19, 2018 2:16:07 下午 org.apache.catalina.core.StandardService stopInternal
信息: Stopping service [Tomcat]

Process finished with exit code 1### 問題描述

問題出現(xiàn)的環(huán)境背景及自己嘗試過哪些方法

相關代碼

// 請把代碼文本粘貼到下方(請勿用圖片代替代碼)

你期待的結果是什么?實際看到的錯誤信息又是什么?

回答
編輯回答
乖乖噠

猜想:springboot內(nèi)置tomcat版本過高,jdk不適應,造成jar包沖突,一般IDEA默認快速生成的springboot項目均可以跑起來的

2017年3月7日 10:18