|
Hi, I’m a beginner for Axis. I tried to deploy the
userguide sample. The service is getting deployed. When I use the
EchoBlockingClient To call the web service it gives the following error. Note: I have downloaded the Axis2 1.0 standard distribution
and using inbuilt http-server. Is there any bug with this version? Please do help me on this error so that I can proceed. I’m
stuck up for past few days org.apache.axis2.AxisFault: null; nested exception is: java.lang.NullPointerException at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457) at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399) at EchoBlockingClient.main(EchoBlockingClient.java:47) Caused by: java.lang.Exception: org.apache.axis2.AxisFault: null;
nested exception is: java.lang.NullPointerException at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318) at
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.j ava:136) at
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessa geReceiver.java:37) at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:454) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUti ls.java:284) at
org.apache.axis2.transport.http.HTTPWorker.processRequest(HTTPWorker.java:255) at
org.apache.axis2.transport.http.server.SimpleConnectionThread.run(SimpleConnectionThread.j ava:92) at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoo lExecutor.java:650) at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExe cutor.java:675) at java.lang.Thread.run(Thread.java:534) Caused by: java.lang.NullPointerException at
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.j ava:84) ... 8 more at org.apache.axis2.AxisFault.<init>(AxisFault.java:159) ... 4 more DISCLAIMER: |
