Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2892

AXIS 1.1 stuck in HashMap.get during the load

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            arvinstefanus stefanus arvin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: