unknown exception

2006-06-23 Thread Vineet_Vashisht

I am getting an exception while using
axis2 with a https Webservice whose client stub has been generated using
WSDL2Java. How can I dig in further to see what is going on? This does
not give me a lot of information. Earlier I thought that there was some
SSL auth problem but now I am thinking this might be unrelated. Please
advise.

org.apache.axis2.AxisFault:
Axis2 transport error : Unknown; nested exception is: 
       
org.apache.axis2.AxisFault: Axis2 transport error : Unknown; nested
exception is: 
       
org.apache.axis2.AxisFault: Axis2 transport error : Unknown; nested
exception is: 
       
org.apache.axis2.AxisFault: Axis2 transport error : Unknown
       
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:222)
       
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:641)
       
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:341)
       
at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:279)
       
at com.anf.ads.Sales10Stub.sales10(Sales10Stub.java:123)
       
at com.anf.ads.axis2.TestAxis2Client.main(TestAxis2Client.java:69)
Caused by: org.apache.axis2.AxisFault:
Axis2 transport error : Unknown; nested exception is: 
       
org.apache.axis2.AxisFault: Axis2 transport error : Unknown
       
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:304)
       
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
       
... 5 more
Caused by: org.apache.axis2.AxisFault:
Axis2 transport error : Unknown
       
at org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:141)
       
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:298)
       
... 6 more



Unknown exception from AXIS Provider

2006-06-13 Thread akkachotu

I have a web service built on AXIS 1.2 Final and web service provider
built on AXIS 1.2 Final. Both are running on WebSphere 5.1 server.
When I try to consume the service I am getting below error on the
provider side. I am not understanding what this exception means and so
someone help me 



6/13/06 11:57:19:806 MST] 43100767 SystemErr R AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: null; nested exception is:
java.lang.NullPointerException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:server

[6/13/06 11:57:19:806 MST] 43100767 SystemErr R null; nested exception is:
java.lang.NullPointerException
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
javax.xml.parsers.SAXParser.parse(Unknown Source)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
[6/13/06 11:57:19:806 MST] 43100767 SystemErr R at
org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
[6/13/06 11:57:19:822 MST] 43100767 SystemErr R at
org.apache.axis.client.Call.invokeEngine(Call.java:2765)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
org.apache.axis.client.Call.invoke(Call.java:2748)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
org.apache.axis.client.Call.invoke(Call.java:2424)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
org.apache.axis.client.Call.invoke(Call.java:2347)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
org.apache.axis.client.Call.invoke(Call.java:1804)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.amma.gen.MyServiceSoapBindingStub.getPartner(MyServiceSoapBindingStub.java:269)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
ServiceInvoker.query(ServiceInvoker.java:71)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
ServiceInvoker.doGet(ServiceInvoker.java:38)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
[6/13/06 11:57:19:853 MST] 43100767 SystemErr R at
com.ibm.ws.webcontainer.servlet.Vali