idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native

本博客地址 | GitHub | 更多资源免费下载

idea springboot项目启动时Tomcat报错:An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

原因:安装了基于APR的Apache Tomcat本机库的不兼容版本[1.1.33],而Tomcat需要版本[1.2.14] 需要这个文件:tcnative-1.dll

下载地址是:https://download.csdn.net/download/atgfg/10991048 idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第1张图片

1.首先去官网下载

地址:

http://archive.apache.org/dist/tomcat/tomcat-connectors/native/你需要的版本号 如图:

idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第2张图片下载对应的版本:比如:1.2.14  

idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第3张图片

下载文件为:tomcat-native-1.2.14-win32-bin.zip 

idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第4张图片

本地解压后:找到这个文件:tcnative-1.dll(下载地址是:https://download.csdn.net/download/atgfg/10991048 idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第5张图片)

如你的win系统是x64的,你可以选择如图:idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第6张图片

 

找到已经配置在环境变量的jdk或jer的bin(如图:jdk1.8.0_172)

idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第7张图片idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第8张图片

然后把tcnative-1.dll放在已经配置好环境变量的jdk 路径下,如图:idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第9张图片

大功告成!  idea springboot项目运行正常

idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第10张图片

下载地址是:https://download.csdn.net/download/atgfg/10991048 idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native_第11张图片

 


                                                          
                                                                         ———— 精 选 文 章 ————

  1. Java入门-Java学习路线课程第一课:初识JAVA
  2. Java入门-Java学习路线课程第二课:变量与数据类型
  3. Java入门-Java学习路线课程第三课:选择结构
  4. Java入门-Java学习路线课程第四课:循环结构
  5. Java入门-Java学习路线课程第五课:一维数组
  6. Java入门-Java学习路线课程第六课:二维数组
  7. Java入门-Java学习路线课程第七课:类和对象
  8. Java入门-Java学习路线课程第八课:方法和方法重载
  9. Java入门-Java学习路线扩展课程:equals的使用
  10. Java入门-Java学习路线课程面试篇:取商 / 和取余(模) % 符号的使用
  11. Java进阶-Java学习路线课程第一课:Java集合框架-ArrayList和LinkedList的使用
  12. Java进阶-Java学习路线课程第二课:Java集合框架-HashSet的使用及去重原理
  13. Spring框架-Java学习路线课程第一课:Spring核心
  14. Spring框架-Java学习路线课程:Spring的扩展配置
  15. Springboot框架-Java学习路线课程:Springboot框架的搭建之maven的配置
  16. 使用jquery发送Ajax请求的几种异步刷新方式
  17. java学习:在给学生演示用Myeclipse10.7.1工具生成War时,意外报错:SECURITY: INTEGRITY CHECK ERROR
  18. idea Springboot启动时内嵌tomcat报错- An incompatible version [1.1.33] of the APR based Apache Tomcat Native
  19. Java学习技巧--董老师有话要说
  20. 一个简单的SSM框架Demo(登录(包含拦截器)和注销)

 

更多免费资源请关注微信公众号:JavaForum

微信公众号: JavaForum

对域名或建站感兴趣的朋友可以点击下面的链接,有优惠噢!谢谢您的支持!

 

阿里云优惠点击: 最高¥2000云产品通用代金券


 

你可能感兴趣的:(springboot,tomcat,教学)