我正在尝试使用CXF 2.6.0发布我的Web服务。在启动tomcat服务器时,我遇到以下异常:
org.springframework.beans.BeanInstantiationException : Could not instantiate bean class [org.springframework.web.context.support.XmlWebApplicationContext]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
无需说我的classpath中已经有common-logging-1.1.1.jar。我还缺少什么?
答案 0 :(得分:1)
请检查在发布期间是否多次加载LogFactory。如果存在加载同一类的jar冲突,则可能会发生这种情况。