[jboss-jira] [JBoss JIRA] (JBAS-9459) Intermitent IllegalStateException: Non HTTP-Servlet lifecycle not defined

Leonardo Postacchini (Created) (JIRA) jira-events at lists.jboss.org
Tue Dec 13 16:45:10 EST 2011


Intermitent IllegalStateException: Non HTTP-Servlet lifecycle not defined
-------------------------------------------------------------------------

                 Key: JBAS-9459
                 URL: https://issues.jboss.org/browse/JBAS-9459
             Project: Legacy JBoss Application Server 6 
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Weld/CDI
    Affects Versions: JBossAS-5.1.0.GA
         Environment: Debian/Linux Squeeze, Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)

            Reporter: Leonardo Postacchini
            Assignee: Marius Bogoevici


Randomly, on deploy, the aplication throws:
2011-12-12 16:51:22,474 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/myapp]] (http-192.168.53.130-443-1) 
Exception sending request initialized lifecycle event to listener instance of class org.jboss.webbeans.servlet.WebBeansListener
java.lang.IllegalStateException: Non HTTP-Servlet lifecycle not defined
    at org.jboss.webbeans.servlet.WebBeansListener.requestInitialized(WebBeansListener.java:112)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:180)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:662)

And then the deployment fails for the application.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list