Error AXIS fault message is coming when we test the web services first time after starting the server. ------------------------------------------------------------------------------------------------------
Key: AXIS-2821 URL: https://issues.apache.org/jira/browse/AXIS-2821 Project: Axis Issue Type: Bug Components: Basic Architecture Affects Versions: 1.4 Environment: AXIS 1.4 Reporter: suresh mahajan Fix For: 1.4 I am using AXIS 1.4 in my our Weblogic application. When we start our server and test one of the custom service from our client., following error comes. Please note that this error comes only at first time testing after starting the server. If we run the client again then it is successfully tested without any error. All the subsequent test from 2nd attempt are fine and problem exist only at first attempt. Please help me to resolve the issue. Following is the error message comes at client side (only first time when we test): Testing com.amdocs.cih.services.css.interfaces.ws.ShoppingCartSvc_WSProxy_TestClient Creating proxy.. operation removeItemFromShoppingCart is omitted. operation calculateShoppingCartPrices is omitted. operation changeShoppingCartItemQuantity is omitted. operation saveShoppingCart is omitted. operation updateShoppingCartItem is omitted. testing retrieveShoppingCart(...) Failure: operation deleteShoppingCart is omitted. operation addItemsToShoppingCart is omitted. operation searchShoppingCart is omitted. AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (500)Internal Server Error faultActor: faultNode: faultDetail: {}:return code: 500 Error 500: org/bouncycastle/jce/provider/ {http://xml.apache.org/axis/}HttpErrorCode:500 (500)Internal Server Error at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) 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.amdocs.cih.services.css.interfaces.ws.ShoppingCartSvcSoapBindingStub.retrieveShoppingCart(ShoppingCartSvcSoapBindingStub.java:1375) at com.amdocs.cih.services.css.interfaces.ws.ShoppingCartSvc_WSProxy.retrieveShoppingCart(ShoppingCartSvc_WSProxy.java:273) at com.amdocs.cih.services.css.interfaces.ws.ShoppingCartSvc_WSProxy_TestClient.test_retrieveShoppingCart_6(ShoppingCartSvc_WSProxy_TestClient.java:9188) at com.amdocs.cih.services.css.interfaces.ws.ShoppingCartSvc_WSProxy_TestClient.main(ShoppingCartSvc_WSProxy_TestClient.java:135) 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:585) at amdocs.awsi.war.TestClientRunner.runTest(TestClientRunner.java:165) at amdocs.awsi.war.TestClientRunner.main(TestClientRunner.java:115) 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:585) at amdocs.awsi.war.AwsiWarRunner$CLASS_RUNNER.main(AwsiWarRunner.java:591) Running has succeeded -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.