stefanus arvin created AXIS-2892:
------------------------------------
Summary: AXIS 1.1 stuck in HashMap.get during the load
Key: AXIS-2892
URL: https://issues.apache.org/jira/browse/AXIS-2892
Project: Axis
Issue Type: Bug
Affects Versions: 1.1
Reporter: stefanus arvin
I've run a soap request under the load.
and at some point after the peak response come through, the rest of requests
going to infinite loop with the following stack trace.
"Thread-49557" daemon prio=3 tid=0x000e0708 nid=0x10b0f runnable
[0x7262e000..0x7262fbf0]
at java.util.HashMap.get(HashMap.java:346)
at
org.apache.axis.encoding.ser.BeanDeserializer.onStartElement(BeanDeserializer.java:393)
at
org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl.java:428)
at
org.apache.axis.encoding.ser.BeanDeserializer.startElement(BeanDeserializer.java:165)
at
org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:976)
at
org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:198)
at
org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:722)
at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:233)
at org.apache.axis.message.RPCElement.getParams(RPCElement.java:347)
at org.apache.axis.client.Call.invoke(Call.java:2272)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
have anyone experience this kind of issue before?
this looks similar to AXIS-2498 but the stack trace is different.
Appreciate if someone can guide me through this issue.
Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]