You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "David Grigglestone (JIRA)" <ji...@activemq.org> on 2006/03/08 01:18:35 UTC

[jira] Created: (SM-343) Infinite wait prevents clean shutdown

Infinite wait prevents clean shutdown
-------------------------------------

         Key: SM-343
         URL: http://jira.activemq.org/jira//browse/SM-343
     Project: ServiceMix
        Type: Bug

  Components: servicemix-core  
    Versions: 3.0, 3.0-M2, 3.0-M1    
 Environment: win32, sun jdk1.5
    Reporter: David Grigglestone


While shuting down the ServiceMix implementation the VM hangs due to an infinite wait .. the relevent trace is as follows:

        at java.lang.Object.wait(Native Method)
        - waiting on <0x05548278> (a edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock)
        at java.lang.Object.wait(Object.java:474)
        at edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:703)
        - locked <0x05548278> (a edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock)
        at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.suspend(AbstractFlow.java:130)
        - locked <0x05533ab0> (a org.apache.servicemix.jbi.nmr.flow.st.STFlow)
        at org.apache.servicemix.jbi.nmr.Broker.suspend(Broker.java:262)

The full trace does not show a deadlock

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.activemq.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira