java.lang.IllegalStateException: Phase 'dispose' has already been executed
--------------------------------------------------------------------------
Key: MULE-4590
URL:
http://www.mulesource.org/jira/browse/MULE-4590 Project: Mule
Issue Type: Bug
Components: Core: Concurrency / Threading
Affects Versions: 2.2.2 (EE only)
Reporter: Francis Upton
I am using Mule ESB EE 2.2.2 and testing it using Junit tests with the FunctionalTestCase mechanism (that is my Junit tests all subclass from this). I get this except intermittently when running the tests.
This is a similar problem to that of MULE-4589, but in dispose instead of start.
**********************************************************************
* Mule shut down normally on: 10/31/09 11:35 PM *
* Server was up for: 0 days, 0 hours, 0 mins, 4.55 sec *
**********************************************************************
INFO 2009-10-31 23:35:16,511 [Wrapper-Shutdown-Hook] org.mule.MuleServer: Mule server shutting down due to normal shutdown request
Error in WrapperListener.stop callback. java.lang.IllegalStateException: Phase 'dispose' has already been executed
java.lang.IllegalStateException: Phase 'dispose' has already been executed
at org.mule.lifecycle.GenericLifecycleManager.checkPhase(GenericLifecycleManager.java:177)
at org.mule.DefaultMuleContext.dispose(DefaultMuleContext.java:201)
at org.mule.MuleServer.shutdown(MuleServer.java:411)
at org.mule.module.boot.MuleServerWrapper.stop(MuleServerWrapper.java:74)
at org.tanukisoftware.wrapper.WrapperManager.privilegedStopInner(WrapperManager.java:3180)
at org.tanukisoftware.wrapper.WrapperManager.access$2600(WrapperManager.java:103)
at org.tanukisoftware.wrapper.WrapperManager$8.run(WrapperManager.java:1995)
at java.security.AccessController.doPrivileged(Native Method)
at org.tanukisoftware.wrapper.WrapperManager.stop(WrapperManager.java:1992)
at org.tanukisoftware.wrapper.WrapperManager$2.run(WrapperManager.java:467)
<-- Wrapper Stopped
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://www.mulesource.org/jira/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email