8 Replies Latest reply on Oct 24, 2007 5:56 AM by pmuir

    I stucked:CVS 07072007:IllegalStateException at startup and

      Env: pure Tomcat 6.0, Seam CVS-07072007 snapshot.

      "On Seam 1.3.ALPHA everything worked like a charm...".

      I made all things from 1.3->2.0 migration guide.
      After running into this problem I have only <core:init debug="true"/> in my components.xml, but still during startup I get:

      java.lang.IllegalStateException: No application context active
       at org.jboss.seam.Component.forName(Component.java:1707)
       at org.jboss.seam.Component.getInstance(Component.java:1757)
       at org.jboss.seam.Component.getInstance(Component.java:1740)
       at org.jboss.seam.Component.getInstance(Component.java:1719)
       at org.jboss.seam.core.ResourceBundle.instance(ResourceBundle.java:209)
       at org.jboss.seam.jsf.SeamApplicationMessageBundle.handleGetObject(SeamApplicationMessageBundle.java:28)
       at java.util.ResourceBundle.getObject(ResourceBundle.java:380)
       at java.util.ResourceBundle.getString(ResourceBundle.java:346)
       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151)
       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
       at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828)
       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
       at org.apache.catalina.core.StandardService.start(StandardService.java:516)
       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
       at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
      Jul 7, 2007 7:21:43 PM org.apache.catalina.core.StandardContext listenerStart
      SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
      javax.faces.FacesException: java.lang.IllegalStateException: No application context active
       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:387)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
       at org.apache.catalina.core.StandardService.start(StandardService.java:516)
       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
       at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
      Caused by: java.lang.IllegalStateException: No application context active
       at org.jboss.seam.Component.forName(Component.java:1707)
       at org.jboss.seam.Component.getInstance(Component.java:1757)
       at org.jboss.seam.Component.getInstance(Component.java:1740)
       at org.jboss.seam.Component.getInstance(Component.java:1719)
       at org.jboss.seam.core.ResourceBundle.instance(ResourceBundle.java:209)
       at org.jboss.seam.jsf.SeamApplicationMessageBundle.handleGetObject(SeamApplicationMessageBundle.java:28)
       at java.util.ResourceBundle.getObject(ResourceBundle.java:380)
       at java.util.ResourceBundle.getString(ResourceBundle.java:346)
       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151)
       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
       at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828)
       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486)
       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
       ... 15 more
      


      Then Seam seams to start, because I've got few
      * 2007-07-07 19:21:49,728 WARN Component.checkSerializableForComponentType():390

      But then:

      Jul 7, 2007 7:21:49 PM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Jul 7, 2007 7:21:49 PM org.apache.catalina.core.StandardContext start
      SEVERE: Context [] startup failed due to previous errors
      



      In case this helps: after setting breakpoint in Component.forName:1707 I see that queried component is "org.jboss.seam.core.resourceBundle".

      In web.xml my only Seam-related thing is now:


      <listener>
       <listener-class>
       org.jboss.seam.servlet.SeamListener
       </listener-class>
      </listener>
      


        • 1. Re: I stucked:CVS 07072007:IllegalStateException at startup
          gavin.king

          OK, thanks, please report this in JIRA.

          • 2. Re: I stucked:CVS 07072007:IllegalStateException at startup

            Gavin, I've just discovered the source of this problem. I use part of Fer's maven seam "profiles" and didn't upgrade it, so on my classpath there was an alternate components.xml with core:microcontainer.

            Speaking of this, more accurate error reporting would be very helpful :):):)

            BTW sometimes a heavy drinking session is all we need :)

            • 3. Re: I stucked:CVS 07072007:IllegalStateException at startup
              gavin.king

               

              Speaking of this, more accurate error reporting would be very helpful :):):)


              Yes, but the problem here is that in the process of trying to report the exception to you, another exception is happening. I wanted to fix the second exception, so that you could see the first one. That;s why I wanted the issue report :-)

              • 4. Re: I stucked:CVS 07072007:IllegalStateException at startup
                • 5. Re: I stucked:CVS 07072007:IllegalStateException at startup
                  gavin.king

                  thanks, fixed

                  • 6. Re: I stucked:CVS 07072007:IllegalStateException at startup
                    nfeybesse

                    I have a similar problem with an inexistant EventContext when destroy annoted method is called on a bean with Apllication scope.

                    I have changed the code in org.jboss.seam.web.Parameter :

                    public Map<String, String[]> getRequestParameters()
                     {
                     ServletRequest servletRequest = ServletContexts.instance().getRequest();
                     if ( servletRequest != null )
                     {
                     return servletRequest.getParameterMap();
                     }
                     return Collections.EMPTY_MAP;
                     }


                    with

                    public Map<String, String[]> getRequestParameters()
                     {
                     if(Contexts.isEventContextActive())
                     {
                     ServletRequest servletRequest = ServletContexts.instance().getRequest();
                     if ( servletRequest != null )
                     {
                     return servletRequest.getParameterMap();
                     }
                     }
                     return Collections.EMPTY_MAP;
                     }
                    



                    • 7. Re: I stucked:CVS 07072007:IllegalStateException at startup
                      mickknutson

                      I am getting this error with 2.0.0.CR2 Then I downgraded to 2.0.0.cr1 and got the same error each time:

                      12:27:38,906 INFO [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
                      12:27:38,922 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/jboss-seam-2.0.0.CR
                      1.jar
                      12:27:38,922 INFO [TomcatDeployer] deploy, ctxPath=/yoursos, warUrl=.../tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/
                      12:27:41,688 ERROR [STDERR] java.lang.IllegalStateException: No application context active
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.Component.forName(Component.java:1808)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1858)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1853)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1830)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1825)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.core.ResourceLoader.instance(ResourceLoader.java:97)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.core.SeamResourceBundle.loadBundlesForCurrentLocale(SeamResourceBundle.java:58)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.core.SeamResourceBundle.getBundlesForCurrentLocale(SeamResourceBundle.java:48)
                      12:27:41,688 ERROR [STDERR] at org.jboss.seam.core.SeamResourceBundle.handleGetObject(SeamResourceBundle.java:107)
                      12:27:41,688 ERROR [STDERR] at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
                      12:27:41,688 ERROR [STDERR] at java.util.ResourceBundle.getString(ResourceBundle.java:285)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.util.Util.createInstance(Util.java:477)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:655)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:487)
                      12:27:41,688 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69
                      )
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,688 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,688 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
                      12:27:41,688 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                      12:27:41,688 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,688 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      12:27:41,688 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,688 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,688 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
                      12:27:41,688 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                      12:27:41,688 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.WebModule.startModule(WebModule.java:83)
                      12:27:41,688 ERROR [STDERR] at org.jboss.web.WebModule.startService(WebModule.java:61)
                      12:27:41,688 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                      12:27:41,703 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,703 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,703 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                      12:27:41,703 ERROR [STDERR] at $Proxy0.start(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,703 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                      12:27:41,703 ERROR [STDERR] at $Proxy45.start(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,703 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                      12:27:41,703 ERROR [STDERR] at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                      12:27:41,703 ERROR [STDERR] at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                      12:27:41,703 ERROR [STDERR] at $Proxy46.start(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                      12:27:41,703 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
                      12:27:41,703 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                      12:27:41,703 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                      12:27:41,703 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                      12:27:41,703 ERROR [STDERR] at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258)
                      12:27:41,703 ERROR [STDERR] at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOpByName(HtmlAdaptorServlet.java:287)
                      12:27:41,703 ERROR [STDERR] at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:102)
                      12:27:41,703 ERROR [STDERR] at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServlet.java:77)
                      12:27:41,703 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
                      12:27:41,703 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                      12:27:41,703 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
                      12:27:41,703 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
                      12:27:41,703 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
                      12:27:41,703 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                      12:27:41,703 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
                      12:27:41,703 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
                      12:27:41,703 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
                      12:27:41,703 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                      12:27:41,703 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
                      12:27:41,703 ERROR [[/yoursos]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJS
                      FConfigureListener
                      javax.faces.FacesException: java.lang.IllegalStateException: No application context active
                       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:387)
                       at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
                       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
                       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
                       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
                       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
                       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
                       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
                       at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
                       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
                       at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
                       at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
                       at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
                       at org.jboss.web.WebModule.startModule(WebModule.java:83)
                       at org.jboss.web.WebModule.startService(WebModule.java:61)
                       at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                       at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                       at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                       at $Proxy0.start(Unknown Source)
                       at org.jboss.system.ServiceController.start(ServiceController.java:417)
                       at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                       at $Proxy45.start(Unknown Source)
                       at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
                       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                       at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                       at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                       at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
                       at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                       at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                       at $Proxy46.start(Unknown Source)
                       at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                       at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
                       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                       at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:585)
                       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                       at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOpByName(HtmlAdaptorServlet.java:287)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:102)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServlet.java:77)
                       at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
                       at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
                       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                       at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
                       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
                       at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
                       at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
                       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
                       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
                       at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
                       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
                       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
                       at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
                       at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                       at java.lang.Thread.run(Thread.java:595)
                      Caused by: java.lang.IllegalStateException: No application context active
                       at org.jboss.seam.Component.forName(Component.java:1808)
                       at org.jboss.seam.Component.getInstance(Component.java:1858)
                       at org.jboss.seam.Component.getInstance(Component.java:1853)
                       at org.jboss.seam.Component.getInstance(Component.java:1830)
                       at org.jboss.seam.Component.getInstance(Component.java:1825)
                       at org.jboss.seam.core.ResourceLoader.instance(ResourceLoader.java:97)
                       at org.jboss.seam.core.SeamResourceBundle.loadBundlesForCurrentLocale(SeamResourceBundle.java:58)
                       at org.jboss.seam.core.SeamResourceBundle.getBundlesForCurrentLocale(SeamResourceBundle.java:48)
                       at org.jboss.seam.core.SeamResourceBundle.handleGetObject(SeamResourceBundle.java:107)
                       at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
                       at java.util.ResourceBundle.getString(ResourceBundle.java:285)
                       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151)
                       at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122)
                       at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
                       at com.sun.faces.util.Util.createInstance(Util.java:477)
                       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:655)
                       at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:487)
                       at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
                       ... 108 more
                      12:27:41,719 INFO [ServletContextListener] Welcome to Seam 2.0.0.CR1
                      12:27:41,719 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-ui-2.0.0-20071023.043657-65.jar
                      12:27:41,735 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-2.0.0-SNAPSHOT.jar
                      12:27:41,766 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/jboss-seam-2.0.0.CR1.jar
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.
                      seam.international
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.secur
                      ity
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam
                      .persistence
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam
                      .transaction
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.n
                      avigation
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.cor
                      e.framework
                      12:27:41,797 INFO [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
                      12:27:41,797 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-debug-2.0.0.CR1.jar
                      12:27:41,797 INFO [Scanner] scanning: C:\jboss-4.2.1.GA\server\default\tmp\deploy\tmp1754ear-1.0-SNAPSHOT.ear-contents\yoursos-war-exp.war\WEB-INF\cl
                      asses
                      12:27:41,797 INFO [Initialization] reading /WEB-INF/components.xml
                      12:27:41,860 INFO [Initialization] reading jar:file:/C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/jboss-seam-2.0.
                      0.CR1.jar!/META-INF/components.xml
                      12:27:41,860 INFO [Initialization] reading jar:file:/C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp
                      .war/WEB-INF/lib/jboss-seam-2.0.0-SNAPSHOT.jar!/META-INF/components.xml
                      12:27:41,860 INFO [Initialization] reading jar:file:/C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp
                      .war/WEB-INF/lib/jboss-seam-ui-2.0.0-20071023.043657-65.jar!/META-INF/components.xml
                      12:27:41,860 INFO [Initialization] reading properties from: /seam.properties
                      12:27:41,875 INFO [Initialization] reading properties from: /jndi.properties
                      12:27:41,875 INFO [Initialization] initializing Seam
                      12:27:41,875 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-debug-2.0.0.CR1.jar
                      12:27:41,906 INFO [Scanner] scanning: C:\jboss-4.2.1.GA\server\default\tmp\deploy\tmp1754ear-1.0-SNAPSHOT.ear-contents\yoursos-war-exp.war\WEB-INF\cl
                      asses
                      12:27:41,906 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-ui-2.0.0-20071023.043657-65.jar
                      12:27:42,250 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/yoursos-war-exp.war/WEB-INF/l
                      ib/jboss-seam-2.0.0-SNAPSHOT.jar
                      12:27:43,453 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/deploy/tmp1754ear-1.0-SNAPSHOT.ear-contents/jboss-seam-2.0.0.CR1.jar
                      12:27:44,485 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
                      12:27:44,485 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
                      12:27:44,500 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
                      12:27:44,500 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.security.identity
                      12:27:44,500 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
                      12:27:44,500 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.bpm.businessProcess
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
                      12:27:44,516 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
                      12:27:44,531 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                      12:27:44,547 WARN [Initialization] Did not install PojoCache due to NoClassDefFoundError: org/jgroups/MembershipListener
                      12:27:44,547 INFO [Initialization] Installing components...
                      12:27:44,563 INFO [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPool
                      Dispatcher
                      12:27:44,578 INFO [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
                      12:27:44,578 INFO [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversat
                      ion
                      12:27:44,578 INFO [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Convers
                      ationEntries
                      12:27:44,578 INFO [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.C
                      onversationList
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Conve
                      rsationPropagation
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.
                      ConversationStack
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpre
                      ssions
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
                      
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBu
                      ndle
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceL
                      oader
                      12:27:44,594 INFO [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
                      12:27:44,625 INFO [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Ex
                      ceptions
                      12:27:44,625 INFO [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesCon
                      text
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesM
                      essages
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
                      12:27:44,656 INFO [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsR
                      enderer
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
                      
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.Cur
                      rentDate
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework
                      .CurrentDatetime
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.Cur
                      rentTime
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Imag
                      e
                      12:27:44,672 INFO [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.internat
                      ional.LocaleSelector
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.inter
                      national.Messages
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.internationa
                      l.TimeZone
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.intern
                      ational.TimeZoneSelector
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
                      
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
                      
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation
                      .SafeActions
                      12:27:44,688 INFO [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.
                      persistence.PersistenceContexts
                      12:27:44,703 INFO [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.per
                      sistence.HibernatePersistenceProvider
                      12:27:44,703 INFO [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.secur
                      ity.Configuration
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelect
                      or
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transactio
                      n.SeSynchronizations
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Tra
                      nsaction
                      12:27:44,813 INFO [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.
                      EntityConverter
                      12:27:44,891 INFO [Component] Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.Ent
                      ityConverterStore
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.s
                      eam.ui.graphicImage.GraphicImageResource
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.
                      graphicImage.GraphicImageStore
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.reso
                      urce.StyleResource
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resour
                      ce.WebResource
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFi
                      lter
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.f
                      ilter.Ajax4jsfFilterInstantiator
                      12:27:44,906 INFO [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Exception
                      Filter
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRo
                      le
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilt
                      er
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Multipart
                      Filter
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFi
                      lter
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
                      
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
                      12:27:44,922 INFO [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrinc
                      ipal
                      12:27:44,922 INFO [Contexts] starting up: org.jboss.seam.ui.resource.styleResource
                      12:27:44,922 INFO [Contexts] starting up: org.jboss.seam.ui.graphicImage.graphicImageResource
                      12:27:44,938 INFO [Contexts] starting up: org.jboss.seam.ui.resource.webResource
                      12:27:44,938 INFO [Initialization] done initializing Seam
                      12:27:44,938 ERROR [StandardContext] Error listenerStart
                      


                      • 8. Re: I stucked:CVS 07072007:IllegalStateException at startup
                        pmuir

                        Unfortunately the real error is being masked, you'll need to debug, catch the IllegalStateException, and see what message key is being requested.

                        http://jira.jboss.com/jira/browse/JBSEAM-2150