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 Davinder Singh <ds...@eGain.com> on 2003/05/16 21:14:04 UTC

java.lang.reflect.InvocationTargetException

Hi,
I have deployed a axis webservice on weblogic. when i call some method from
a client, i get following error:

RemoteException: java.lang.reflect.InvocationTargetException
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:
 faultDetail:
        {http://xml.apache.org/axis/}stackTrace: AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: java.lang.reflect.InvocationTargetException
 faultActor:
 faultNode:
 faultDetail:

java.lang.reflect.InvocationTargetException
        at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
49)
        at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:16
8)
        at
org.apache.axis.encoding.DeserializationContextImpl.endElement(Deserializati
onContextImpl.java:973)
        at
weblogic.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1411)
        at
weblogic.apache.xerces.validators.common.XMLValidator.callEndElement(XMLVali
dator.java:1613)
        at
weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispat
ch(XMLDocumentScanner.java:1219)
        at
weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
nner.java:396)
        at
weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1119)
        at
weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
        at
weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:133)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:357)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
textImpl.java:230)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2511)
        at org.apache.axis.client.Call.invoke(Call.java:2481)
        at org.apache.axis.client.Call.invoke(Call.java:2176)
        at org.apache.axis.client.Call.invoke(Call.java:2099)
        at org.apache.axis.client.Call.invoke(Call.java:1622)

WSDL of the service is being generated properly . i can see it thru browser.

Any idea why this error is thrown.

Many Thanx in advance for any suggestions,
davin