You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/07/26 01:54:44 UTC

DO NOT REPLY [Bug 51555] An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener

https://issues.apache.org/bugzilla/show_bug.cgi?id=51555

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2011-07-25 23:54:44 UTC ---
A simple way to reproduce this:

1. Add bindOnInit="false" to HTTP connector in server.xml and remove AJP
connector.
2. Start an instance of Tomcat.
3. Try to start second instance of Tomcat. It fails with the same "invalid
transition" exception:

26.07.2011 3:50:09 org.apache.catalina.core.StandardService destroyInternal
SEVERE: standardService.connector.destroyfailed
org.apache.catalina.LifecycleException: An invalid Lifecycle transition was
attempted ([before_destroy]) for component
[org.apache.catalina.connector.MapperListener@17779e3] in state [INITIALIZED]
    at
org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:386)
    at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:278)
    at
org.apache.catalina.connector.Connector.destroyInternal(Connector.java:979)
    at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:284)
    at
org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:578)
    at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:284)
    at
org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:789)
    at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:284)
    at org.apache.catalina.startup.Catalina.stop(Catalina.java:695)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:655)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org