Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5997

Axis2 Task threads are not closed

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.7.9
    • 1.7.9
    • adb, wsdl
    • None
    • Windows, Java8.

    Description

      I have generated stub using Axis2 1.7.9. After the web service interaction, when I monitor through JConsole, I could see the thread related to "Axis 2" and it is not closed forever.

      Thread Id=432876, "Axis2 Task" WAITING on java.util.concurrent.SynchronousQueue$TransferStack@301ffda3
      at sun.misc.Unsafe.park(Native Method)

      • waiting on java.util.concurrent.SynchronousQueue$TransferStack@301ffda3 - for 139974 ms
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

      Attachments

        Activity

          People

            Unassigned Unassigned
            sreeram07 Sreeram Prasad J
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: