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 harihamsa | ಹರಿಹಂಸ <ha...@gmail.com> on 2010/08/18 07:02:46 UTC

Getting A CXmlApiException

Hi,

I am getting the following exception when trying to fetch from a webservice.
What's the meaning of this exception and why it is raised?
Will someone throw some light?

Regards
Hari

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode:
 faultString: A CXmlApiException was raised in native code : error 19 :
scxmlapi(19) - Doc Engine call failed with cc -1
 faultActor: Server
 faultNode:
 faultDetail:
{http://xml.apache.org/axis/}stackTrace:A CXmlApiException was raised in
native code : error 19 : scxmlapi(19) - Doc Engine call failed with cc -1
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
com.peregrine.webservice.KnowledgeManagement_BindingStub.searchKMQuerySOAP(KnowledgeManagement_BindingStub.java:896)
at KMKTest.main(KMKTest.java:72)