启动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### 问题描述

问题出现的环境背景及自己尝试过哪些方法

相关代码

// 请把代码文本粘贴到下方(请勿用图片代替代码)

你期待的结果是什么?实际看到的错误信息又是什么?

阅读 11.9k
1 个回答

猜想:springboot内置tomcat版本过高,jdk不适应,造成jar包冲突,一般IDEA默认快速生成的springboot项目均可以跑起来的

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进