Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.6.4
-
None
-
None
Description
Hi All,
This is related to existing JIRA AXIS2-5774.
We are upgrading from axis2 1.4 to 1.6.4. We upgraded successfully and got response from provider with execute() method.
After 4 to 8 request , the service is throwing below error intemittently.
(Modified now)
Error:
=======================
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:423)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
=========================
So we added few logging to Kernel 1.6.4 and found that after few request Cleanup() method in the serviceclient is cleaning the AxisConfiguration,hence the following request getting failed with Null error.
Also we see changes in AxisCOnfiguration in 1.4 and 1.6.4 in Cleanup method().
Is this the normal behaviour in axis2 1.6.4?