14 Replies Latest reply on Apr 12, 2009 5:25 AM by maxandersen

    Cannot run EAR seam project building from

    edmanlee

      I followed "New Seam Project" Wizard to create a seam project and chose below options

      Target Runtime = JBoss 4.2 Runtime
      Dynamic Web Module version = 2.5
      Taget Server = JBoss 4.2 Server
      COnfiguration = Dynamic Web Project with Seam 2.0
      Seam Runtime = jboss-seam-2.0.2.SP1
      Deploy As = EAR
      Another options remain unchanged.

      After project was created, I started JBoss Server and right click on home.xhtml to select RUN AS -> RUN on Server.
      It could not run and display JBoss Seam Debug. The console found error meesage as shown below.

      However, if I choose deployment as "WAR" instead of "EAR", it can run without this problem.

      Can anyone help me to reslove this?

      version I use:
      Eclipse JEE ganymede SR2 + JBoss Tools 3.0 GA
      JBOss 4.2.3

      Error Message:
      23:56:56,423 ERROR [SeamPhaseListener] uncaught exception
      java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed)
      at org.jboss.seam.contexts.PageContext.getPhaseId(PageContext.java:162)
      at org.jboss.seam.contexts.PageContext.isBeforeInvokeApplicationPhase(PageContext.java:174)
      at org.jboss.seam.contexts.PageContext.getCurrentWritableMap(PageContext.java:90)
      at org.jboss.seam.contexts.PageContext.remove(PageContext.java:104)
      at org.jboss.seam.Component.newInstance(Component.java:1984)
      at org.jboss.seam.Component.getInstance(Component.java:1876)
      at org.jboss.seam.Component.getInstance(Component.java:1855)
      at org.jboss.seam.Component.getInstance(Component.java:1832)
      at org.jboss.seam.Component.getInstance(Component.java:1827)
      at org.jboss.seam.faces.FacesPage.instance(FacesPage.java:92)
      at org.jboss.seam.core.ConversationPropagation.restorePageContextConversationId(ConversationPropagation.java:85)
      at org.jboss.seam.core.ConversationPropagation.restoreConversationId(ConversationPropagation.java:58)
      at org.jboss.seam.jsf.SeamPhaseListener.afterRestoreView(SeamPhaseListener.java:387)
      at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226)
      at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:192)
      at com.sun.faces.lifecycle.Phase.handleAfterPhase(Phase.java:175)
      at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:114)
      at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:104)
      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
      at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
      at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
      at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      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:182)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
      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:157)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
      at java.lang.Thread.run(Unknown Source)
      23:56:56,892 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml
      23:56:56,892 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml
      23:56:56,908 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml
      23:56:56,923 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
      23:56:56,939 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
      23:56:56,939 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
      23:56:56,954 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
      23:56:56,954 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
      23:56:56,970 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/a4j.taglib.xml
      23:56:56,970 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:56 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/ajax4jsf.taglib.xml
      23:56:57,001 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:57 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/rich.taglib.xml
      23:56:57,001 ERROR [STDERR] 2009å¹´3月22日 下å�ˆ11:56:57 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      資訊: Added Library from: jar:file:/D:/Users/Edmond/devSpaces/Seam.02/wks/test01/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/app01-ear.ear/app01.war/WEB-INF/lib/richfaces-ui.jar!/META-INF/richfaces.taglib.xml
      23:56:57,329 ERROR [SeamPhaseListener] uncaught exception
      java.lang.IllegalStateException: No active application scope
      at org.jboss.seam.core.Init.instance(Init.java:76)
      at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:330)
      at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:241)
      at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:192)
      at com.sun.faces.lifecycle.Phase.handleAfterPhase(Phase.java:175)
      at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:114)
      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
      at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
      at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
      at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      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:182)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
      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:157)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
      at java.lang.Thread.run(Unknown Source)
      23:56:57,329 ERROR [SeamPhaseListener] swallowing exception
      java.lang.IllegalStateException: No active application scope
      at org.jboss.seam.core.Init.instance(Init.java:76)
      at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:330)
      at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:241)
      at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:192)
      at com.sun.faces.lifecycle.Phase.handleAfterPhase(Phase.java:175)
      at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:114)
      at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
      at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
      at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
      at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
      at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      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:182)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
      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:157)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
      at java.lang.Thread.run(Unknown Source)

        • 1. Re: Cannot run EAR seam project building from
          maxandersen

          Any chance that you named your project with a capital letter ? (i.e. MyProject instead of myproject)

          Yes, sounds crazy but there is a bug in some combinations of Seam + AS that causes this phenomenon to happen.

          • 2. Re: Cannot run EAR seam project building from
            edmanlee

            Thank you for your reply.

            I changed the project name with captial letters, but the problem presisted.

            However, I find that it can work properly if deploying to JBoss AS 4.2.2

            Does the problem relate to JBoss AS or Seam runtime?

            • 3. Re: Cannot run EAR seam project building from
              bdlink

              I tried creating a new project today using Eclipse 3.4.2, JBT 3.0.GA plus 3.0.1 alpha nightlies.
              Mysql database, cleaned out C:\apps\workspace3.4.2\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Server\ from old projects.

              Created EAR project with File>New>Seam Web Project. Chose Seam 2.1 using Seam 2.1.1.GA

              Deployed to JBoss AS 4.2.3.GA. Got following startup info leading to error of two seam phase listeners installed.

              There is one seam.jar in the EAR jar, and the web app references this one.

              Startup follows (before browsing application home page, which throws exception: java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed))

              11:03:23,718 INFO [Server] Starting JBoss (MX MicroKernel)...
              11:03:23,718 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
              11:03:23,718 INFO [Server] Home Dir: C:\apps\jboss-as-4.2.3.GA
              11:03:23,734 INFO [Server] Home URL: file:/C:/apps/jboss-as-4.2.3.GA/
              11:03:23,734 INFO [Server] Patch URL: null
              11:03:23,734 INFO [Server] Server Name: default
              11:03:23,734 INFO [Server] Server Home Dir: C:\apps\jboss-as-4.2.3.GA\server\default
              11:03:23,734 INFO [Server] Server Home URL: file:/C:/apps/jboss-as-4.2.3.GA/server/default/
              11:03:23,734 INFO [Server] Server Log Dir: C:\apps\jboss-as-4.2.3.GA\server\default\log
              11:03:23,734 INFO [Server] Server Temp Dir: C:\apps\jboss-as-4.2.3.GA\server\default\tmp
              11:03:23,734 INFO [Server] Root Deployment Filename: jboss-service.xml
              11:03:23,984 INFO [ServerInfo] Java version: 1.5.0_16,Sun Microsystems Inc.
              11:03:23,984 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_16-b02,Sun Microsystems Inc.
              11:03:23,984 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
              11:03:24,500 INFO [Server] Core system initialized
              11:03:26,109 INFO [WebService] Using RMI server codebase: http://localhost:8083/
              11:03:26,109 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
              11:03:26,515 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
              11:03:26,515 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
              11:03:26,687 INFO [TransactionManagerService] Starting recovery manager
              11:03:26,796 INFO [TransactionManagerService] Recovery manager started
              11:03:26,796 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
              11:03:28,796 INFO [EJB3Deployer] Starting java:comp multiplexer
              11:03:30,609 INFO [NativeServerConfig] JBoss Web Services - Native
              11:03:30,609 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
              11:03:31,421 INFO [Embedded] Catalina naming disabled
              11:03:31,531 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\apps\jdk1.5.0_16\bin;.;C:\WINDOWS\system32;C:\WINDOWS;native
              11:03:31,578 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
              11:03:31,859 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-8443
              11:03:31,859 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
              11:03:31,859 INFO [Catalina] Initialization processed in 433 ms
              11:03:31,859 INFO [StandardService] Starting service jboss.web
              11:03:31,859 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
              11:03:31,906 INFO [Catalina] Server startup in 40 ms
              11:03:32,000 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
              11:03:32,421 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
              11:03:32,531 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
              11:03:32,609 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
              11:03:33,375 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
              11:03:33,734 INFO [MailService] Mail Service bound to java:/Mail
              11:03:33,875 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
              11:03:33,921 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
              11:03:33,953 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
              11:03:33,984 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
              11:03:34,015 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
              11:03:34,093 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
              11:03:34,125 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
              11:03:34,125 INFO [QuartzResourceAdapter] start quartz!!!
              11:03:34,171 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
              11:03:34,187 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
              11:03:34,187 INFO [RAMJobStore] RAMJobStore initialized.
              11:03:34,187 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
              11:03:34,187 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
              11:03:34,187 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
              11:03:35,218 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
              11:03:35,390 INFO [A] Bound to JNDI name: queue/A
              11:03:35,406 INFO [B] Bound to JNDI name: queue/B
              11:03:35,406 INFO [C] Bound to JNDI name: queue/C
              11:03:35,406 INFO [D] Bound to JNDI name: queue/D
              11:03:35,406 INFO [ex] Bound to JNDI name: queue/ex
              11:03:35,421 INFO [testTopic] Bound to JNDI name: topic/testTopic
              11:03:35,421 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
              11:03:35,421 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
              11:03:35,421 INFO [testQueue] Bound to JNDI name: queue/testQueue
              11:03:35,453 INFO [UILServerILService] JBossMQ UIL service available at : localhost/127.0.0.1:8093
              11:03:35,468 INFO [DLQ] Bound to JNDI name: queue/DLQ
              11:03:35,546 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
              11:03:35,625 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=open18Datasource' to JNDI name 'open18Datasource'
              11:03:35,671 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=timesheetsDatasource' to JNDI name 'java:timesheetsDatasource'
              11:03:35,718 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
              11:03:35,890 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
              11:03:35,906 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-8443
              11:03:35,906 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
              11:03:35,921 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 12s:187ms
              11:03:40,968 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=infosys211Datasource' to JNDI name 'java:infosys211Datasource'
              11:03:40,968 INFO [EARDeployer] Init J2EE application: file:/C:/apps/workspace3.4.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/infosys211-ear.ear/
              11:03:41,468 WARN [MainDeployer] Found non-jar deployer for jboss-seam.jar: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]
              11:03:41,890 WARN [DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: seam.jboss.org:loader=infosys211, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, configParserClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser, repositoryConfig: java2ParentDelegation=false)
              11:03:42,812 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
              11:03:42,812 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=infosys211-ear.ear,unitName=infosys211 with dependencies:
              11:03:42,812 INFO [JmxKernelAbstraction] jboss.jca:name=infosys211Datasource,service=DataSourceBinding
              11:03:42,812 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=infosys211-ear.ear,unitName=infosys211
              11:03:42,828 INFO [Version] Hibernate EntityManager 3.2.1.GA
              11:03:42,843 INFO [Version] Hibernate Annotations 3.2.1.GA
              11:03:42,843 INFO [Environment] Hibernate 3.2.4.sp1
              11:03:42,843 INFO [Environment] hibernate.properties not found
              11:03:42,859 INFO [Environment] Bytecode provider name : javassist
              11:03:42,859 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
              11:03:42,953 INFO [Configuration] Reading mappings from resource : META-INF/orm.xml
              11:03:42,968 INFO [Ejb3Configuration] [PersistenceUnit: infosys211] no META-INF/orm.xml found
              11:03:43,203 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
              11:03:43,203 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
              11:03:43,359 INFO [SettingsFactory] RDBMS: MySQL, version: 5.0.67-community-nt
              11:03:43,359 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.6 ( Revision: ${svn.Revision} )
              11:03:43,375 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
              11:03:43,406 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
              11:03:43,406 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
              11:03:43,406 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
              11:03:43,421 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
              11:03:43,421 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
              11:03:43,421 INFO [SettingsFactory] JDBC batch size: 15
              11:03:43,421 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
              11:03:43,421 INFO [SettingsFactory] Scrollable result sets: enabled
              11:03:43,421 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
              11:03:43,421 INFO [SettingsFactory] Connection release mode: auto
              11:03:43,421 INFO [SettingsFactory] Maximum outer join fetch depth: 2
              11:03:43,421 INFO [SettingsFactory] Default batch fetch size: 1
              11:03:43,421 INFO [SettingsFactory] Generate SQL with comments: disabled
              11:03:43,421 INFO [SettingsFactory] Order SQL updates by primary key: disabled
              11:03:43,421 INFO [SettingsFactory] Order SQL inserts for batching: disabled
              11:03:43,421 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
              11:03:43,421 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
              11:03:43,421 INFO [SettingsFactory] Query language substitutions: {}
              11:03:43,421 INFO [SettingsFactory] JPA-QL strict compliance: enabled
              11:03:43,421 INFO [SettingsFactory] Second-level cache: enabled
              11:03:43,421 INFO [SettingsFactory] Query cache: disabled
              11:03:43,421 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
              11:03:43,421 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
              11:03:43,421 INFO [SettingsFactory] Cache region prefix: infosys211-ear_ear,infosys211
              11:03:43,421 INFO [SettingsFactory] Structured second-level cache entries: disabled
              11:03:43,421 INFO [SettingsFactory] Echoing all SQL to stdout
              11:03:43,421 INFO [SettingsFactory] Statistics: disabled
              11:03:43,421 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
              11:03:43,421 INFO [SettingsFactory] Default entity-mode: pojo
              11:03:43,421 INFO [SettingsFactory] Named query checking : enabled
              11:03:43,453 INFO [SessionFactoryImpl] building session factory
              11:03:43,453 INFO [SessionFactoryObjectFactory] Factory name: persistence.units:ear=infosys211-ear.ear,unitName=infosys211
              11:03:43,468 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
              11:03:43,468 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=infosys211-ear.ear,unitName=infosys211
              11:03:43,468 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
              11:03:43,468 INFO [SchemaValidator] Running schema validator
              11:03:43,468 INFO [SchemaValidator] fetching database metadata
              11:03:43,468 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
              11:03:43,468 INFO [EJB3Deployer] Deployed: file:/C:/apps/workspace3.4.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/infosys211-ear.ear/infosys211-ejb.jar/
              11:03:43,593 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
              11:03:43,609 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=infosys211-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 with dependencies:
              11:03:43,625 INFO [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
              11:03:43,671 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
              11:03:43,671 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=infosys211-ear.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3 with dependencies:
              11:03:43,671 INFO [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
              11:03:43,687 INFO [EJB3Deployer] Deployed: file:/C:/apps/workspace3.4.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/infosys211-ear.ear/jboss-seam.jar
              11:03:43,687 INFO [TomcatDeployer] deploy, ctxPath=/infosys211, warUrl=file:/C:/apps/workspace3.4.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/infosys211-ear.ear/infosys211.war/
              11:03:44,890 WARN [SeamPhaseListener] There should only be one Seam phase listener per application
              11:03:45,718 INFO [ServletContextListener] Welcome to Seam 2.1.1.GA
              11:03:48,187 INFO [Scanner] skipping class org/jboss/seam/remoting/gwt/GWT14Service.class because it cannot be loaded (may reference a type which is not available on the classpath)
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix:
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/excel, package: org.jboss.seam.excel, prefix: org.jboss.seam.excel
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
              11:03:48,296 INFO [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
              11:03:48,296 INFO [Initialization] reading /WEB-INF/components.xml
              11:03:48,359 INFO [Initialization] reading properties from: /seam.properties
              11:03:48,359 INFO [Initialization] reading properties from: /jndi.properties
              11:03:48,375 INFO [Initialization] initializing Seam
              11:03:48,390 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
              11:03:48,406 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
              11:03:48,421 INFO [Initialization] Installing components...
              11:03:48,437 INFO [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.domain.infosys211.action.Authenticator
              11:03:48,468 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
              11:03:48,468 INFO [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
              11:03:48,468 INFO [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
              11:03:48,468 INFO [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
              11:03:48,468 INFO [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
              11:03:48,468 INFO [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
              11:03:48,484 INFO [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
              11:03:48,500 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
              11:03:48,500 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
              11:03:48,515 INFO [Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
              11:03:48,515 INFO [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
              11:03:48,515 INFO [Component] Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
              11:03:48,515 INFO [Component] Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
              11:03:48,531 INFO [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
              11:03:48,531 INFO [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
              11:03:48,531 INFO [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
              11:03:48,531 INFO [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
              11:03:48,546 INFO [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
              11:03:48,546 INFO [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
              11:03:48,546 INFO [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
              11:03:48,546 INFO [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
              11:03:48,546 INFO [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
              11:03:48,562 INFO [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
              11:03:48,562 INFO [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
              11:03:48,562 INFO [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
              11:03:48,562 INFO [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
              11:03:48,578 INFO [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
              11:03:48,578 INFO [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
              11:03:48,578 INFO [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
              11:03:48,578 INFO [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
              11:03:48,578 INFO [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
              11:03:48,578 INFO [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
              11:03:48,578 INFO [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
              11:03:48,578 INFO [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
              11:03:48,593 INFO [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
              11:03:48,609 INFO [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
              11:03:48,625 INFO [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
              11:03:48,625 INFO [Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
              11:03:48,625 INFO [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
              11:03:48,625 INFO [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
              11:03:48,625 INFO [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
              11:03:48,625 INFO [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
              11:03:48,625 INFO [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
              11:03:48,625 INFO [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
              11:03:48,640 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
              11:03:48,656 INFO [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.HotDeployFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
              11:03:48,656 INFO [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
              11:03:48,656 INFO [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
              11:03:48,656 INFO [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
              11:03:48,656 INFO [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
              11:03:48,656 WARN [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
              11:03:48,656 INFO [Contexts] starting up: org.jboss.seam.security.permissionMapper
              11:03:48,656 INFO [Contexts] starting up: org.jboss.seam.navigation.pages
              11:03:48,671 INFO [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
              11:03:48,671 INFO [Initialization] done initializing Seam
              11:03:48,671 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.hotDeployFilter
              11:03:48,671 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
              11:03:48,671 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
              11:03:48,703 INFO [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
              11:03:48,703 INFO [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
              11:03:48,703 INFO [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
              11:03:48,718 INFO [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
              11:03:48,718 INFO [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, facelets.DEVELOPMENT=true, org.richfaces.SKIN=blueSky, javax.faces.DEFAULT_SUFFIX=.xhtml}
              11:03:48,718 INFO [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
              11:03:48,718 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
              11:03:48,718 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
              11:03:48,718 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
              11:03:48,718 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
              11:03:48,734 INFO [EARDeployer] Started J2EE application: file:/C:/apps/workspace3.4.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Server/deploy/infosys211-ear.ear/
              


              • 4. Re: Cannot run EAR seam project building from
                bdlink
                • 5. Re: Cannot run EAR seam project building from
                  bdlink

                  Two points:

                  same behavior with JBDS 2.0.GA

                  If export ear file and drop it into JBoss AS deploy folder (along with data source definition file) then it works fine.

                  • 6. Re: Cannot run EAR seam project building from
                    maxandersen

                    It seems JBoss AS 4.2.3 have a faulty JSF implementation that causes some classloader problems. This is fixed in EAP 4.3 and JBoss 5.

                    The suggested workaround for AS 4.2.3 from the seam team is to download the latest JSF implementation and replace it. JSF lives in server/default/deploy/jboss-web.deployer/jsf-libs/{jsf-api.jar, jsf-impl.jar}.

                    Could you try that and let me know if that solves it for you ?

                    • 7. Re: Cannot run EAR seam project building from
                      maxandersen

                      bdlink - we are struggling in reproducing this issue the way you describe it.

                      Could you zip up the deployed folder and the export ear file you dropped in an it worked fine for and attach it to a jira ?

                      I want to get to the bottom of this thing.

                      • 8. Re: Cannot run EAR seam project building from
                        bdlink

                        Thanks, I will try suggestions in above posts, but it may not be until tomorrow that I can get it done.

                        • 9. Re: Cannot run EAR seam project building from
                          bdlink

                          replacing the JBoss 4.2.3 JSF with mojarra 1.2_12 does not fix the problem (using exported .ear file still works)

                          • 10. Re: Cannot run EAR seam project building from
                            bdlink

                            files zipped and attached to JBIDE-4166.

                            This is a new Seam Web Project (EAR, seam 2.1.1.GA) with no entities generated. The zip file is from the .plugins/org.jboss.ide.eclipse.as.core deploy directory for the server (when run, throws exception due to multiple seam's running). The ear file is the result of exporting the project, and works

                            • 11. Re: Cannot run EAR seam project building from
                              bdlink

                              I also tried creating new EAR seam web project with JBDS 2.0.0.GA and seam 2.1.1.GA running on jboss-eap (installed as part of JBDS). Fails with same symptoms as above posts.

                              Also fails if create new EAR seam web project using seam 2.0.2-FP (in same manner)

                              So seems to be same failure across
                              1. Eclipse 3.4.2 + JBT 3.0.0 and JBDS 2.0.0 (so not installation issue with my JBT plugins)
                              2. JBoss AS 4.2.3 and JBoss EAP
                              3. Seam 2.1.1.GA and Seam 2.0.2-FP

                              • 12. Re: Cannot run EAR seam project building from
                                snjeza
                                • 13. Re: Cannot run EAR seam project building from
                                  edmanlee

                                   

                                  "max.andersen@jboss.com" wrote:
                                  It seems JBoss AS 4.2.3 have a faulty JSF implementation that causes some classloader problems. This is fixed in EAP 4.3 and JBoss 5.


                                  I tried another combination Eclipse 3.4.2 + JBT 3.0.0 + JBoss AS (5.0.0 or 5.0.1) and got another error message. It seems a different problem.

                                  23:58:25,281 INFO [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)] Started in 33s:360ms
                                  23:58:36,640 INFO [Contexts] starting up: org.jboss.seam.security.identity
                                  23:58:37,171 INFO [RuleBase] parsing rules: /security.drl
                                  23:58:37,921 INFO [Contexts] starting up: org.jboss.seam.web.session
                                  23:58:38,531 ERROR [compiler] Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar
                                  23:58:38,578 ERROR [viewhandler] Error Rendering View[/home.xhtml]
                                  java.lang.NullPointerException
                                   at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
                                   at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
                                   at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
                                   at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
                                   at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
                                   at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
                                   at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216)
                                   at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
                                   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
                                   at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
                                   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
                                   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                                   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
                                   at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
                                   at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
                                   at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
                                   at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                                   at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
                                   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                                   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:235)
                                   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                                   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:601)
                                   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                                   at java.lang.Thread.run(Unknown Source)
                                  


                                  • 14. Re: Cannot run EAR seam project building from
                                    maxandersen

                                    different problem, please create different forum thread then, thanks.