Tomcat启动的时候出现下面这样的提示: 2008-3-15 14:24:12 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performanc e in production environments was not found on the java.library.path:... 选择对应的下
配置springboot环境时报错: An incompatible version [1.1.33] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14] 将文件放在:C:\Windows\System32 tcnative-1.dll 1.2.16下载 1.2.14可用 tcnative-1.dll 1.2.16 32 位和64位,1.2.14可用
tcnative-1.dll 1.2.18 tomcat 启动报错 The APR based Apache Tomcat Native library which allows optimal performance in production 问题的解决需要这个,注意自己需要什么版本,之前下了1.2.14 显示版本不对:An older version 1.2.14 of the APR based Apache Tomcat Native library is installed, wh
一月 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都放进去。
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)
/***************************