An incompatible version [1.2.10] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.24]

IntellJ IDEA起一个Spring Boo项目,启动后出现两个ERROR日志。
看提示是:1.2.10 的不满足了,需要去下载1.2.24版本。
需要替换一个tcnative-1.dll

去Apache Tomcat官方地址下载。
地址是:http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

找到适合的版本
An incompatible version [1.2.10] of the APR based Apache Tomcat Native library is installed....

我需要的是1.2.24的

An incompatible version [1.2.10] of the APR based Apache Tomcat Native library is installed....

下载后打开 外边这个 tcnative-1.dll 是32位的,64位的 tcnative-1.dll 文件在 x64 目录下

然后将文件拷贝到jdk的bin目录中或者是jre的bin目录中(或者将文件拷贝到C:\Windows\System32)即可

An incompatible version [1.2.10] of the APR based Apache Tomcat Native library is installed....

 

 

相关文章:

  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-06-20
  • 2021-06-26
  • 2022-03-10
  • 2021-08-14
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-08-11
  • 2021-09-27
  • 2022-02-07
相关资源
相似解决方案