Bug 10304 - java.lang.IncompatibleClassChangeError exception
Summary: java.lang.IncompatibleClassChangeError exception
Status: RESOLVED WORKSFORME
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 4.0.1 Final
Hardware: HP HP-UX
: P3 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-27 22:20 UTC by Paul J Capista
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul J Capista 2002-06-27 22:20:26 UTC
Our webapp is throwing a java.lang.IncompatibleClassChangeError when attempting
to load our servlet.  The class that is failing is a class contained in a
middleware jar file.  We are successful in accessing the very same class via 
code which executes outside of tomcat.

Any help would be greatly appreciated.

javax.servlet.ServletException: Servlet.init() for servlet SVLLogin threw 
exception
  at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
  at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
  at org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:214)
  at org.apache.catalina.core.StandardPipeline.invokeNext
(StandardPipeline.java:566)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)

.
.
.

----- Root Cause -----
java.lang.IncompatibleClassChangeError
  at com.telcordia.xis.agent.ins.InsHelper.resolveAnyFromContext
(InsAgentImpl.java:99)
  at com.telcordia.xis.agent.ins.InsHelper.resolve(InsAgentImpl.java:123)
  at com.telcordia.xis.agent.ins.InsAgentImpl.resolve(InsAgentImpl.java:441)
  at com.telcordia.xis.agent.config.ConfigMasterAgent.openRootConfigContext
(ConfigMasterAgent.java:73)
  at com.telcordia.xis.agent.config.ConfigMasterAgent.openRoot
(ConfigMasterAgent.java:55)
  at com.telcordia.xis.agent.config.ConfigAgentExImpl.localOpenRoot
(ConfigAgentExImpl.java:402)

Paul Capista
Telcordia Technologies
pcapista@telcordia.com
Comment 1 Remy Maucherat 2002-07-03 08:21:52 UTC
This works for me. Please provide a test case to reproduce this bug.