Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
Posted VipMao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory相关的知识,希望对你有一定的参考价值。
今天在整合Spring框架的时候报错:
严重: Exception sending context initialized event to listener
instance of class
org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at
org.springframework.web.context.ContextLoader.initWebApplicationConte
xt(ContextLoader.java:282)
at
org.springframework.web.context.ContextLoaderListener.contextInitiali
zed(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart
(StandardContext.java:4994)
at org.apache.catalina.core.StandardContext.startInternal
(StandardContext.java:5492)
at org.apache.catalina.util.LifecycleBase.start
(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call
(ContainerBase.java:1575)
at org.apache.catalina.core.ContainerBase$StartChild.call
(ContainerBase.java:1565)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.logging.LogFactory
原因就是:缺少commons-logging.jar文件
导入相关Jar文件,Clean项目,运行成功。
以上是关于Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory的主要内容,如果未能解决你的问题,请参考以下文章
Mathematical Problems Caused by CCD
Caused by: java.lang.NoClassDefFoundError:
异常Caused by: java.lang.ClassNotFoundException: org.springframework.dao.DataIntegrityViolationExcep