zoukankan      html  css  js  c++  java
  • o.a.catalina.core.AprLifecycleListener : An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    1、错误信息提示:

    2019-04-16 22:02:05.811 ERROR 18112 --- [           main] o.a.catalina.core.AprLifecycleListener   : An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    2019-04-16 22:02:06.056  INFO 18112 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9001 (http)

    2019-04-16 22:02:06.222 ERROR 18112 --- [           main] o.a.catalina.core.AprLifecycleListener   : An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    2019-04-16 22:02:06.235  INFO 18112 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]

    2019-04-16 22:02:06.235  INFO 18112 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.32

    2019-04-16 22:02:06.251 ERROR 18112 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener   : An incompatible version [1.2.7] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    2、IntellJ IDEA 搭建的分布式 spring cloud 项目,启动时出现error。通过查询相关资料获知需要更换C:WindowsSystem32下 的 tcnative-1.ddl 文件。

    3、下载地址为: http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.14/binaries/

        

  • 相关阅读:
    Cocos Creator之生命周期函数
    Cocos Creator之基本概念
    Cocos Creator之菜单栏和工具栏
    Cocos Creator之认识
    lvs nat模式+iptables实现fullnat
    k8s cpu绑定
    arp代理
    确定veth pair在容器和宿主机的对应关系
    k8s 滚动发布
    http长连接
  • 原文地址:https://www.cnblogs.com/northeastTycoon/p/10720755.html
Copyright © 2011-2022 走看看