You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by jayachandra <ja...@gmail.com> on 2004/09/16 13:18:41 UTC

IncompatibleClassChangeError. Help needed!

Hi there!
I'm trying to run some ws-addressing interop scenario using
axis1.2beta and Tomcat5.0. In the response message I'm getting an
AxisFault because of IncompatibleClassChangeError. Did any of u
encounter similar problem? I've browsed to find out that such error
might come becuase of one possible reason of conflicting runtime and
compile time jar file versions. Thinking that jar versions might be
conflicting I tried to see that the same and latest copies of jar
files (commons-logging, activation, commons-discovery, saaj, jaxrpc,
wsdl4j, axis and addressing) are in my classpath, as well as in the
Tomcat's axis/WEB_INF/lib directory also. Still I couldn't get away
from the error. Did I falter somewhere?

Any help in this regard is very much appreciated

Thanks in advance

sincerely,
Jayachandra

Re: IncompatibleClassChangeError. Help needed!

Posted by Davanum Srinivas <da...@gmail.com>.
Jaya,

Are u past this problem? how?

thanks,
dims


On Thu, 16 Sep 2004 17:50:11 +0530, jayachandra <ja...@gmail.com> wrote:
> The HTTP response that included the server side error looks as follows.
> 
> ******
> HTTP/1.1 500 Internal Server Error
> Content-Type: text/html;charset=ISO-8859-1
> Content-Language: en-US
> Content-Length: 2742
> Date: Thu, 16 Sep 2004 10:53:17 GMT
> Server: Apache-Coyote/1.1
> Connection: close
> 
> <html><head><title>Apache Tomcat/5.0.27 - Error
> report</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
> H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
> H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
> BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
> B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
> P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
> {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
> size="1" noshade="noshade"><p><b>type</b> Exception
> report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The
> server encountered an internal error () that prevented it from
> fulfilling this request.</u></p><p><b>exception</b>
> <pre>javax.servlet.ServletException: Servlet execution threw an
> exception
> </pre></p><p><b>root cause</b> <pre>java.lang.IncompatibleClassChangeError
>         org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)
>         org.apache.axis.message.SOAPHandler.endElement(SOAPHandler.java:118)
>         org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
>         org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
>         org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
>         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>         javax.xml.parsers.SAXParser.parse(Unknown Source)
>         org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
>         org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
>         org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
>         org.apache.axis.server.AxisServer.invoke(AxisServer.java:279)
>         org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:637)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>         org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> </pre></p><p><b>note</b> <u>The full stack trace of the root cause is
> available in the Apache Tomcat/5.0.27 logs.</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>
> 
> *****END OF RESPONSE****
> 
> Thanks in advance,
> Jayachandra
> 
> 
> 
> On Thu, 16 Sep 2004 16:48:41 +0530, jayachandra <ja...@gmail.com> wrote:
> > Hi there!
> > I'm trying to run some ws-addressing interop scenario using
> > axis1.2beta and Tomcat5.0. In the response message I'm getting an
> > AxisFault because of IncompatibleClassChangeError. Did any of u
> > encounter similar problem? I've browsed to find out that such error
> > might come becuase of one possible reason of conflicting runtime and
> > compile time jar file versions. Thinking that jar versions might be
> > conflicting I tried to see that the same and latest copies of jar
> > files (commons-logging, activation, commons-discovery, saaj, jaxrpc,
> > wsdl4j, axis and addressing) are in my classpath, as well as in the
> > Tomcat's axis/WEB_INF/lib directory also. Still I couldn't get away
> > from the error. Did I falter somewhere?
> >
> > Any help in this regard is very much appreciated
> >
> > Thanks in advance
> >
> > sincerely,
> > Jayachandra
> >
> 
> 
> --
> -- Jaya
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: IncompatibleClassChangeError. Help needed!

Posted by Davanum Srinivas <da...@gmail.com>.
Jaya,

Are u past this problem? how?

thanks,
dims


On Thu, 16 Sep 2004 17:50:11 +0530, jayachandra <ja...@gmail.com> wrote:
> The HTTP response that included the server side error looks as follows.
> 
> ******
> HTTP/1.1 500 Internal Server Error
> Content-Type: text/html;charset=ISO-8859-1
> Content-Language: en-US
> Content-Length: 2742
> Date: Thu, 16 Sep 2004 10:53:17 GMT
> Server: Apache-Coyote/1.1
> Connection: close
> 
> <html><head><title>Apache Tomcat/5.0.27 - Error
> report</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
> H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
> H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
> BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
> B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
> P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
> {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
> size="1" noshade="noshade"><p><b>type</b> Exception
> report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The
> server encountered an internal error () that prevented it from
> fulfilling this request.</u></p><p><b>exception</b>
> <pre>javax.servlet.ServletException: Servlet execution threw an
> exception
> </pre></p><p><b>root cause</b> <pre>java.lang.IncompatibleClassChangeError
>         org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)
>         org.apache.axis.message.SOAPHandler.endElement(SOAPHandler.java:118)
>         org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
>         org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
>         org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
>         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
> Source)
>         org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> Source)
>         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>         org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>         org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>         javax.xml.parsers.SAXParser.parse(Unknown Source)
>         org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
>         org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
>         org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
>         org.apache.axis.server.AxisServer.invoke(AxisServer.java:279)
>         org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:637)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>         org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> </pre></p><p><b>note</b> <u>The full stack trace of the root cause is
> available in the Apache Tomcat/5.0.27 logs.</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>
> 
> *****END OF RESPONSE****
> 
> Thanks in advance,
> Jayachandra
> 
> 
> 
> On Thu, 16 Sep 2004 16:48:41 +0530, jayachandra <ja...@gmail.com> wrote:
> > Hi there!
> > I'm trying to run some ws-addressing interop scenario using
> > axis1.2beta and Tomcat5.0. In the response message I'm getting an
> > AxisFault because of IncompatibleClassChangeError. Did any of u
> > encounter similar problem? I've browsed to find out that such error
> > might come becuase of one possible reason of conflicting runtime and
> > compile time jar file versions. Thinking that jar versions might be
> > conflicting I tried to see that the same and latest copies of jar
> > files (commons-logging, activation, commons-discovery, saaj, jaxrpc,
> > wsdl4j, axis and addressing) are in my classpath, as well as in the
> > Tomcat's axis/WEB_INF/lib directory also. Still I couldn't get away
> > from the error. Did I falter somewhere?
> >
> > Any help in this regard is very much appreciated
> >
> > Thanks in advance
> >
> > sincerely,
> > Jayachandra
> >
> 
> 
> --
> -- Jaya
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: IncompatibleClassChangeError. Help needed!

Posted by jayachandra <ja...@gmail.com>.
The HTTP response that included the server side error looks as follows.

******
HTTP/1.1 500 Internal Server Error
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Content-Length: 2742
Date: Thu, 16 Sep 2004 10:53:17 GMT
Server: Apache-Coyote/1.1
Connection: close

<html><head><title>Apache Tomcat/5.0.27 - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
{color : black;}A.name {color : black;}HR {color :
#525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
size="1" noshade="noshade"><p><b>type</b> Exception
report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The
server encountered an internal error () that prevented it from
fulfilling this request.</u></p><p><b>exception</b>
<pre>javax.servlet.ServletException: Servlet execution threw an
exception
</pre></p><p><b>root cause</b> <pre>java.lang.IncompatibleClassChangeError
	org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)
	org.apache.axis.message.SOAPHandler.endElement(SOAPHandler.java:118)
	org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
	org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
	org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
	org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
	org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
	org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	javax.xml.parsers.SAXParser.parse(Unknown Source)
	org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
	org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
	org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
	org.apache.axis.server.AxisServer.invoke(AxisServer.java:279)
	org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:637)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
	org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is
available in the Apache Tomcat/5.0.27 logs.</u></p><HR size="1"
noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>

*****END OF RESPONSE****


Thanks in advance,
Jayachandra

On Thu, 16 Sep 2004 16:48:41 +0530, jayachandra <ja...@gmail.com> wrote:
> Hi there!
> I'm trying to run some ws-addressing interop scenario using
> axis1.2beta and Tomcat5.0. In the response message I'm getting an
> AxisFault because of IncompatibleClassChangeError. Did any of u
> encounter similar problem? I've browsed to find out that such error
> might come becuase of one possible reason of conflicting runtime and
> compile time jar file versions. Thinking that jar versions might be
> conflicting I tried to see that the same and latest copies of jar
> files (commons-logging, activation, commons-discovery, saaj, jaxrpc,
> wsdl4j, axis and addressing) are in my classpath, as well as in the
> Tomcat's axis/WEB_INF/lib directory also. Still I couldn't get away
> from the error. Did I falter somewhere?
> 
> Any help in this regard is very much appreciated
> 
> Thanks in advance
> 
> sincerely,
> Jayachandra
> 



-- 
-- Jaya

Re: IncompatibleClassChangeError. Help needed!

Posted by jayachandra <ja...@gmail.com>.
The HTTP response that included the server side error looks as follows.

******
HTTP/1.1 500 Internal Server Error
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Content-Length: 2742
Date: Thu, 16 Sep 2004 10:53:17 GMT
Server: Apache-Coyote/1.1
Connection: close

<html><head><title>Apache Tomcat/5.0.27 - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A
{color : black;}A.name {color : black;}HR {color :
#525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
size="1" noshade="noshade"><p><b>type</b> Exception
report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The
server encountered an internal error () that prevented it from
fulfilling this request.</u></p><p><b>exception</b>
<pre>javax.servlet.ServletException: Servlet execution threw an
exception
</pre></p><p><b>root cause</b> <pre>java.lang.IncompatibleClassChangeError
	org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)
	org.apache.axis.message.SOAPHandler.endElement(SOAPHandler.java:118)
	org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1077)
	org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
	org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
	org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
	org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
	org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	javax.xml.parsers.SAXParser.parse(Unknown Source)
	org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:225)
	org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
	org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
	org.apache.axis.server.AxisServer.invoke(AxisServer.java:279)
	org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:637)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
	org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is
available in the Apache Tomcat/5.0.27 logs.</u></p><HR size="1"
noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>

*****END OF RESPONSE****


Thanks in advance,
Jayachandra

On Thu, 16 Sep 2004 16:48:41 +0530, jayachandra <ja...@gmail.com> wrote:
> Hi there!
> I'm trying to run some ws-addressing interop scenario using
> axis1.2beta and Tomcat5.0. In the response message I'm getting an
> AxisFault because of IncompatibleClassChangeError. Did any of u
> encounter similar problem? I've browsed to find out that such error
> might come becuase of one possible reason of conflicting runtime and
> compile time jar file versions. Thinking that jar versions might be
> conflicting I tried to see that the same and latest copies of jar
> files (commons-logging, activation, commons-discovery, saaj, jaxrpc,
> wsdl4j, axis and addressing) are in my classpath, as well as in the
> Tomcat's axis/WEB_INF/lib directory also. Still I couldn't get away
> from the error. Did I falter somewhere?
> 
> Any help in this regard is very much appreciated
> 
> Thanks in advance
> 
> sincerely,
> Jayachandra
> 



-- 
-- Jaya