Hello,

I got the following cryptic error when calling a web service function from a 
JUnit test.
The error is probably due to a JNI function which I call from the service.

I looked in the axis2 directory if there was some kind of axis2.log file, but 
to no avail. 

How do you fellows debug your Axis2 web services?

Many thanks.

Philippe

-----------------------------------------------------------------

org.apache.axis2.AxisFault: 0000: Unknow error when trying to calculate the 
subscription end date
        at 
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
        at 
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
        at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
        at 
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
        at 
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555)
        at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531)
        at 
org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:102)
        at 
com.iht.circa.jni.tests.ApiJniTest.testCalculateEndDateFunction(ApiJniTest.java:178)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:243)
        at junit.framework.TestSuite.run(TestSuite.java:238)
        at junit.textui.TestRunner.doRun(TestRunner.java:116)
        at junit.textui.TestRunner.start(TestRunner.java:180)
        at junit.textui.TestRunner.main(TestRunner.java:138)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to