一月 10, 2018 4:52:07 下午 org.apache.catalina.core.AprLifecycleListener init
严重: An incompatible version 1.1.31 of the APR based Apache Tomcat Native library is installed,
while Tomcat requires version 1.1.32
一月 10, 2018 4:52:07 下午 org.apache.catalina
1.解决:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path...
2.用法:win+R 到C:\Windows\System32里面去 ,根据你的操作系统把tcnative-1.dll、tcnative-1-src.pdb都放进去。
idea springboot项目启动时Tomcat报错:ncompatible 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]
详情地址:https://blog.csdn.net/a
java.lang.UnsatisfiedLinkError:
Can't load IA 32-bit .dll on a AMD 64-bit platform
错误原因
由错误提示可知,tcnative-1.dll是一个32位文件,但是运行在64位系统上
解决办法
下载一个64位的tcnative-1.dll,覆盖了原来的文件
java.lang.UnsatisfiedLinkError:
Can't load IA 32-bit .dll on a AM
在IntelliJ IDEA 2019.3.3 x64中启动tomcat时报错java.lang.UnsatisfiedLinkError: D:\Tomcat v7.0.4.7\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
/***************************