【发布时间】:2011-04-22 11:12:21
【问题描述】:
我目前正在开发一个简单的 Web 项目,为此我使用了 Polarion 的 SDK。当尝试使用相应的 *.jar 文件时,Tomcat 7 在启动时会抛出以下错误消息:
SCHWERWIEGEND: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: Lcom/polarion/alm/ws/client/session/SessionWebService;
根据我进行的研究,Java 正试图找到 com.polarion.ws.client.session.SessionWebService 的 instance(因此是领先的 L) .我已经检查了所需条目的类路径 - 它就在那里。
C:\Polarion\polarion\SDK\lib\com.polarion.alm.ws.client\wsclient.jar
到目前为止,我已经没有什么可能出错的想法了。你有什么想法吗?
非常感谢! 西蒙
【问题讨论】:
标签: java tomcat noclassdeffounderror tomcat7