1 2 Previous Next 21 Replies Latest reply on Mar 13, 2006 6:15 PM by gavin.king

    Could not instantiate Seam component

    kryptontri

      Hi, I seem to be stuck on the booking example that I morphed
      into my own project. I simply changed the package names
      and packaging and the corrensponding configuration values.

      The application deploys fine without any problems.
      The main page comes up, then I can register and then the errors
      start once a request is passed to the SLSB - RegisterAction.

      Seam Version : Seam 1.0 beta 2
      JBoss Version: jboss-4.0.4RC1

      Error:

      09:42:37,935 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 40s:630ms
      09:48:14,940 INFO [EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
      09:48:22,561 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, typ
      e=STATEFUL
      09:48:22,731 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LoginAction, class=com.iplay.cms.manager.LoginAction, type=STATELESS
      09:48:22,741 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LogoutAction, class=com.iplay.cms.manager.LogoutAction, type=STATELESS
      09:48:22,751 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=RegisterAction, class=com.iplay.cms.manager.RegisterAction, type=STATEFUL
      09:48:22,871 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA
      09:48:22,891 INFO [Ejb3Deployment] EJB3 deployment time took: 881
      09:48:22,921 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
      anager with dependencies:
      09:48:22,921 INFO [JmxKernelAbstraction] jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
      09:48:23,112 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction wi
      th dependencies:
      09:48:23,112 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
      09:48:23,112 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction with depend
      encies:
      09:48:23,122 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
      09:48:23,122 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LogoutAction with depen
      dencies:
      09:48:23,853 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction with dep
      endencies:
      09:48:23,853 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
      09:48:23,863 INFO [EJB3Deployer] Deployed: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-ej
      b.jar
      09:48:23,873 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/
      09:48:26,116 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2
      09:48:26,176 INFO [Initialization] reading properties from: /seam.properties
      09:48:26,186 INFO [Initialization] initializing Seam
      09:48:26,286 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
      09:48:26,567 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
      09:48:26,587 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
      09:48:26,617 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
      09:48:26,627 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
      09:48:26,637 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
      09:48:26,637 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
      09:48:26,647 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
      09:48:26,657 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
      09:48:26,657 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
      09:48:26,667 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
      
      09:48:26,667 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationCon
      text
      09:48:26,677 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationC
      ontext
      09:48:26,677 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessPr
      ocessContext
      09:48:26,687 INFO [Component] Component: resourceBundle, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
      09:48:26,717 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Intr
      ospector
      09:48:26,807 INFO [ResourceBundle] resource bundle missing: messages
      09:48:26,887 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Co
      ntexts
      09:48:26,907 INFO [Scanner] scanning: /F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-ejb.jar
      09:48:26,937 INFO [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LoginAction,
       JNDI: cms/LoginAction/local
      09:48:26,947 INFO [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LogoutActio
      n, JNDI: cms/LogoutAction/local
      09:48:26,957 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.ChangePa
      sswordAction, JNDI: cms/ChangePasswordAction/local
      09:48:27,037 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: com.iplay.cms.model.user.User
      09:48:27,037 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.RegisterAction
      , JNDI: cms/RegisterAction/local
      09:48:27,047 INFO [Initialization] done initializing Seam
      09:48:27,298 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
      09:48:27,488 INFO [FacesConfigurator] Reading config jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-c
      ontents/cms-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
      09:48:27,528 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
      09:48:27,678 ERROR [LocaleUtils] Locale name null or empty, ignoring
      09:48:28,279 INFO [StartupServletContextListener] ServletContext 'F:\projects\iplay\prod\jboss\server\iplayserver\.\tmp\deploy\tmp14892cms.
      ear-contents\cms-exp.war\' initialized.
      09:48:28,349 INFO [EARDeployer] Started J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
      09:48:46,636 ERROR [STDERR] 07-Mar-2006 09:48:46 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/WEB-INF/
      lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
      09:48:46,947 ERROR [STDERR] 07-Mar-2006 09:48:46 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/WEB-INF/
      lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
      09:48:47,157 ERROR [STDERR] 07-Mar-2006 09:48:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/WEB-INF/
      lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
      09:48:47,317 ERROR [STDERR] 07-Mar-2006 09:48:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/WEB-INF/
      lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
      09:48:47,778 ERROR [STDERR] 07-Mar-2006 09:48:47 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp14892cms.ear-contents/cms-exp.war/WEB-INF/
      lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
      09:48:49,621 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
      09:48:49,621 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
      09:48:49,621 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
      09:48:49,621 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
      09:49:07,206 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
      org.jboss.seam.InstantiationException: Could not instantiate Seam component
       at org.jboss.seam.Component.newInstance(Component.java:611)
       at org.jboss.seam.Component.newInstance(Component.java:1093)
       at org.jboss.seam.Component.getInstance(Component.java:1044)
       at org.jboss.seam.Component.getInstance(Component.java:1027)
       at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:43)
       at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:130)
       at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:41)
       at com.sun.el.parser.AstValue.getTarget(AstValue.java:41)
       at com.sun.el.parser.AstValue.getType(AstValue.java:34)
       at com.sun.el.ValueExpressionImpl.getType(ValueExpressionImpl.java:171)
       at com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:60)
       at com.sun.facelets.el.LegacyValueBinding.getType(LegacyValueBinding.java:94)
       at org.apache.myfaces.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:55)
       at org.apache.myfaces.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:324)
       at org.apache.myfaces.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:643)
       at org.apache.myfaces.renderkit.html.HtmlSecretRendererBase.getConvertedValue(HtmlSecretRendererBase.java:103)
       at javax.faces.component.UIInput.getConvertedValue(UIInput.java:289)
       at javax.faces.component.UIInput.validate(UIInput.java:265)
       at javax.faces.component.UIInput.processValidators(UIInput.java:144)
       at javax.faces.component.UIForm.processValidators(UIForm.java:68)
       at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:417)
       at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:142)
       at org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:240)
       at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
       at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
       at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:23)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
       at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
       at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
       at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
       at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
       at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
       at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
       at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
       at java.lang.Thread.run(Thread.java:595)
      Caused by: javax.naming.NameNotFoundException: RegisterAction not bound
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
       at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
       at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
       at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
       at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
       at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
       at javax.naming.InitialContext.lookup(InitialContext.java:351)
       at org.jboss.seam.Component.instantiate(Component.java:651)
       at org.jboss.seam.Component.newInstance(Component.java:607)
       ... 46 more
      


      persistence.xml:
       <persistence>
       <persistence-unit name="iplaycmsEntityManager">
       <provider>org.hibernate.ejb.HibernatePersistence</provider>
       <jta-data-source>java:/iplaycmsDatasource</jta-data-source>
       <properties>
       <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
       <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
       <property name="hibernate.transaction.flush_before_completion" value="true"/>
       <property name="hibernate.hbm2ddl.auto" value="update"/>
       <property name="hibernate.show_sql" value="true"/>
       </properties>
       </persistence-unit>
      </persistence>
      


      seam.properties
       empty/blank
      



      web.xml
      This is the same, except I changed the deployment ear name, it is set
      to cms.ear
      ..
      <context-param>
       <param-name>org.jboss.seam.core.init.jndiPattern</param-name>
       <param-value>cms/#{ejbName}/local</param-value>
      </context-param>
      ..
      


      TIA, I can't see why this is causing an issue :-(





        • 1. Re: Could not instantiate Seam component
          gavin.king

          I don't understand either. It all looks correct. Go to the JBoss JNDIView and find out what your JNDI tree looks like.

          • 2. Re: Could not instantiate Seam component
            kryptontri

            Hi Gavin, thanks for any help btw:

            This is my jndi view tree, the worrying thing is the lack of application deployed components, the app name is cms

            +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
             +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair)
             +- UIL2ConnectionFactory[link -> ConnectionFactory] (class: javax.naming.LinkRef)
             +- UserTransactionSessionFactory (proxy: $Proxy27 implements interface org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory)
             +- UIL2XAConnectionFactory[link -> XAConnectionFactory] (class: javax.naming.LinkRef)
             +- QueueConnectionFactory (class: org.jboss.naming.LinkRefPair)
             +- topic (class: org.jnp.interfaces.NamingContext)
             | +- testDurableTopic (class: org.jboss.mq.SpyTopic)
             | +- testTopic (class: org.jboss.mq.SpyTopic)
             | +- securedTopic (class: org.jboss.mq.SpyTopic)
             +- queue (class: org.jnp.interfaces.NamingContext)
             | +- A (class: org.jboss.mq.SpyQueue)
             | +- testQueue (class: org.jboss.mq.SpyQueue)
             | +- ex (class: org.jboss.mq.SpyQueue)
             | +- DLQ (class: org.jboss.mq.SpyQueue)
             | +- D (class: org.jboss.mq.SpyQueue)
             | +- C (class: org.jboss.mq.SpyQueue)
             | +- B (class: org.jboss.mq.SpyQueue)
             +- cms (class: org.jnp.interfaces.NamingContext)
             | +- LogoutAction (class: org.jnp.interfaces.NamingContext)
             +- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)
             +- UserTransaction (class: org.jboss.tm.usertx.client.ClientUserTransaction)
             +- jmx (class: org.jnp.interfaces.NamingContext)
             | +- invoker (class: org.jnp.interfaces.NamingContext)
             | | +- RMIAdaptor (proxy: $Proxy26 implements interface org.jboss.jmx.adaptor.rmi.RMIAdaptor,interface org.jboss.jmx.adaptor.rmi.RMIAdaptorExt)
             | +- rmi (class: org.jnp.interfaces.NamingContext)
             | | +- RMIAdaptor[link -> jmx/invoker/RMIAdaptor] (class: javax.naming.LinkRef)
             +- UILXAConnectionFactory[link -> XAConnectionFactory] (class: javax.naming.LinkRef)
             +- UILConnectionFactory[link -> ConnectionFactory] (class: javax.naming.LinkRef)
            


            • 3. Re: Could not instantiate Seam component
              gavin.king

              Oh shit, I know this one, Bill and I wrestled with it one day. I think it is because your persistence unit is not getting deployed correctly.

              • 4. Re: Could not instantiate Seam component
                kryptontri

                Hmm, ok deploying the ear shows no errors, this is my datasource file

                iplaycms-ds.xml

                <?xml version="1.0" encoding="UTF-8"?>
                
                <datasources>
                 <local-tx-datasource>
                 <jndi-name>iplaycmsDatasource</jndi-name>
                 <connection-url>jdbc:hsqldb:hsql://localhost:9999/iplaycms</connection-url>
                 <driver-class>org.hsqldb.jdbcDriver</driver-class>
                 <user-name>sa</user-name>
                 <password></password>
                 </local-tx-datasource>
                </datasources>
                


                and my persistence.xml is above. Hmm, i'm looking further ..

                • 5. Re: Could not instantiate Seam component
                  kryptontri

                  ok i redeployed the *-ds.xml and the ear, this is my stack trace,
                  but i noticed this:

                  13:32:07,669 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA

                  Stack

                  F:\projects\iplay\prod\jboss\bin>run -c iplayserver
                  ===============================================================================
                  .
                   JBoss Bootstrap Environment
                  .
                   JBOSS_HOME: F:\projects\iplay\prod\jboss\bin\\..
                  .
                   JAVA: C:\java\jdk\jdk1.5.0_02\bin\java
                  .
                   JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
                  .
                   CLASSPATH: C:\java\jdk\jdk1.5.0_02\lib\tools.jar;F:\projects\iplay\prod\jboss\bin\\run.jar
                  .
                  ===============================================================================
                  .
                  13:31:22,686 INFO [Server] Starting JBoss (MX MicroKernel)...
                  13:31:22,696 INFO [Server] Release ID: JBoss [Zion] 4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)
                  13:31:22,706 INFO [Server] Home Dir: F:\projects\iplay\prod\jboss
                  13:31:22,706 INFO [Server] Home URL: file:/F:/projects/iplay/prod/jboss/
                  13:31:22,706 INFO [Server] Patch URL: null
                  13:31:22,706 INFO [Server] Server Name: iplayserver
                  13:31:22,706 INFO [Server] Server Home Dir: F:\projects\iplay\prod\jboss\server\iplayserver
                  13:31:22,706 INFO [Server] Server Home URL: file:/F:/projects/iplay/prod/jboss/server/iplayserver/
                  13:31:22,706 INFO [Server] Server Temp Dir: F:\projects\iplay\prod\jboss\server\iplayserver\tmp
                  13:31:22,706 INFO [Server] Root Deployment Filename: jboss-service.xml
                  13:31:23,186 INFO [ServerInfo] Java version: 1.5.0_02,Sun Microsystems Inc.
                  13:31:23,206 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_02-b09,Sun Microsystems Inc.
                  13:31:23,206 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                  13:31:23,717 INFO [Server] Core system initialized
                  13:31:25,620 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                  13:31:34,663 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://10.0.0.213:3873/]
                  13:31:36,185 INFO [AspectDeployer] Deployed AOP: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/ejb3-interceptors-aop.xml
                  13:31:45,098 INFO [WebService] Using RMI server codebase: http://dev5:8083/
                  13:31:45,438 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoun
                  dException: TransactionManager not bound
                  13:31:48,593 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory
                  =null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
                  13:31:48,883 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=true, hibernate.cglib.use_r
                  eflection_optimizer=false, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.
                  jnp.interfaces, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hi
                  bernate.transaction.JBossTransactionManagerLookup, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hiber
                  nate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.connection.release_mode=after_statement}
                  13:31:49,824 INFO [Embedded] Catalina naming disabled
                  13:31:50,345 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-9090
                  13:31:50,345 INFO [Catalina] Initialization processed in 451 ms
                  13:31:50,345 INFO [StandardService] Starting service jboss.web
                  13:31:50,345 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.12
                  13:31:50,415 INFO [StandardHost] XML validation disabled
                  13:31:50,435 INFO [Catalina] Server startup in 90 ms
                  13:31:50,565 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
                  13:31:52,178 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
                  13:31:53,700 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                  13:31:54,170 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                  13:31:55,372 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI na
                  me 'java:DefaultDS'
                  13:31:55,702 INFO [A] Bound to JNDI name: queue/A
                  13:31:55,702 INFO [B] Bound to JNDI name: queue/B
                  13:31:55,702 INFO [C] Bound to JNDI name: queue/C
                  13:31:55,713 INFO [D] Bound to JNDI name: queue/D
                  13:31:55,713 INFO [ex] Bound to JNDI name: queue/ex
                  13:31:55,743 INFO [testTopic] Bound to JNDI name: topic/testTopic
                  13:31:55,743 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                  13:31:55,753 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                  13:31:55,753 INFO [testQueue] Bound to JNDI name: queue/testQueue
                  13:31:55,783 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                  13:31:55,823 INFO [DLQ] Bound to JNDI name: queue/DLQ
                  13:31:56,013 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'
                   to JNDI name 'java:iplaycmsDatasource'
                  13:31:56,253 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI
                   name 'java:JmsXA'
                  13:31:56,353 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
                  13:31:59,748 INFO [EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                  13:32:07,439 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, typ
                  e=STATEFUL
                  13:32:07,559 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LoginAction, class=com.iplay.cms.manager.LoginAction, type=STATELESS
                  13:32:07,559 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LogoutAction, class=com.iplay.cms.manager.LogoutAction, type=STATELESS
                  13:32:07,579 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=RegisterAction, class=com.iplay.cms.manager.RegisterAction, type=STATEFUL
                  13:32:07,669 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA
                  13:32:07,699 INFO [Ejb3Deployment] EJB3 deployment time took: 781
                  13:32:07,719 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
                  anager with dependencies:
                  13:32:07,719 INFO [JmxKernelAbstraction] jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                  13:32:07,929 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction wi
                  th dependencies:
                  13:32:07,929 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  13:32:07,929 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction with depend
                  encies:
                  13:32:07,929 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  13:32:07,929 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LogoutAction with depen
                  dencies:
                  13:32:08,540 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction with dep
                  endencies:
                  13:32:08,540 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  13:32:08,550 INFO [EJB3Deployer] Deployed: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30446cms.ear-contents/cms-ej
                  b.jar
                  13:32:08,550 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp30446cms.ear-contents/cms-exp.war/
                  13:32:10,763 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2
                  13:32:10,834 INFO [Initialization] reading properties from: /seam.properties
                  13:32:10,844 INFO [Initialization] initializing Seam
                  13:32:10,964 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                  13:32:11,264 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
                  13:32:11,274 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
                  13:32:11,555 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
                  13:32:11,555 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                  13:32:11,575 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                  13:32:11,585 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                  13:32:11,595 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
                  13:32:11,595 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
                  13:32:11,605 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
                  13:32:11,605 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
                  
                  13:32:11,615 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationCon
                  text
                  13:32:11,615 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationC
                  ontext
                  13:32:11,625 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessPr
                  ocessContext
                  13:32:11,625 INFO [Component] Component: resourceBundle, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                  13:32:11,635 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Intr
                  ospector
                  13:32:11,715 INFO [ResourceBundle] resource bundle missing: messages
                  13:32:11,805 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Co
                  ntexts
                  13:32:11,825 INFO [Scanner] scanning: /F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30446cms.ear-contents/cms-ejb.jar
                  13:32:11,875 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.ChangePa
                  sswordAction, JNDI: cms/ChangePasswordAction/local
                  13:32:11,915 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: com.iplay.cms.model.user.User
                  13:32:11,915 INFO [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LoginAction,
                   JNDI: cms/LoginAction/local
                  13:32:11,915 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.RegisterAction
                  , JNDI: cms/RegisterAction/local
                  13:32:11,915 INFO [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LogoutActio
                  n, JNDI: cms/LogoutAction/local
                  13:32:11,925 INFO [Initialization] done initializing Seam
                  13:32:12,195 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
                  13:32:12,366 INFO [FacesConfigurator] Reading config jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30446cms.ear-c
                  ontents/cms-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
                  13:32:12,406 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
                  13:32:12,536 ERROR [LocaleUtils] Locale name null or empty, ignoring
                  13:32:13,137 INFO [StartupServletContextListener] ServletContext 'F:\projects\iplay\prod\jboss\server\iplayserver\.\tmp\deploy\tmp30446cms.
                  ear-contents\cms-exp.war\' initialized.
                  13:32:13,207 INFO [EARDeployer] Started J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                  13:32:13,217 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
                  
                  --- MBeans waiting for other MBeans ---
                  ObjectName: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                   State: NOTYETINSTALLED
                   I Depend On:
                   jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                   Depends On Me:
                   jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction
                   jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction
                   jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction
                  
                  ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction
                   State: NOTYETINSTALLED
                   I Depend On:
                   persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  
                  ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction
                   State: NOTYETINSTALLED
                   I Depend On:
                   persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  
                  ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction
                   State: NOTYETINSTALLED
                   I Depend On:
                   persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  
                  --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                  ObjectName: jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                   State: NOTYETINSTALLED
                   Depends On Me:
                   persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                  
                  
                  13:32:13,317 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-9090
                  13:32:13,487 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                  13:32:13,517 INFO [JkMain] Jk running ID=0 time=0/90 config=null
                  13:32:13,517 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 50s:801ms
                  13:35:53,763 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasourc
                  e' from JNDI name 'java:iplaycmsDatasource'
                  13:35:54,013 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'
                   to JNDI name 'java:iplaycmsDatasource'
                  13:36:20,260 INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=.../tmp/deploy/tmp30446cms.ear-contents/cms-exp.war/
                  13:36:20,460 WARN [ServiceController] Ignoring request to stop nonexistent service: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,u
                  nitName=iplaycmsEntityManager
                  13:36:20,460 WARN [ServiceController] Ignoring request to destroy nonexistent service: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.ja
                  r,unitName=iplaycmsEntityManager
                  13:36:21,531 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cm
                  s.ear
                  13:36:21,542 INFO [EARDeployer] Undeployed J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                  13:36:23,174 INFO [EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                  13:36:30,274 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, typ
                  e=STATEFUL
                  13:36:30,364 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LoginAction, class=com.iplay.cms.manager.LoginAction, type=STATELESS
                  13:36:30,364 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LogoutAction, class=com.iplay.cms.manager.LogoutAction, type=STATELESS
                  13:36:30,384 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=RegisterAction, class=com.iplay.cms.manager.RegisterAction, type=STATEFUL
                  13:36:30,394 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA
                  13:36:30,394 INFO [Ejb3Deployment] EJB3 deployment time took: 351
                  13:36:30,444 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
                  anager with dependencies:
                  13:36:30,444 INFO [JmxKernelAbstraction] jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                  13:36:30,444 INFO [ServiceDelegateWrapper] Registration is not done -> stop
                  13:36:30,444 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,nam
                  e=ChangePasswordAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,
                  name=ChangePasswordAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,nam
                  e=LoginAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,
                  name=LoginAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,nam
                  e=LogoutAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,
                  name=LogoutAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,nam
                  e=RegisterAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,
                  name=RegisterAction
                  13:36:30,444 WARN [ServiceController] Ignoring request to stop nonexistent service: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,u
                  nitName=iplaycmsEntityManager
                  13:36:30,444 WARN [ServiceController] Ignoring request to destroy nonexistent service: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.ja
                  r,unitName=iplaycmsEntityManager
                  13:36:30,454 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=cms-ejb.jar
                  java.lang.RuntimeException: javax.management.InstanceAlreadyExistsException: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=
                  iplaycmsEntityManager already registered.
                   at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:80)
                   at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:599)
                   at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:452)
                   at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                   at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                   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.server.Invocation.invoke(Invocation.java:86)
                   at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
                   at $Proxy0.start(Unknown Source)
                   at org.jboss.system.ServiceController.start(ServiceController.java:417)
                   at sun.reflect.GeneratedMethodAccessor6.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:260)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
                   at $Proxy25.start(Unknown Source)
                   at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:365)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
                   at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
                   at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
                   at sun.reflect.GeneratedMethodAccessor14.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:260)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
                   at $Proxy6.deploy(Unknown Source)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:334)
                   at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:504)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:207)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:218)
                   at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:197)
                  Caused by: javax.management.InstanceAlreadyExistsException: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
                  anager already registered.
                   at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:757)
                   at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:225)
                   at sun.reflect.GeneratedMethodAccessor2.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:260)
                   at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                   at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
                   at java.security.AccessController.doPrivileged(Native Method)
                   at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
                   at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:376)
                   at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:73)
                   ... 50 more
                  13:36:30,454 INFO [EJB3Deployer] Deployed: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30449cms.ear-contents/cms-ej
                  b.jar
                  13:36:30,464 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp30449cms.ear-contents/cms-exp.war/
                  13:36:32,667 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2
                  13:36:32,667 INFO [Initialization] reading properties from: /seam.properties
                  13:36:32,677 INFO [Initialization] initializing Seam
                  13:36:32,697 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                  13:36:32,717 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
                  13:36:32,727 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
                  13:36:32,747 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
                  13:36:32,767 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                  13:36:32,767 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                  13:36:32,777 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                  13:36:32,777 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
                  13:36:32,777 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
                  13:36:32,787 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
                  13:36:32,787 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
                  
                  13:36:32,797 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationCon
                  text
                  13:36:32,797 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationC
                  ontext
                  13:36:32,797 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessPr
                  ocessContext
                  13:36:32,807 INFO [Component] Component: resourceBundle, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                  13:36:32,817 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Intr
                  ospector
                  13:36:32,837 INFO [ResourceBundle] resource bundle missing: messages
                  13:36:32,847 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Co
                  ntexts
                  13:36:32,857 INFO [Scanner] scanning: /F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30449cms.ear-contents/cms-ejb.jar
                  13:36:32,877 INFO [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LoginAction,
                   JNDI: cms/LoginAction/local
                  13:36:32,887 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.RegisterAction
                  , JNDI: cms/RegisterAction/local
                  13:36:32,887 INFO [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LogoutActio
                  n, JNDI: cms/LogoutAction/local
                  13:36:32,897 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.ChangePa
                  sswordAction, JNDI: cms/ChangePasswordAction/local
                  13:36:32,907 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: com.iplay.cms.model.user.User
                  13:36:32,917 INFO [Initialization] done initializing Seam
                  13:36:32,917 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
                  13:36:32,997 INFO [FacesConfigurator] Reading config jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp30449cms.ear-c
                  ontents/cms-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
                  13:36:33,037 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
                  13:36:33,057 ERROR [LocaleUtils] Locale name null or empty, ignoring
                  13:36:33,218 INFO [StartupServletContextListener] ServletContext 'F:\projects\iplay\prod\jboss\server\iplayserver\.\tmp\deploy\tmp30449cms.
                  ear-contents\cms-exp.war\' initialized.
                  13:36:33,298 INFO [EARDeployer] Started J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                  


                  • 6. Re: Could not instantiate Seam component
                    gavin.king

                    See this bit:

                    13:32:13,217 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
                    
                    --- MBeans waiting for other MBeans ---
                    ObjectName: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                     State: NOTYETINSTALLED
                     I Depend On:
                     jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                     Depends On Me:
                     jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction
                     jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction
                     jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction
                    
                    ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction
                     State: NOTYETINSTALLED
                     I Depend On:
                     persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                    
                    ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction
                     State: NOTYETINSTALLED
                     I Depend On:
                     persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                    
                    ObjectName: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction
                     State: NOTYETINSTALLED
                     I Depend On:
                     persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                    
                    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                    ObjectName: jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                     State: NOTYETINSTALLED
                     Depends On Me:
                     persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager


                    It is important. It is telling you why the EJBs cannot start.

                    • 7. Re: Could not instantiate Seam component
                      kryptontri

                      I am doing this from a fresh jboss instance, tmp/work/log/data have been deleted.
                      My steps are

                      1) start server

                      F:\projects\iplay\prod\jboss\bin>
                      F:\projects\iplay\prod\jboss\bin>run -c iplayserver
                      ===============================================================================
                      .
                       JBoss Bootstrap Environment
                      .
                       JBOSS_HOME: F:\projects\iplay\prod\jboss\bin\\..
                      .
                       JAVA: C:\java\jdk\jdk1.5.0_02\bin\java
                      .
                       JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
                      .
                       CLASSPATH: C:\java\jdk\jdk1.5.0_02\lib\tools.jar;F:\projects\iplay\prod\jboss\bin\\run.jar
                      .
                      ===============================================================================
                      .
                      13:55:16,865 INFO [Server] Starting JBoss (MX MicroKernel)...
                      13:55:16,865 INFO [Server] Release ID: JBoss [Zion] 4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)
                      13:55:16,875 INFO [Server] Home Dir: F:\projects\iplay\prod\jboss
                      13:55:16,875 INFO [Server] Home URL: file:/F:/projects/iplay/prod/jboss/
                      13:55:16,875 INFO [Server] Patch URL: null
                      13:55:16,875 INFO [Server] Server Name: iplayserver
                      13:55:16,875 INFO [Server] Server Home Dir: F:\projects\iplay\prod\jboss\server\iplayserver
                      13:55:16,875 INFO [Server] Server Home URL: file:/F:/projects/iplay/prod/jboss/server/iplayserver/
                      13:55:16,875 INFO [Server] Server Temp Dir: F:\projects\iplay\prod\jboss\server\iplayserver\tmp
                      13:55:16,875 INFO [Server] Root Deployment Filename: jboss-service.xml
                      13:55:17,225 INFO [ServerInfo] Java version: 1.5.0_02,Sun Microsystems Inc.
                      13:55:17,225 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_02-b09,Sun Microsystems Inc.
                      13:55:17,225 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                      13:55:17,646 INFO [Server] Core system initialized
                      13:55:19,228 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                      13:55:27,200 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://10.0.0.213:3873/]
                      13:55:28,081 INFO [AspectDeployer] Deployed AOP: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/ejb3-interceptors-aop.xml
                      13:55:37,655 INFO [WebService] Using RMI server codebase: http://dev5:8083/
                      13:55:37,985 WARN [EJBTimerServiceImpl] Cannot obtain TransactionManager from JNDI, using TxManager.getInstance(): javax.naming.NameNotFoun
                      dException: TransactionManager not bound
                      13:55:41,340 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory
                      =null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
                      13:55:41,611 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=true, hibernate.cglib.use_r
                      eflection_optimizer=false, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.
                      jnp.interfaces, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hi
                      bernate.transaction.JBossTransactionManagerLookup, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hiber
                      nate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.connection.release_mode=after_statement}
                      13:55:42,482 INFO [Embedded] Catalina naming disabled
                      13:55:43,053 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-9090
                      13:55:43,053 INFO [Catalina] Initialization processed in 481 ms
                      13:55:43,053 INFO [StandardService] Starting service jboss.web
                      13:55:43,063 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.12
                      13:55:43,113 INFO [StandardHost] XML validation disabled
                      13:55:43,133 INFO [Catalina] Server startup in 80 ms
                      13:55:43,263 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
                      13:55:44,986 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
                      13:55:46,448 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                      13:55:46,888 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                      13:55:48,280 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI na
                      me 'java:DefaultDS'
                      13:55:48,621 INFO [A] Bound to JNDI name: queue/A
                      13:55:48,621 INFO [B] Bound to JNDI name: queue/B
                      13:55:48,621 INFO [C] Bound to JNDI name: queue/C
                      13:55:48,621 INFO [D] Bound to JNDI name: queue/D
                      13:55:48,621 INFO [ex] Bound to JNDI name: queue/ex
                      13:55:48,651 INFO [testTopic] Bound to JNDI name: topic/testTopic
                      13:55:48,651 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                      13:55:48,671 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                      13:55:48,671 INFO [testQueue] Bound to JNDI name: queue/testQueue
                      13:55:48,701 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                      13:55:48,741 INFO [DLQ] Bound to JNDI name: queue/DLQ
                      13:55:49,001 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI
                       name 'java:JmsXA'
                      13:55:49,092 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
                      13:55:51,135 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-9090
                      13:55:51,425 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                      13:55:51,455 INFO [JkMain] Jk running ID=0 time=0/140 config=null
                      13:55:51,455 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 34s:580ms
                      


                      2) deploy datasource.xml

                      From console (INFO)
                      13:55:51,455 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 34s:580ms
                      13:56:43,311 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'
                       to JNDI name 'java:iplaycmsDatasource'
                      


                      From server/log (DEBUG)
                      2006-03-07 13:55:51,455 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 34s:580ms
                      2006-03-07 13:56:43,120 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,120 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,150 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml -> F:\projects\iplay\prod\jboss\server\iplayserver\tmp\deploy\tmp32856iplaycms-ds.xml
                      2006-03-07 13:56:43,190 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.XSLSubDeployer@57e787
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: [#document: null]
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: <server>
                      
                       <mbean code='org.jboss.resource.connectionmanager.TxConnectionManager' display-name='ConnectionManager for DataSource iplaycmsDatasource' name='jboss.jca:service=LocalTxCM,name=iplaycmsDatasource'>
                       <attribute name='TrackConnectionByTx'>true</attribute>
                       <attribute name='LocalTransactions'>true</attribute>
                       <depends optional-attribute-name='ManagedConnectionPool'>
                       <mbean code='org.jboss.resource.connectionmanager.JBossManagedConnectionPool' display-name='Connection Pool for DataSource iplaycmsDatasource' name='jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource'>
                       <depends optional-attribute-name='ManagedConnectionFactoryName'>
                       <mbean code='org.jboss.resource.connectionmanager.RARDeployment' display-name='ManagedConnectionFactory for DataSource iplaycmsDatasource' name='jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource'>
                       <depends optional-attribute-name='OldRarDeployment'>jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'</depends>
                       <attribute name='RARName'/>
                       <attribute name='ConnectionDefinition'>javax.sql.DataSource</attribute>
                       <attribute name='ManagedConnectionFactoryProperties'>
                       <properties>
                       <config-property name='ConnectionURL' type='java.lang.String'>jdbc:hsqldb:hsql://localhost:9999/iplaycms</config-property>
                       <config-property name='DriverClass' type='java.lang.String'>org.hsqldb.jdbcDriver</config-property>
                       <config-property name='UserName' type='java.lang.String'>sa</config-property>
                       <config-property name='Password' type='java.lang.String'></config-property>
                       </properties>
                       </attribute>
                       </mbean>
                       </depends>
                       <attribute name='MinSize'>0</attribute>
                       <attribute name='MaxSize'>20</attribute>
                       <attribute name='BlockingTimeoutMillis'>30000</attribute>
                       <attribute name='IdleTimeoutMinutes'>15</attribute>
                       <attribute name='Criteria'>ByNothing</attribute>
                       </mbean>
                       </depends>
                       <attribute name='JndiName'>iplaycmsDatasource</attribute>
                       <depends optional-attribute-name='CachedConnectionManager'>jboss.jca:service=CachedConnectionManager</depends>
                       <depends optional-attribute-name='TransactionManagerService'>jboss:service=TransactionManager</depends>
                       </mbean>
                       <mbean code='org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService' display-name='Binding for DataSource iplaycmsDatasource' name='jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'>
                       <attribute name='JndiName'>iplaycmsDatasource</attribute>
                       <attribute name='UseJavaContext'>true</attribute>
                       <depends optional-attribute-name='ConnectionManager'>jboss.jca:service=LocalTxCM,name=iplaycmsDatasource</depends>
                       </mbean>
                      
                      </server>
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.SARDeployer] Using existing deployment.document
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local directories
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.SARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32856iplaycms-ds.xml
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@f90137{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32856iplaycms-ds.xml ,addedOrder=0}
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@f90137{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32856iplaycms-ds.xml ,addedOrder=0}
                      2006-03-07 13:56:43,231 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@f90137{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32856iplaycms-ds.xml ,addedOrder=0}
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step: url file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.deployment.SARDeployer] Registering service UCL=jmx.loading:UCL=f90137
                      2006-03-07 13:56:43,241 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource with code: org.jboss.resource.connectionmanager.TxConnectionManager
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceConfigurator] TrackConnectionByTx set to true in jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceConfigurator] LocalTransactions set to true in jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource with code: org.jboss.resource.connectionmanager.JBossManagedConnectionPool
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,251 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource with code: org.jboss.resource.connectionmanager.RARDeployment
                      2006-03-07 13:56:43,261 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,261 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource depends on jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
                      2006-03-07 13:56:43,261 DEBUG [org.jboss.system.ServiceConfigurator] considering OldRarDeployment with object name jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
                      2006-03-07 13:56:43,261 DEBUG [org.jboss.system.ServiceConfigurator] ConnectionDefinition set to javax.sql.DataSource in jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] ManagedConnectionFactoryProperties set to [properties: null] in jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource depends on jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionFactoryName with object name jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] MinSize set to 0 in jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] MaxSize set to 20 in jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] BlockingTimeoutMillis set to 30000 in jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] IdleTimeoutMinutes set to 15 in jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] Criteria set to ByNothing in jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplaycmsDatasource depends on jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionPool with object name jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to iplaycmsDatasource in jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplaycmsDatasource depends on jboss.jca:service=CachedConnectionManager
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] considering CachedConnectionManager with object name jboss.jca:service=CachedConnectionManager
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplaycmsDatasource depends on jboss:service=TransactionManager
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceConfigurator] considering TransactionManagerService with object name jboss:service=TransactionManager
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource with code: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService
                      2006-03-07 13:56:43,281 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to iplaycmsDatasource in jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceConfigurator] UseJavaContext set to true in jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource depends on jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceConfigurator] considering ConnectionManager with object name jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=LocalTxCM,name=iplaycmsDatasource waiting on jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource waiting on jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Creating jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Created jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource dependents are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                       State: CONFIGURED
                       I Depend On:
                       jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                       Depends On Me:
                       jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Creating jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Created jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource dependents are: [ObjectName: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                       State: CONFIGURED
                       I Depend On:
                       jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                       jboss.jca:service=CachedConnectionManager
                       jboss:service=TransactionManager
                       Depends On Me:
                       jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Creating jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Created jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource dependents are: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                       State: CONFIGURED
                       I Depend On:
                       jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Creating jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Created jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource dependents are: []
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying iplaycms-ds.xml
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxCM,name=iplaycmsDatasource on jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource on jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Starting jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionURL'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'UserName'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionIsolation'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'DriverClass'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TrackStatements'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'QueryTimeout'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'CheckValidConnectionSQL'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ExceptionSorterClassName'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionProperties'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ValidConnectionCheckerClassName'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'PreparedStatementCacheSize'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'NewConnectionSQL'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionQueryTimeout'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'SharePreparedStatements'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: ConnectionURL to value jdbc:hsqldb:hsql://localhost:9999/iplaycms
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property ConnectionURL to value jdbc:hsqldb:hsql://localhost:9999/iplaycms
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: DriverClass to value org.hsqldb.jdbcDriver
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property DriverClass to value org.hsqldb.jdbcDriver
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: UserName to value sa
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property UserName to value sa
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password'
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource dependent components: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                       State: CREATED
                       I Depend On:
                       jboss.jca:service=ManagedConnectionFactory,name=iplaycmsDatasource
                       Depends On Me:
                       jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Starting jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                       State: CREATED
                       I Depend On:
                       jboss.jca:service=ManagedConnectionPool,name=iplaycmsDatasource
                       jboss.jca:service=CachedConnectionManager
                       jboss:service=TransactionManager
                       Depends On Me:
                       jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Starting jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=LocalTxCM,name=iplaycmsDatasource dependent components: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                       State: CREATED
                       I Depend On:
                       jboss.jca:service=LocalTxCM,name=iplaycmsDatasource
                      ]
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,291 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Starting jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Binding object 'org.jboss.resource.adapter.jdbc.WrapperDataSource@39474b' into JNDI at 'java:iplaycmsDatasource'
                      2006-03-07 13:56:43,311 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource' to JNDI name 'java:iplaycmsDatasource'
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Started jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource dependent components: []
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: iplaycms-ds.xml
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      2006-03-07 13:56:43,311 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml -> file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                      
                      


                      3) deploy ear

                      13:55:51,455 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 34s:580ms
                      13:56:43,311 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'
                       to JNDI name 'java:iplaycmsDatasource'
                      13:59:15,963 INFO [EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      13:59:22,533 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, typ
                      e=STATEFUL
                      13:59:22,663 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LoginAction, class=com.iplay.cms.manager.LoginAction, type=STATELESS
                      13:59:22,663 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LogoutAction, class=com.iplay.cms.manager.LogoutAction, type=STATELESS
                      13:59:22,673 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=RegisterAction, class=com.iplay.cms.manager.RegisterAction, type=STATEFUL
                      13:59:22,743 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA
                      13:59:22,753 INFO [Ejb3Deployment] EJB3 deployment time took: 601
                      13:59:22,773 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
                      anager with dependencies:
                      13:59:22,773 INFO [JmxKernelAbstraction] jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                      13:59:22,943 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction wi
                      th dependencies:
                      13:59:22,943 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                      13:59:22,943 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction with depend
                      encies:
                      13:59:22,943 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                      13:59:22,943 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LogoutAction with depen
                      dencies:
                      13:59:23,454 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction with dep
                      endencies:
                      13:59:23,454 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                      13:59:23,454 INFO [EJB3Deployer] Deployed: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ej
                      b.jar
                      13:59:23,474 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp32857cms.ear-contents/cms-exp.war/
                      13:59:25,557 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2
                      13:59:25,607 INFO [Initialization] reading properties from: /seam.properties
                      13:59:25,617 INFO [Initialization] initializing Seam
                      13:59:25,707 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                      13:59:25,988 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
                      13:59:25,998 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
                      13:59:26,028 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
                      13:59:26,038 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                      13:59:26,038 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                      13:59:26,048 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                      13:59:26,058 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
                      13:59:26,058 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
                      13:59:26,068 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
                      13:59:26,068 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
                      
                      13:59:26,078 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationCon
                      text
                      13:59:26,078 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationC
                      ontext
                      13:59:26,088 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessPr
                      ocessContext
                      13:59:26,088 INFO [Component] Component: resourceBundle, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                      13:59:26,098 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Intr
                      ospector
                      13:59:26,188 INFO [ResourceBundle] resource bundle missing: messages
                      13:59:26,268 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Co
                      ntexts
                      13:59:26,288 INFO [Scanner] scanning: /F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      13:59:26,328 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: com.iplay.cms.model.user.User
                      13:59:26,348 INFO [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LogoutActio
                      n, JNDI: cms/LogoutAction/local
                      13:59:26,388 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.RegisterAction
                      , JNDI: cms/RegisterAction/local
                      13:59:26,388 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.ChangePa
                      sswordAction, JNDI: cms/ChangePasswordAction/local
                      13:59:26,398 INFO [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LoginAction,
                       JNDI: cms/LoginAction/local
                      13:59:26,408 INFO [Initialization] done initializing Seam
                      13:59:26,639 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
                      13:59:26,799 INFO [FacesConfigurator] Reading config jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-c
                      ontents/cms-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
                      13:59:26,829 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
                      13:59:26,969 ERROR [LocaleUtils] Locale name null or empty, ignoring
                      13:59:27,550 INFO [StartupServletContextListener] ServletContext 'F:\projects\iplay\prod\jboss\server\iplayserver\.\tmp\deploy\tmp32857cms.
                      ear-contents\cms-exp.war\' initialized.
                      13:59:27,620 INFO [EARDeployer] Started J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      
                      


                      There are no errors, except this during step 3

                      13:59:22,743 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA

                      Server Trace of deployment (DEBUG)

                      2006-03-07 13:59:14,261 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:14,261 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:14,321 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear -> F:\projects\iplay\prod\jboss\server\iplayserver\tmp\deploy\tmp32857cms.ear
                      2006-03-07 13:59:15,963 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.EARDeployer@1dee400
                      2006-03-07 13:59:15,963 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:16,374 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/MANIFEST.MF
                      2006-03-07 13:59:16,584 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: cms.war
                      2006-03-07 13:59:16,634 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: cms-ejb.jar
                      2006-03-07 13:59:16,684 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: cms-themes.jar
                      2006-03-07 13:59:16,744 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: cms.jar
                      2006-03-07 13:59:16,955 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: APP-INF/jboss-seam.jar
                      2006-03-07 13:59:17,075 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: APP-INF/spring-core.jar
                      2006-03-07 13:59:18,637 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: APP-INF/xmlc-all-runtime.jar
                      2006-03-07 13:59:18,697 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/application.xml
                      2006-03-07 13:59:18,757 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/jboss-app.xml
                      2006-03-07 13:59:18,787 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@4f78a393 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.war }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.war
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:18,817 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@4f7872c6 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:18,857 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@c7fe3b81 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:18,887 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@3844bf41 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:18,928 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@d1e393c2 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:18,968 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@9efe1358 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:19,008 DEBUG [org.jboss.deployment.EARDeployer] Deployment Info: org.jboss.deployment.DeploymentInfo@ef4328d6 { url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar }
                       deployer: null
                       status: null
                       state: CONSTRUCTED
                       watch: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                       altDD: null
                       lastDeployed: 0
                       lastModified: 0
                       mbeans:
                      , isDirectory: false
                      2006-03-07 13:59:19,018 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: seam.jboss.org:loader=seam-booking, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3, configParserClassName: null, repositoryConfig: null)
                      2006-03-07 13:59:19,018 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear
                      2006-03-07 13:59:19,018 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=0}
                      2006-03-07 13:59:19,018 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=0}
                      2006-03-07 13:59:19,018 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=0}
                      2006-03-07 13:59:19,128 DEBUG [org.jboss.deployment.MainDeployer] found 7 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:19,128 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar
                      2006-03-07 13:59:19,368 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
                      2006-03-07 13:59:19,368 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@2acc65
                      2006-03-07 13:59:19,368 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar
                      2006-03-07 13:59:19,408 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:19,408 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar
                      2006-03-07 13:59:19,418 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar
                      2006-03-07 13:59:19,508 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
                      2006-03-07 13:59:19,508 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@2acc65
                      2006-03-07 13:59:19,508 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar
                      2006-03-07 13:59:19,538 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:19,538 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar
                      2006-03-07 13:59:19,548 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar
                      2006-03-07 13:59:20,580 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
                      2006-03-07 13:59:20,580 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@2acc65
                      2006-03-07 13:59:20,580 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar
                      2006-03-07 13:59:20,800 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:20,810 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar
                      2006-03-07 13:59:20,810 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      2006-03-07 13:59:20,820 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.ejb3.EJB3Deployer@162ba99
                      2006-03-07 13:59:20,820 DEBUG [org.jboss.ejb3.EJB3Deployer] init, cms-ejb.jar
                      2006-03-07 13:59:20,820 DEBUG [org.jboss.ejb3.EJB3Deployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      2006-03-07 13:59:20,840 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:20,850 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      2006-03-07 13:59:20,850 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar
                      2006-03-07 13:59:20,900 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
                      2006-03-07 13:59:20,900 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@2acc65
                      2006-03-07 13:59:20,900 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar
                      2006-03-07 13:59:20,910 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:20,920 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-themes.jar
                      2006-03-07 13:59:20,930 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar
                      2006-03-07 13:59:20,950 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
                      2006-03-07 13:59:20,950 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@2acc65
                      2006-03-07 13:59:20,950 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar
                      2006-03-07 13:59:20,960 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:20,991 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.jar
                      2006-03-07 13:59:20,991 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.war
                      2006-03-07 13:59:20,991 DEBUG [org.jboss.deployment.MainDeployer] using deployer MBeanProxyExt[jboss.web:service=WebServer]
                      2006-03-07 13:59:20,991 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
                      2006-03-07 13:59:21,061 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Unpacking war to: F:\projects\iplay\prod\jboss\server\iplayserver\tmp\deploy\tmp32857cms.ear-contents\cms-exp.war
                      2006-03-07 13:59:22,012 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Replaced war with unpacked contents
                      2006-03-07 13:59:22,022 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Was unable to delete war file
                      2006-03-07 13:59:22,022 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: /
                      2006-03-07 13:59:22,022 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-exp.war/
                      2006-03-07 13:59:22,072 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
                      2006-03-07 13:59:22,072 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-exp.war/, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@eb840f{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear ,addedOrder=32}
                      2006-03-07 13:59:22,082 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms.war
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/jboss-seam.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-seam.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/spring-core.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying spring-core.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/APP-INF/xmlc-all-runtime.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying xmlc-all-runtime.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      2006-03-07 13:59:22,092 DEBUG [org.jboss.ejb3.EJB3Deployer] create, cms-ejb.jar
                      2006-03-07 13:59:22,152 DEBUG [org.jboss.ejb3.EJB3Deployer] Deploying: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp32857cms.ear-contents/cms-ejb.jar
                      2006-03-07 13:59:22,152 DEBUG [org.jboss.system.ServiceController] Creating service jboss.j2ee:service=EJB3,module=cms-ejb.jar
                      2006-03-07 13:59:22,152 DEBUG [org.jboss.ejb3.Ejb3Module] Creating jboss.j2ee:service=EJB3,module=cms-ejb.jar
                      2006-03-07 13:59:22,162 DEBUG [org.jboss.ejb3.security.JaccHelper] Initialising JACC Context for deployment: cms-ejb.jar
                      2006-03-07 13:59:22,172 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,172 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@681db8{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,172 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,172 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@17753a8{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,232 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,232 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@11576d7{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,232 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,232 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@2d5534{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@34d75f{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@127d15e{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@12297d7{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,242 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@1ecfeb{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,322 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,322 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@11d20d3{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@ef0cdb{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@352d87{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,393 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@140243b{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,513 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,513 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1d5b883{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,513 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,513 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@44b7f7{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,533 INFO [org.jboss.ejb3.Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, type=STATEFUL
                      2006-03-07 13:59:22,543 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,543 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1923ca5{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,543 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,543 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@1cb8e0f{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,553 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,553 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@1b0c08{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1b31fd9{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@efe27b{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@1eb9fde{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@4caadb{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@16528a2{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@4ee1f1{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@d3c69c{ url=null ,addedOrder=0}
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                      2006-03-07 13:59:22,613 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jbos


                      • 8. Re: Could not instantiate Seam component
                        kryptontri

                        Sorry post got cut off, here is the continuation of the debug log during the ear deployment

                        2006-03-07 13:59:22,733 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader@1e7d12b{ url=null ,addedOrder=0}
                        2006-03-07 13:59:22,733 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
                        2006-03-07 13:59:22,733 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@13f16b4, cl=org.jboss.mx.loading.UnifiedClassLoader3@556949{ url=null ,addedOrder=0}
                        2006-03-07 13:59:22,743 FATAL [org.hibernate.ejb.packaging.PersistenceXmlLoader] iplaycmsEntityManager JTA
                        2006-03-07 13:59:22,753 DEBUG [org.jboss.ejb3.security.JaccHelper] JACC Policy Configuration for deployment has been put in service
                        2006-03-07 13:59:22,753 INFO [org.jboss.ejb3.Ejb3Deployment] EJB3 deployment time took: 601
                        2006-03-07 13:59:22,753 DEBUG [org.jboss.ejb3.Ejb3Module] Created jboss.j2ee:service=EJB3,module=cms-ejb.jar
                        


                        All this is fresh, no redeploys, and the only error is this

                        13:59:22,743 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA

                        Any ideas ?


                        • 9. Re: Could not instantiate Seam component

                          Just a guess. I see:

                          ObjectName: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager

                          Is the double extension .ear.ear and .jar.jar something that JBoss is putting in the output, or do you actually have cms-ejb.ear.ear file? It's an easy mistake to make on a Windows machine and could be throwing off the Seam class scanner or loader. Which could be the reason why Seam can't instantiate the component.

                          -Jim

                          • 10. Re: Could not instantiate Seam component
                            kryptontri

                            Hi Captn!

                            I think that is just an erroneous log message, with the wrong formatting.
                            The ears and jars do not have double extensions. I am still looking into
                            this. At the moment, Gavin said the persistence unit is causing it, ie
                            indirectly the deployed datasource, so this is my next target to look at,
                            the only difference is i am using a separate hsqldb jvm instance, i will
                            change it to invm to see ..

                            Thanks!
                            K

                            • 11. Re: Could not instantiate Seam component
                              bill.burke

                              The root of the problem is this:

                              --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                              ObjectName: jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
                               State: NOTYETINSTALLED
                               Depends On Me:
                               persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                              


                              Add this to your persistence.xml properties:
                              <property name="jboss.no.implicit.datasource.dependency" value="true/>
                              


                              If this works, can you please go to the jmx-console and list what MBeans that are deployed with "iplaycmsEntityManager" in their name? THis will help me figure out what the problem is so I can fix it.




                              • 12. Re: Could not instantiate Seam component
                                kryptontri

                                Hi Bill, TIA for any input, ok, this is what I did,
                                - new jboss instance
                                - added the following to persistence.xml

                                <property name="jboss.no.implicit.datasource.dependency" value="true/>
                                


                                Step 1:
                                Touched the iplaycms-ds.xml
                                <?xml version="1.0" encoding="UTF-8"?>
                                <datasources>
                                 <local-tx-datasource>
                                 <jndi-name>iplaycmsDatasource</jndi-name>
                                 <connection-url>jdbc:hsqldb:hsql://localhost:9999/iplaycms</connection-url>
                                 <driver-class>org.hsqldb.jdbcDriver</driver-class>
                                 <user-name>sa</user-name>
                                 <password></password>
                                 </local-tx-datasource>
                                </datasources>
                                


                                Jboss Log showing undeploy/deploy of datasource
                                08:50:51,385 INFO [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasourc
                                e' from JNDI name 'java:iplaycmsDatasource'
                                08:50:51,755 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplaycmsDatasource'
                                 to JNDI name 'java:iplaycmsDatasource'
                                


                                Redeploy the cms.ear
                                08:51:10,583 INFO [EARDeployer] Init J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                                08:51:17,974 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=ChangePasswordAction, class=com.iplay.cms.manager.ChangePasswordAction, typ
                                e=STATEFUL
                                08:51:18,064 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LoginAction, class=com.iplay.cms.manager.LoginAction, type=STATELESS
                                08:51:18,074 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=LogoutAction, class=com.iplay.cms.manager.LogoutAction, type=STATELESS
                                08:51:18,084 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=RegisterAction, class=com.iplay.cms.manager.RegisterAction, type=STATEFUL
                                08:51:18,104 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA
                                08:51:18,104 INFO [Ejb3Deployment] EJB3 deployment time took: 341
                                08:51:18,114 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityM
                                anager with dependencies:
                                08:51:18,134 WARN [ServiceController] Problem starting service persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEnt
                                ityManager
                                java.lang.reflect.InvocationTargetException
                                 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.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:97)
                                 at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                                 at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                                 at sun.reflect.GeneratedMethodAccessor4.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:260)
                                 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                                 at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
                                 at $Proxy0.start(Unknown Source)
                                 at org.jboss.system.ServiceController.start(ServiceController.java:417)
                                 at sun.reflect.GeneratedMethodAccessor6.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:260)
                                 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                                 at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
                                 at $Proxy82.start(Unknown Source)
                                 at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:76)
                                 at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:599)
                                 at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:452)
                                 at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:139)
                                 at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                                 at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                                 at sun.reflect.GeneratedMethodAccessor4.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:260)
                                 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                                 at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
                                 at $Proxy0.start(Unknown Source)
                                 at org.jboss.system.ServiceController.start(ServiceController.java:417)
                                 at sun.reflect.GeneratedMethodAccessor6.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:260)
                                 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                                 at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
                                 at $Proxy25.start(Unknown Source)
                                 at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:365)
                                 at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
                                 at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997)
                                 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
                                 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
                                 at sun.reflect.GeneratedMethodAccessor14.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:260)
                                 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                                 at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
                                 at $Proxy6.deploy(Unknown Source)
                                 at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:334)
                                 at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:522)
                                 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:207)
                                 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:218)
                                 at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:197)
                                Caused by: javax.naming.NameNotFoundException: iplaycmsDatasource not bound
                                 at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
                                 at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
                                 at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
                                 at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
                                 at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
                                 at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
                                 at javax.naming.InitialContext.lookup(InitialContext.java:351)
                                 at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:236)
                                 ... 78 more
                                08:51:18,184 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=ChangePasswordAction wi
                                th dependencies:
                                08:51:18,184 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                                08:51:18,194 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LoginAction with depend
                                encies:
                                08:51:18,194 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                                08:51:18,194 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=LogoutAction with depen
                                dencies:
                                08:51:18,424 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=cms.ear,jar=cms-ejb.jar,name=RegisterAction with dep
                                endencies:
                                08:51:18,424 INFO [JmxKernelAbstraction] persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                                08:51:18,434 INFO [EJB3Deployer] Deployed: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23004cms.ear-contents/cms-ej
                                b.jar
                                08:51:18,434 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../tmp/deploy/tmp23004cms.ear-contents/cms-exp.war/
                                08:51:20,217 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2
                                08:51:20,237 INFO [Initialization] reading properties from: /seam.properties
                                08:51:20,237 INFO [Initialization] initializing Seam
                                08:51:20,277 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
                                08:51:20,317 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
                                08:51:20,327 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
                                08:51:20,357 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
                                08:51:20,367 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
                                08:51:20,367 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
                                08:51:20,377 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
                                08:51:20,377 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
                                08:51:20,377 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
                                08:51:20,387 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
                                08:51:20,387 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext
                                
                                08:51:20,397 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationCon
                                text
                                08:51:20,397 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationC
                                ontext
                                08:51:20,407 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessPr
                                ocessContext
                                08:51:20,407 INFO [Component] Component: resourceBundle, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
                                08:51:20,417 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Intr
                                ospector
                                08:51:20,457 INFO [ResourceBundle] resource bundle missing: messages
                                08:51:20,467 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Co
                                ntexts
                                08:51:20,487 INFO [Scanner] scanning: /F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23004cms.ear-contents/cms-ejb.jar
                                08:51:20,507 INFO [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LoginAction,
                                 JNDI: cms/LoginAction/local
                                08:51:20,517 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.ChangePa
                                sswordAction, JNDI: cms/ChangePasswordAction/local
                                08:51:20,537 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.iplay.cms.manager.RegisterAction
                                , JNDI: cms/RegisterAction/local
                                08:51:20,537 INFO [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.iplay.cms.manager.LogoutActio
                                n, JNDI: cms/LogoutAction/local
                                08:51:20,547 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: com.iplay.cms.model.user.User
                                08:51:20,557 INFO [Initialization] done initializing Seam
                                08:51:20,557 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
                                08:51:20,678 INFO [FacesConfigurator] Reading config jar:file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23004cms.ear-c
                                ontents/cms-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
                                08:51:20,718 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
                                08:51:20,748 ERROR [LocaleUtils] Locale name null or empty, ignoring
                                08:51:21,018 INFO [StartupServletContextListener] ServletContext 'F:\projects\iplay\prod\jboss\server\iplayserver\.\tmp\deploy\tmp23004cms.
                                ear-contents\cms-exp.war\' initialized.
                                08:51:21,078 INFO [EARDeployer] Started J2EE application: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/cms.ear
                                


                                MBeans with iplaycmsDatasource as part of their name
                                jboss.jca
                                 * name='jboss-local-jdbc.rar',service=RARDeployment
                                 * name='jms-ra.rar',service=RARDeployment
                                 * name=DefaultDS,service=DataSourceBinding
                                 * name=DefaultDS,service=LocalTxCM
                                 * name=DefaultDS,service=ManagedConnectionFactory
                                 * name=DefaultDS,service=ManagedConnectionPool
                                 * name=JmsXA,service=ConnectionFactoryBinding
                                 * name=JmsXA,service=ManagedConnectionFactory
                                 * name=JmsXA,service=ManagedConnectionPool
                                 * name=JmsXA,service=TxCM
                                 * name=iplaycmsDatasource,service=DataSourceBinding
                                 * name=iplaycmsDatasource,service=LocalTxCM
                                 * name=iplaycmsDatasource,service=ManagedConnectionFactory
                                 * name=iplaycmsDatasource,service=ManagedConnectionPool
                                 * service=CachedConnectionManager
                                 * service=ConnectionFactoryDeployer
                                 * service=RARDeployer
                                 * service=WorkManager
                                 * service=WorkManagerThreadPool
                                
                                persistence.units
                                 * ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=iplaycmsEntityManager
                                



                                It still fails when i try to register with an exception indicating
                                a seam component not being bound

                                Caused by: javax.naming.NameNotFoundException: RegisterAction not bound
                                 at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
                                 at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
                                


                                I'll look over this again.




                                • 13. Re: Could not instantiate Seam component
                                  kryptontri

                                  Please note the property value above is

                                  <property name="jboss.no.implicit.datasource.dependency" value="true"/>
                                  

                                  I had left out the trailing " when cut and pasting.


                                  • 14. Re: Could not instantiate Seam component
                                    kryptontri

                                    I am attaching the log file of the touching of the datasource from time stamp 08:50:51,385 to 08:50:51,755

                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] undeploying document file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource dependent services are: []
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Stopping jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource' from JNDI name 'java:iplay69cmsDatasource'
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Stopped jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: RUNNING
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     Depends On Me:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                     State: RUNNING
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     jboss.jca:service=CachedConnectionManager
                                     jboss:service=TransactionManager
                                     Depends On Me:
                                     jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                     State: STOPPED
                                     I Depend On:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopping jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopped jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopping jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopped jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopping jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopped jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource dependent services are: []
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Destroying jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Destroyed jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: STOPPED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     Depends On Me:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                     State: STOPPED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     jboss.jca:service=CachedConnectionManager
                                     jboss:service=TransactionManager
                                     Depends On Me:
                                     jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource dependent services are: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                     State: DESTROYED
                                     I Depend On:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroying jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroyed jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroying jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroyed jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroying jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroyed jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] Ignoring request to remove nonexistent service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     State: DESTROYED
                                     Depends On Me:
                                     jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.system.ServiceController] no need to remove jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     State: NOTYETINSTALLED
                                    
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: DESTROYED
                                     Depends On Me:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] no need to remove jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: NOTYETINSTALLED
                                    
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource from server
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.system.ServiceController] Ignoring request to remove nonexistent service: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.deployment.SARDeployer] Unregistering service UCL=jmx.loading:UCL=1b6a053
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(true) org.jboss.mx.loading.UnifiedClassLoader3@1b6a053{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp22999iplaycms-ds.xml ,addedOrder=29}
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Unregistering cl=org.jboss.mx.loading.UnifiedClassLoader3@1b6a053{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp22999iplaycms-ds.xml ,addedOrder=29}
                                    2006-03-08 08:50:51,395 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) org.jboss.mx.loading.UnifiedClassLoader3@1b6a053{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp22999iplaycms-ds.xml ,addedOrder=29}
                                    2006-03-08 08:50:51,465 DEBUG [org.jboss.deployment.DeploymentInfo] Cleaned Deployment: file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp22999iplaycms-ds.xml
                                    2006-03-08 08:50:51,465 DEBUG [org.jboss.deployment.MainDeployer] Undeployed file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,465 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,465 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,485 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml -> F:\projects\iplay\prod\jboss\server\iplayserver\tmp\deploy\tmp23003iplaycms-ds.xml
                                    2006-03-08 08:50:51,565 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.XSLSubDeployer@57e787
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: [#document: null]
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: <server>
                                    
                                     <mbean code='org.jboss.resource.connectionmanager.TxConnectionManager' display-name='ConnectionManager for DataSource iplay69cmsDatasource' name='jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource'>
                                     <attribute name='TrackConnectionByTx'>true</attribute>
                                     <attribute name='LocalTransactions'>true</attribute>
                                     <depends optional-attribute-name='ManagedConnectionPool'>
                                     <mbean code='org.jboss.resource.connectionmanager.JBossManagedConnectionPool' display-name='Connection Pool for DataSource iplay69cmsDatasource' name='jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource'>
                                     <depends optional-attribute-name='ManagedConnectionFactoryName'>
                                     <mbean code='org.jboss.resource.connectionmanager.RARDeployment' display-name='ManagedConnectionFactory for DataSource iplay69cmsDatasource' name='jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource'>
                                     <depends optional-attribute-name='OldRarDeployment'>jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'</depends>
                                     <attribute name='RARName'/>
                                     <attribute name='ConnectionDefinition'>javax.sql.DataSource</attribute>
                                     <attribute name='ManagedConnectionFactoryProperties'>
                                     <properties>
                                     <config-property name='ConnectionURL' type='java.lang.String'>jdbc:hsqldb:hsql://localhost:9999/iplaycms</config-property>
                                     <config-property name='DriverClass' type='java.lang.String'>org.hsqldb.jdbcDriver</config-property>
                                     <config-property name='UserName' type='java.lang.String'>sa</config-property>
                                     <config-property name='Password' type='java.lang.String'></config-property>
                                     </properties>
                                     </attribute>
                                     </mbean>
                                     </depends>
                                     <attribute name='MinSize'>0</attribute>
                                     <attribute name='MaxSize'>20</attribute>
                                     <attribute name='BlockingTimeoutMillis'>30000</attribute>
                                     <attribute name='IdleTimeoutMinutes'>15</attribute>
                                     <attribute name='Criteria'>ByNothing</attribute>
                                     </mbean>
                                     </depends>
                                     <attribute name='JndiName'>iplay69cmsDatasource</attribute>
                                     <depends optional-attribute-name='CachedConnectionManager'>jboss.jca:service=CachedConnectionManager</depends>
                                     <depends optional-attribute-name='TransactionManagerService'>jboss:service=TransactionManager</depends>
                                     </mbean>
                                     <mbean code='org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService' display-name='Binding for DataSource iplay69cmsDatasource' name='jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource'>
                                     <attribute name='JndiName'>iplay69cmsDatasource</attribute>
                                     <attribute name='UseJavaContext'>true</attribute>
                                     <depends optional-attribute-name='ConnectionManager'>jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource</depends>
                                     </mbean>
                                    
                                    </server>
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.SARDeployer] Using existing deployment.document
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local directories
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.SARDeployer] looking for nested deployments in : file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23003iplaycms-ds.xml
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@4ba778{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23003iplaycms-ds.xml ,addedOrder=0}
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1c74f37, cl=org.jboss.mx.loading.UnifiedClassLoader3@4ba778{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23003iplaycms-ds.xml ,addedOrder=0}
                                    2006-03-08 08:50:51,605 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@4ba778{ url=file:/F:/projects/iplay/prod/jboss/server/iplayserver/tmp/deploy/tmp23003iplaycms-ds.xml ,addedOrder=0}
                                    2006-03-08 08:50:51,635 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,645 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,645 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,645 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step: url file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,645 DEBUG [org.jboss.deployment.SARDeployer] Registering service UCL=jmx.loading:UCL=4ba778
                                    2006-03-08 08:50:51,645 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource with code: org.jboss.resource.connectionmanager.TxConnectionManager
                                    2006-03-08 08:50:51,655 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,655 DEBUG [org.jboss.system.ServiceConfigurator] TrackConnectionByTx set to true in jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,655 DEBUG [org.jboss.system.ServiceConfigurator] LocalTransactions set to true in jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,665 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource with code: org.jboss.resource.connectionmanager.JBossManagedConnectionPool
                                    2006-03-08 08:50:51,675 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,675 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource with code: org.jboss.resource.connectionmanager.RARDeployment
                                    2006-03-08 08:50:51,685 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,685 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource depends on jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
                                    2006-03-08 08:50:51,685 DEBUG [org.jboss.system.ServiceConfigurator] considering OldRarDeployment with object name jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
                                    2006-03-08 08:50:51,685 DEBUG [org.jboss.system.ServiceConfigurator] ConnectionDefinition set to javax.sql.DataSource in jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,715 DEBUG [org.jboss.system.ServiceConfigurator] ManagedConnectionFactoryProperties set to [properties: null] in jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource depends on jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionFactoryName with object name jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] MinSize set to 0 in jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] MaxSize set to 20 in jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] BlockingTimeoutMillis set to 30000 in jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] IdleTimeoutMinutes set to 15 in jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] Criteria set to ByNothing in jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource depends on jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] considering ManagedConnectionPool with object name jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to iplay69cmsDatasource in jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource depends on jboss.jca:service=CachedConnectionManager
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] considering CachedConnectionManager with object name jboss.jca:service=CachedConnectionManager
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource depends on jboss:service=TransactionManager
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceConfigurator] considering TransactionManagerService with object name jboss:service=TransactionManager
                                    2006-03-08 08:50:51,725 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource with code: org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceConfigurator] JndiName set to iplay69cmsDatasource in jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceConfigurator] UseJavaContext set to true in jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] recording that jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource depends on jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceConfigurator] considering ConnectionManager with object name jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource waiting on jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource waiting on jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Creating jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Created jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource dependents are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: CONFIGURED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     Depends On Me:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Creating jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Created jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource dependents are: [ObjectName: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                     State: CONFIGURED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     jboss.jca:service=CachedConnectionManager
                                     jboss:service=TransactionManager
                                     Depends On Me:
                                     jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Creating jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Created jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource dependents are: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                     State: CONFIGURED
                                     I Depend On:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Creating jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Created jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource dependents are: []
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying iplaycms-ds.xml
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource on jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource on jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,735 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Starting jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TrackStatements'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionQueryTimeout'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'PreparedStatementCacheSize'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionProperties'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'SharePreparedStatements'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'UserName'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'QueryTimeout'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ValidConnectionCheckerClassName'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'CheckValidConnectionSQL'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'NewConnectionSQL'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'DriverClass'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ConnectionURL'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'ExceptionSorterClassName'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionIsolation'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: ConnectionURL to value jdbc:hsqldb:hsql://localhost:9999/iplaycms
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property ConnectionURL to value jdbc:hsqldb:hsql://localhost:9999/iplaycms
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: DriverClass to value org.hsqldb.jdbcDriver
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property DriverClass to value org.hsqldb.jdbcDriver
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: UserName to value sa
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property UserName to value sa
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password'
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Started jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource dependent components: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     State: CREATED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionFactory,name=iplay69cmsDatasource
                                     Depends On Me:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Starting jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                     State: CREATED
                                     I Depend On:
                                     jboss.jca:service=ManagedConnectionPool,name=iplay69cmsDatasource
                                     jboss.jca:service=CachedConnectionManager
                                     jboss:service=TransactionManager
                                     Depends On Me:
                                     jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Starting jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Started jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource dependent components: [ObjectName: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                     State: CREATED
                                     I Depend On:
                                     jboss.jca:service=LocalTxCM,name=iplay69cmsDatasource
                                    ]
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,745 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Starting jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Binding object 'org.jboss.resource.adapter.jdbc.WrapperDataSource@2f60ce' into JNDI at 'java:iplay69cmsDatasource'
                                    2006-03-08 08:50:51,755 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource' to JNDI name 'java:iplay69cmsDatasource'
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Started jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource dependent components: []
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.system.ServiceController] starting service jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss.jca:service=DataSourceBinding,name=iplay69cmsDatasource
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: iplaycms-ds.xml
                                    2006-03-08 08:50:51,755 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml
                                    
                                    


                                    1 2 Previous Next