You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by John Menke <jo...@eagleinfosystems.com> on 2005/01/19 04:25:06 UTC

java.lang.reflect.InvocationTargetException --> how can i debug this???

I have no clue what is causing this and the error is not very helpfull...

ANY ideas????

java.lang.reflect.InvocationTargetException
null
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:
 faultDetail:
	{http://xml.apache.org/axis/}hostname:user-9eac8d1bc7

java.lang.reflect.InvocationTargetException
	at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
21)
	at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:12
8)
	at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationCo
ntext.java:1083)
	at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403)
	at
org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator
.java:1480)
	at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XM
LDocumentScanner.java:1149)
	at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.
java:381)
	at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
	at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext
.java:226)
	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:645)
	at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
	at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChe
cker.java:62)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:173)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2719)
	at org.apache.axis.client.Call.invoke(Call.java:2702)
	at org.apache.axis.client.Call.invoke(Call.java:1738)
	at edu.ksi.virtualclassroom.axis.TestMsgClient.doit(TestMsgClient.java:133)
	at edu.ksi.virtualclassroom.axis.TestMsgClient.main(TestMsgClient.java:172)