org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]

我打开我们公司的远古项目之后,配好Tomcat 和项目架构,启动报这个错误
原因:jar冲突了,不知道以前哪来的这种._开头的垃圾文件
大家可以看左边我是项目里的需要的jar 右边是我删掉了 备份文件,我们只需要这种正常的jar。
org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:解决方法

解决方法:把重复的jar删掉就行了

org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:解决方法
启动成了 芜湖 起飞

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-05-11
  • 2021-07-13
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2021-10-30
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案