Sreeram Prasad J created AXIS2-5997:
---------------------------------------

             Summary: Axis2 Task threads are not closed
                 Key: AXIS2-5997
                 URL: https://issues.apache.org/jira/browse/AXIS2-5997
             Project: Axis2
          Issue Type: Task
          Components: adb, wsdl
    Affects Versions: 1.7.9
         Environment: Windows, Java8.
            Reporter: Sreeram Prasad J
             Fix For: 1.7.9


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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to