7 Replies Latest reply on Sep 18, 2009 7:12 PM by cwalters

    Deployment "InstanceAlreadyExistsException" for Hibernate MB

    cwalters

      I have a Java App that uses Hibernate that I'm trying to deploy on JBOSS 5.1.0. I get the following "InstanceAlreadyExistsException" when trying to deploy it. I've removed the JBOSS "tmp" and "work" directories and restarted JBOSS as suggested in another post online as well as tried renaming the MBean just in case there really was a conflict but I'm still getting the same error.

      Following is exception stack trace as well as the contents of the "jboss-app.xml" and "hibernate-service.xml" files.

      Any ideas out there guys ?

      Exception Stack Trace

      16:27:07,977 WARN [AbstractDeploymentContext] Unable to register deployment mbean jboss.gggomobile:name=GGGoMobileSessionFactory
      javax.management.InstanceAlreadyExistsException: jboss.deployment:id="jboss.gggomobile:name=GGGoMobileSessionFactory",type=Component already registered.
       at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:756)
       at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:233)
       at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
       at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1431)
       at java.security.AccessController.doPrivileged(Native Method)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1426)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:376)
       at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.registerMBeans(AbstractDeploymentContext.java:1030)
       at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentContext.addComponent(AbstractDeploymentContext.java:722)
       at org.jboss.deployers.structure.spi.helpers.AbstractDeploymentUnit.addComponent(AbstractDeploymentUnit.java:251)
       at org.jboss.system.deployers.ServiceDeploymentDeployer.addServiceComponent(ServiceDeploymentDeployer.java:62)
       at org.jboss.system.deployers.ServiceDeploymentDeployer$ServiceDeploymentVisitor.deploy(ServiceDeploymentDeployer.java:115)
       at org.jboss.system.deployers.ServiceDeploymentDeployer$ServiceDeploymentVisitor.deploy(ServiceDeploymentDeployer.java:76)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)
       at org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
       at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
       at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)
      16:27:08,391 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/ state=PreReal mode=Manual requiredState=Real
      org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.gggomobile:name=GGGoMobileSessionFactory
       at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
       at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
       at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
       at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.IllegalStateException: jboss.gggomobile:name=GGGoMobileSessionFactory is already installed.
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:716)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)
       at org.jboss.system.ServiceController.doInstall(ServiceController.java:670)
       at org.jboss.system.ServiceController.install(ServiceController.java:273)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
       ... 30 more
      16:27:08,823 WARN [HDScanner] Failed to process changes
      org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      
      *** DEPLOYMENTS IN ERROR: Name -> Error
      
      vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/ -> org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.gggomobile:name=GGGoMobileSessionFactory
      
      
      DEPLOYMENTS IN ERROR:
       Deployment "vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/" is in error due to the following reason(s): java.lang.IllegalStateException: jboss.gggomobile:name=GGGoMobileSessionFactory is already installed.
      
       at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
       at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
       at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
       at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
      
       at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
       at java.lang.Thread.run(Thread.java:619)
      


      jboss-app.xml
      <?xml version="1.0" encoding="UTF-8"?>
      <jboss-app>
       <loader-repository>
       com.clarksonville.gm.data:loader=GGGoMobile.ear
       </loader-repository>
       <module>
       <service>META-INF/hibernate-service.xml</service>
       </module>
      </jboss-app>
      


      hibernate-service.xml
      <?xml version="1.0" encoding="utf-8"?>
      <server>
      <mbean code="org.jboss.hibernate.jmx.Hibernate" name="jboss.gggomobile:name=GGGoMobileSessionFactory">
       <attribute name="DatasourceName">java:/GGGoMobileDS</attribute>
       <attribute name="Dialect">
       org.hibernate.dialect.MySQLDialect
       </attribute>
       <attribute name="SessionFactoryName">
       java:/hibernate/GGGoMobileSessionFactory
       </attribute>
       <attribute name="CacheProviderClass">
       org.hibernate.cache.HashtableCacheProvider
       </attribute>
       <attribute name="ShowSqlEnabled">true</attribute>
       <attribute name="ScanForMappingsEnabled">true</attribute>
       </mbean>
      </server>
      


        • 1. Re: Deployment
          jaikiran

          1) It's an WARN message:

          16:27:07,977 WARN [AbstractDeploymentContext] Unable to register deployment mbean jboss.gggomobile:
          name=GGGoMobileSessionFactory
          javax.management.InstanceAlreadyExistsException: jboss.deployment:id="jboss.gggomobile:name=GGGoMobileSessionFactory",type=Component already registered.
          


          2) It was a known issue and was fixed in AS 5.0.1 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=149531. However you mention that you are using 5.1.0 AS and still seeing this issue. Let us know if that's the case for sure.

          3) As an workaround, you can remove the :

          <module>
           <service>META-INF/hibernate-service.xml</service>
           </module>
          

          from the jboss-app.xml. The hibernate-service.xml will by default be picked up when it's found in META-INF folder.


          • 2. Re: Deployment
            cwalters

            Yes, I am using JBOSS 5.1.0 . I downloaded and installed it just last week.

            I removed "hibernate-service.xml" from "jboss-app.xml" and this particular problem seems to have gone away (at least I don't see any messages in the log during deployment). However I am getting the following error :

            javax.naming.NameNotFoundException: hibernate not bound
            


            when this code is executed:

            _session_factory = (SessionFactory) ctx.lookup("java:/hibernate/GGGoMobileSessionFactory");
            


            Following are the contents of the "hibernate-service.xml" file

            <?xml version="1.0" encoding="utf-8"?>
            <server>
             <mbean code="org.jboss.hibernate.jmx.Hibernate" name="jboss.gggomobile:name=GGGoMobileSessionFactory">
             <attribute name="DatasourceName">java:/GGGoMobileDS</attribute>
             <attribute name="Dialect">
             org.hibernate.dialect.MySQLDialect
             </attribute>
             <attribute name="SessionFactoryName">
             java:/hibernate/GGGoMobileSessionFactory
             </attribute>
             <attribute name="CacheProviderClass">
             org.hibernate.cache.HashtableCacheProvider
             </attribute>
             <attribute name="ShowSqlEnabled">true</attribute>
             <attribute name="ScanForMappingsEnabled">true</attribute>
             </mbean>
            </server>
            


            Is it possible that removing the "hibernate-service.xml" from the "jboss-app.xml" might be the cause of this new error message ?



















            • 3. Re: Deployment
              jaikiran

               

              _session_factory = (SessionFactory) ctx.lookup("java:/hibernate/GGGoMobileSessionFactory");
              


              Is this lookup code in the same JVM as the JBoss AS? Or is it being looked up from some standalone client? And also please post the entire console logs (not server.log) and the entire exception stacktrace which will give us an idea as to what is going on.

              And does the JNDIView show that the session factory is bound under that name http://www.jboss.org/community/wiki/DisplayTheJDNITreeWithTheJMXConsole

              • 4. Re: Deployment
                cwalters

                Yes, this lookup code is in the save JVM as JBOSS. This is within a servlet that runs within JBOSS. What other logs are you referring to ? The only log file I see is "server.log"

                Following is the entire contents of the server.log file (I don't see a full stack trace for this exception; just the on line indicating the "NameNotFoundException". Is there something that I can configure in JBOSS to provide more detail logs if this does not provide sufficient debugging information ?

                Thanks.

                - CW

                2009-09-18 12:34:07,772 INFO [org.jboss.web.WebService] (main) Using RMI server codebase: http://127.0.0.1:8083/
                2009-09-18 12:34:25,537 INFO [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) JBoss Web Services - Stack Native Core
                2009-09-18 12:34:25,538 INFO [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) 3.1.2.GA
                2009-09-18 12:34:26,412 INFO [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
                2009-09-18 12:34:28,383 INFO [org.jboss.logbridge.LogNotificationListener] (main) Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@413fc6[ defaultDomain='jboss' ]
                2009-09-18 12:35:38,797 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@10344448{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:35:38,798 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@10344448{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:35:38,799 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@10344448{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:35:39,028 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@10344448{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:35:44,571 INFO [org.jboss.mx.remoting.service.JMXConnectorServerService] (main) JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
                2009-09-18 12:35:44,872 INFO [org.jboss.mail.MailService] (main) Mail Service bound to java:/Mail
                2009-09-18 12:35:49,218 WARN [org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore] (main) WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
                2009-09-18 12:35:49,249 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                2009-09-18 12:35:49,375 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                2009-09-18 12:35:49,747 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
                2009-09-18 12:35:49,747 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Setting up property manager MBean and JMX layer
                2009-09-18 12:35:50,403 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Initializing recovery manager
                2009-09-18 12:35:50,653 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Recovery manager configured
                2009-09-18 12:35:50,653 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Binding TransactionManager JNDI Reference
                2009-09-18 12:35:50,716 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Starting transaction recovery manager
                2009-09-18 12:35:51,602 INFO [org.apache.catalina.core.AprLifecycleListener] (main) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jdk1.6.0_16\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\CyberLink\Power2Go;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files\QuickTime\QTSystem\;C:\Java\EE\bin;C:\Java\bin
                2009-09-18 12:35:51,809 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:35:52,070 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:35:52,116 INFO [org.apache.catalina.core.StandardService] (main) Starting service jboss.web
                2009-09-18 12:35:52,121 INFO [org.apache.catalina.core.StandardEngine] (main) Starting Servlet Engine: JBoss Web/2.1.3.GA
                2009-09-18 12:35:52,205 INFO [org.apache.catalina.startup.Catalina] (main) Server startup in 134 ms
                2009-09-18 12:35:52,238 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/web-console
                2009-09-18 12:35:53,988 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/invoker
                2009-09-18 12:35:54,144 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jbossws
                2009-09-18 12:35:54,378 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
                2009-09-18 12:35:54,423 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
                2009-09-18 12:35:54,459 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
                2009-09-18 12:35:54,599 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
                2009-09-18 12:35:54,629 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
                2009-09-18 12:35:54,781 INFO [org.quartz.simpl.SimpleThreadPool] (main) Job execution threads will use class loader of thread: main
                2009-09-18 12:35:54,842 INFO [org.quartz.core.QuartzScheduler] (main) Quartz Scheduler v.1.5.2 created.
                2009-09-18 12:35:54,847 INFO [org.quartz.simpl.RAMJobStore] (main) RAMJobStore initialized.
                2009-09-18 12:35:55,077 INFO [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
                2009-09-18 12:35:55,077 INFO [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler version: 1.5.2
                2009-09-18 12:35:55,078 INFO [org.quartz.core.QuartzScheduler] (main) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
                2009-09-18 12:35:55,258 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=GGGoMobileDS' to JNDI name 'java:GGGoMobileDS'
                2009-09-18 12:35:56,870 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                2009-09-18 12:35:57,985 INFO [org.jboss.jms.server.ServerPeer] (main) JBoss Messaging 1.4.3.GA server [0] started
                2009-09-18 12:35:58,376 INFO [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                2009-09-18 12:35:58,524 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:35:58,524 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@e9f4d0 started
                2009-09-18 12:35:58,540 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:35:58,540 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@17d28db started
                2009-09-18 12:35:58,609 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
                2009-09-18 12:35:58,610 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
                2009-09-18 12:35:59,110 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:35:59,110 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@1636870 started
                2009-09-18 12:35:59,113 INFO [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                2009-09-18 12:35:59,311 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                2009-09-18 12:36:00,732 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Created KernelDeployment for: profileservice-secured.jar
                2009-09-18 12:36:00,739 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                2009-09-18 12:36:00,739 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:36:00,740 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:36:00,740 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:36:00,740 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:36:01,108 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:36:01,108 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.profileservice.spi.ProfileService
                2009-09-18 12:36:01,109 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureProfileService/remote
                2009-09-18 12:36:01,109 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
                2009-09-18 12:36:01,109 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
                2009-09-18 12:36:01,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
                2009-09-18 12:36:01,609 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureDeploymentManager/remote
                2009-09-18 12:36:01,609 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:36:01,611 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                2009-09-18 12:36:01,611 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:36:01,612 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:36:01,612 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:36:01,612 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:36:01,612 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:36:01,612 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:36:02,111 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote
                2009-09-18 12:36:02,112 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:36:02,135 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@17956d8{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:36:02,612 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@16bf0b6{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:36:02,612 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@15f222b{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:36:03,429 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                2009-09-18 12:36:03,444 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
                2009-09-18 12:36:03,552 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
                 SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
                
                2009-09-18 12:36:03,817 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                2009-09-18 12:36:03,818 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
                2009-09-18 12:36:03,869 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureManagementView/remote - EJB3.x Default Remote Business Interface
                 SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
                
                2009-09-18 12:36:04,172 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                2009-09-18 12:36:04,185 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
                2009-09-18 12:36:04,202 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureProfileService/remote - EJB3.x Default Remote Business Interface
                 SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
                
                2009-09-18 12:36:04,868 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console
                2009-09-18 12:36:05,104 INFO [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
                2009-09-18 12:36:12,664 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/
                2009-09-18 12:36:15,087 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jmx-console
                2009-09-18 12:36:16,307 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:36:19,368 INFO [org.apache.struts.action.ActionServlet] (main) Loading chain catalog from vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/struts-core-1.3.8.jar/org/apache/struts/chain/chain-config.xml
                2009-09-18 12:36:19,932 INFO [org.apache.struts.tiles.TilesPlugin] (main) Tiles definition factory loaded for module ''.
                2009-09-18 12:36:19,938 INFO [org.apache.struts.validator.ValidatorPlugIn] (main) Loading validation rules file from '/WEB-INF/validator-rules.xml'
                2009-09-18 12:36:19,940 INFO [org.apache.struts.validator.ValidatorPlugIn] (main) Loading validation rules file from '/WEB-INF/validation.xml'
                2009-09-18 12:36:20,296 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:36:20,336 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:36:20,351 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 2m:41s:544ms
                2009-09-18 12:36:32,430 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) undeploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:36:36,173 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:36:36,656 INFO [org.apache.struts.action.ActionServlet] (HDScanner) Loading chain catalog from vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/struts-core-1.3.8.jar/org/apache/struts/chain/chain-config.xml
                2009-09-18 12:36:37,134 INFO [org.apache.struts.tiles.TilesPlugin] (HDScanner) Tiles definition factory loaded for module ''.
                2009-09-18 12:36:37,139 INFO [org.apache.struts.validator.ValidatorPlugIn] (HDScanner) Loading validation rules file from '/WEB-INF/validator-rules.xml'
                2009-09-18 12:36:37,140 INFO [org.apache.struts.validator.ValidatorPlugIn] (HDScanner) Loading validation rules file from '/WEB-INF/validation.xml'
                2009-09-18 12:41:07,384 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (RMI TCP Connection(33)-127.0.0.1) Shutting down the server, blockingShutdown: false
                2009-09-18 12:41:07,386 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (Thread-17) Server exit(0) called
                2009-09-18 12:41:07,394 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (JBoss Shutdown Hook) Runtime shutdown hook called, forceHalt: true
                2009-09-18 12:41:07,396 INFO [org.apache.coyote.http11.Http11Protocol] (JBoss Shutdown Hook) Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:41:07,407 INFO [org.apache.coyote.http11.Http11Protocol] (JBoss Shutdown Hook) Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:41:07,422 INFO [org.apache.coyote.ajp.AjpProtocol] (JBoss Shutdown Hook) Pausing Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:41:07,428 INFO [org.apache.coyote.ajp.AjpProtocol] (JBoss Shutdown Hook) Stopping Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:41:07,603 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (JBoss Shutdown Hook) org.jboss.jms.server.connectionfactory.ConnectionFactory@e9f4d0 undeployed
                2009-09-18 12:41:07,606 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (JBoss Shutdown Hook) org.jboss.jms.server.connectionfactory.ConnectionFactory@1636870 undeployed
                2009-09-18 12:41:07,609 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (JBoss Shutdown Hook) org.jboss.jms.server.connectionfactory.ConnectionFactory@17d28db undeployed
                2009-09-18 12:41:07,629 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/web-console
                2009-09-18 12:41:07,748 INFO [org.jboss.jms.server.destination.QueueService] (JBoss Shutdown Hook) Queue[/queue/ExpiryQueue] stopped
                2009-09-18 12:41:07,752 INFO [org.jboss.jms.server.destination.QueueService] (JBoss Shutdown Hook) Queue[/queue/DLQ] stopped
                2009-09-18 12:41:08,052 INFO [org.jboss.ejb3.session.SessionSpecContainer] (JBoss Shutdown Hook) Stopping jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                2009-09-18 12:41:08,063 INFO [org.jboss.ejb3.EJBContainer] (JBoss Shutdown Hook) STOPPED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
                2009-09-18 12:41:08,313 INFO [org.jboss.ejb3.session.SessionSpecContainer] (JBoss Shutdown Hook) Stopping jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                2009-09-18 12:41:08,847 INFO [org.jboss.ejb3.EJBContainer] (JBoss Shutdown Hook) STOPPED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
                2009-09-18 12:41:09,049 INFO [org.jboss.ejb3.session.SessionSpecContainer] (JBoss Shutdown Hook) Stopping jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                2009-09-18 12:41:09,295 INFO [org.jboss.ejb3.EJBContainer] (JBoss Shutdown Hook) STOPPED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
                2009-09-18 12:41:09,369 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (JBoss Shutdown Hook) Unbound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' from JNDI name 'java:JmsXA'
                2009-09-18 12:41:09,406 INFO [org.jboss.jms.server.ServerPeer] (JBoss Shutdown Hook) JMS ServerPeer[0] stopped
                2009-09-18 12:41:09,450 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/invoker
                2009-09-18 12:41:09,624 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/jbossws
                2009-09-18 12:41:09,637 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/admin-console
                2009-09-18 12:41:09,645 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/
                2009-09-18 12:41:09,651 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/jmx-console
                2009-09-18 12:41:09,736 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (JBoss Shutdown Hook) undeploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:41:09,747 INFO [org.apache.catalina.core.StandardService] (JBoss Shutdown Hook) Stopping service jboss.web
                2009-09-18 12:41:09,924 INFO [org.jboss.mail.MailService] (JBoss Shutdown Hook) Mail service 'java:/Mail' removed from JNDI
                2009-09-18 12:41:10,068 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (JBoss Shutdown Hook) Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=GGGoMobileDS' from JNDI name 'java:GGGoMobileDS'
                2009-09-18 12:41:10,070 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (JBoss Shutdown Hook) Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'java:DefaultDS'
                2009-09-18 12:41:10,145 INFO [org.quartz.core.QuartzScheduler] (JBoss Shutdown Hook) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
                2009-09-18 12:41:10,145 INFO [org.quartz.core.QuartzScheduler] (JBoss Shutdown Hook) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
                2009-09-18 12:41:10,554 INFO [org.quartz.simpl.SimpleThreadPool] (JBoss Shutdown Hook) There are still 31 worker threads active. See javadoc runInThread(Runnable) for a possible explanation
                2009-09-18 12:41:10,555 INFO [org.quartz.core.QuartzScheduler] (JBoss Shutdown Hook) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
                2009-09-18 12:41:10,879 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (JBoss Shutdown Hook) Stopping transaction recovery manager
                2009-09-18 12:41:10,883 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (JBoss Shutdown Hook) Destroying TransactionManagerService
                2009-09-18 12:41:11,595 INFO [org.jboss.jdbc.HypersonicDatabase] (JBoss Shutdown Hook) Database standalone closed clean
                2009-09-18 12:41:21,849 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (JBoss Shutdown Hook) Shutdown complete
                2009-09-18 12:41:38,433 INFO [org.jboss.web.WebService] (main) Using RMI server codebase: http://127.0.0.1:8083/
                2009-09-18 12:41:49,620 INFO [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) JBoss Web Services - Stack Native Core
                2009-09-18 12:41:49,620 INFO [org.jboss.wsf.stack.jbws.NativeServerConfig] (main) 3.1.2.GA
                2009-09-18 12:41:50,941 INFO [org.jboss.dependency.plugins.AttributeCallbackItem] (main) Owner callback not implemented.
                2009-09-18 12:41:52,694 INFO [org.jboss.logbridge.LogNotificationListener] (main) Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@10c29fe[ defaultDomain='jboss' ]
                2009-09-18 12:42:16,917 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@14155511{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:42:16,919 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@14155511{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:42:16,919 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@14155511{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:42:17,134 INFO [org.jboss.ejb3.deployers.Ejb3DependenciesDeployer] (main) Encountered deployment AbstractVFSDeploymentContext@14155511{vfsfile:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
                2009-09-18 12:42:21,137 INFO [org.jboss.mx.remoting.service.JMXConnectorServerService] (main) JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
                2009-09-18 12:42:21,355 INFO [org.jboss.mail.MailService] (main) Mail Service bound to java:/Mail
                2009-09-18 12:42:25,508 WARN [org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore] (main) WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
                2009-09-18 12:42:25,560 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                2009-09-18 12:42:25,692 WARN [org.jboss.annotation.factory.AnnotationCreator] (main) No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
                2009-09-18 12:42:25,781 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
                2009-09-18 12:42:25,781 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Setting up property manager MBean and JMX layer
                2009-09-18 12:42:26,319 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Initializing recovery manager
                2009-09-18 12:42:26,582 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Recovery manager configured
                2009-09-18 12:42:26,585 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Binding TransactionManager JNDI Reference
                2009-09-18 12:42:26,633 INFO [com.arjuna.ats.jbossatx.jta.TransactionManagerService] (main) Starting transaction recovery manager
                2009-09-18 12:42:27,453 INFO [org.apache.catalina.core.AprLifecycleListener] (main) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jdk1.6.0_16\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\CyberLink\Power2Go;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files\QuickTime\QTSystem\;C:\Java\EE\bin;C:\Java\bin
                2009-09-18 12:42:27,579 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:42:27,675 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:42:27,722 INFO [org.apache.catalina.core.StandardService] (main) Starting service jboss.web
                2009-09-18 12:42:27,727 INFO [org.apache.catalina.core.StandardEngine] (main) Starting Servlet Engine: JBoss Web/2.1.3.GA
                2009-09-18 12:42:27,804 INFO [org.apache.catalina.startup.Catalina] (main) Server startup in 128 ms
                2009-09-18 12:42:27,836 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/web-console
                2009-09-18 12:42:29,367 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/invoker
                2009-09-18 12:42:29,589 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jbossws
                2009-09-18 12:42:29,806 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
                2009-09-18 12:42:29,943 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
                2009-09-18 12:42:30,002 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
                2009-09-18 12:42:30,061 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
                2009-09-18 12:42:30,284 INFO [org.jboss.resource.deployers.RARDeployment] (main) Required license terms exist, view vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
                2009-09-18 12:42:30,460 INFO [org.quartz.simpl.SimpleThreadPool] (main) Job execution threads will use class loader of thread: main
                2009-09-18 12:42:30,505 INFO [org.quartz.core.QuartzScheduler] (main) Quartz Scheduler v.1.5.2 created.
                2009-09-18 12:42:30,510 INFO [org.quartz.simpl.RAMJobStore] (main) RAMJobStore initialized.
                2009-09-18 12:42:30,511 INFO [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
                2009-09-18 12:42:30,673 INFO [org.quartz.impl.StdSchedulerFactory] (main) Quartz scheduler version: 1.5.2
                2009-09-18 12:42:30,673 INFO [org.quartz.core.QuartzScheduler] (main) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
                2009-09-18 12:42:30,973 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=GGGoMobileDS' to JNDI name 'java:GGGoMobileDS'
                2009-09-18 12:42:31,824 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                2009-09-18 12:42:32,539 INFO [org.jboss.jms.server.ServerPeer] (main) JBoss Messaging 1.4.3.GA server [0] started
                2009-09-18 12:42:32,755 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:42:32,755 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@da37d8 started
                2009-09-18 12:42:32,779 INFO [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                2009-09-18 12:42:32,781 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
                2009-09-18 12:42:33,184 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] (main) supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
                2009-09-18 12:42:33,187 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:42:33,187 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@9de72f started
                2009-09-18 12:42:33,190 INFO [org.jboss.jms.server.destination.QueueService] (main) Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
                2009-09-18 12:42:33,191 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
                2009-09-18 12:42:33,191 INFO [org.jboss.jms.server.connectionfactory.ConnectionFactory] (main) org.jboss.jms.server.connectionfactory.ConnectionFactory@1e5903a started
                2009-09-18 12:42:33,895 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                2009-09-18 12:42:34,550 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Created KernelDeployment for: profileservice-secured.jar
                2009-09-18 12:42:34,556 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                2009-09-18 12:42:34,557 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:42:34,557 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:42:34,557 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:42:34,557 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:42:34,685 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:42:34,685 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.profileservice.spi.ProfileService
                2009-09-18 12:42:34,685 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureProfileService/remote
                2009-09-18 12:42:34,685 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
                2009-09-18 12:42:34,685 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
                2009-09-18 12:42:34,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
                2009-09-18 12:42:35,187 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureDeploymentManager/remote
                2009-09-18 12:42:35,187 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:42:35,188 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                2009-09-18 12:42:35,188 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) with dependencies:
                2009-09-18 12:42:35,189 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and demands:
                2009-09-18 12:42:35,189 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jboss.ejb:service=EJBTimerService
                2009-09-18 12:42:35,686 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) and supplies:
                2009-09-18 12:42:35,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:42:35,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Class:org.jboss.deployers.spi.management.ManagementView
                2009-09-18 12:42:35,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) jndi:SecureManagementView/remote
                2009-09-18 12:42:35,687 INFO [org.jboss.ejb3.deployers.JBossASKernel] (main) Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
                2009-09-18 12:42:36,208 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@173cea8{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:42:36,208 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@e33b3d{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:42:36,687 INFO [org.jboss.ejb3.endpoint.deployers.EJB3EndpointDeployer] (main) Deploy AbstractBeanMetaData@ea94cb{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
                2009-09-18 12:42:37,073 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
                2009-09-18 12:42:37,088 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
                2009-09-18 12:42:37,354 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
                 SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
                
                2009-09-18 12:42:37,493 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
                2009-09-18 12:42:37,494 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
                2009-09-18 12:42:37,700 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureManagementView/remote - EJB3.x Default Remote Business Interface
                 SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
                
                2009-09-18 12:42:37,818 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
                2009-09-18 12:42:37,820 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
                2009-09-18 12:42:38,204 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
                
                 SecureProfileService/remote - EJB3.x Default Remote Business Interface
                 SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
                
                2009-09-18 12:42:38,718 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console
                2009-09-18 12:42:38,972 INFO [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
                2009-09-18 12:42:43,696 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/
                2009-09-18 12:42:43,836 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/jmx-console
                2009-09-18 12:42:44,188 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:42:44,860 INFO [org.apache.struts.action.ActionServlet] (main) Loading chain catalog from vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/struts-core-1.3.8.jar/org/apache/struts/chain/chain-config.xml
                2009-09-18 12:42:45,379 INFO [org.apache.struts.tiles.TilesPlugin] (main) Tiles definition factory loaded for module ''.
                2009-09-18 12:42:45,385 INFO [org.apache.struts.validator.ValidatorPlugIn] (main) Loading validation rules file from '/WEB-INF/validator-rules.xml'
                2009-09-18 12:42:45,386 INFO [org.apache.struts.validator.ValidatorPlugIn] (main) Loading validation rules file from '/WEB-INF/validation.xml'
                2009-09-18 12:42:45,749 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
                2009-09-18 12:42:45,788 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
                2009-09-18 12:42:45,800 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:18s:575ms
                2009-09-18 12:42:50,314 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) undeploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:42:59,530 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (HDScanner) deploy, ctxPath=/GGGoMobilePrototype
                2009-09-18 12:43:00,801 INFO [org.apache.struts.action.ActionServlet] (HDScanner) Loading chain catalog from vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/struts-core-1.3.8.jar/org/apache/struts/chain/chain-config.xml
                2009-09-18 12:43:01,273 INFO [org.apache.struts.tiles.TilesPlugin] (HDScanner) Tiles definition factory loaded for module ''.
                2009-09-18 12:43:01,278 INFO [org.apache.struts.validator.ValidatorPlugIn] (HDScanner) Loading validation rules file from '/WEB-INF/validator-rules.xml'
                2009-09-18 12:43:01,280 INFO [org.apache.struts.validator.ValidatorPlugIn] (HDScanner) Loading validation rules file from '/WEB-INF/validation.xml'
                2009-09-18 12:46:37,168 INFO [STDOUT] (http-127.0.0.1-8080-1) javax.naming.NameNotFoundException: hibernate not bound
                


                • 5. Re: Deployment
                  cwalters

                  Also, here are the contents of the JNDI view. I do not see a reference to the SessionFactory that I am attempting to instantiate. Need some help figuring out why it doesn't appear to have been instantiated:

                   Other components with java:comp namespace
                  
                  java:comp namespace of the component jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3 :
                  
                   +- EJBContext (class: javax.ejb.EJBContext)
                   +- TransactionSynchronizationRegistry[link -> java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
                   +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
                   +- env (class: org.jnp.interfaces.NamingContext)
                   | +- profileService[link -> ProfileService] (class: javax.naming.LinkRef)
                   | +- org.jboss.profileservice.ejb.SecureDeploymentManager (class: org.jnp.interfaces.NamingContext)
                   | | +- profileService[link -> ProfileService] (class: javax.naming.LinkRef)
                   +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef)
                  
                  
                  java:comp namespace of the component jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3 :
                  
                   +- EJBContext (class: javax.ejb.EJBContext)
                   +- TransactionSynchronizationRegistry[link -> java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
                   +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
                   +- env (class: org.jnp.interfaces.NamingContext)
                   | +- org.jboss.profileservice.ejb.SecureManagementView (class: org.jnp.interfaces.NamingContext)
                   | | +- profileService[link -> ProfileService] (class: javax.naming.LinkRef)
                   | +- profileService[link -> ProfileService] (class: javax.naming.LinkRef)
                   +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef)
                  
                  
                  java:comp namespace of the component jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 :
                  
                   +- EJBContext (class: javax.ejb.EJBContext)
                   +- TransactionSynchronizationRegistry[link -> java:TransactionSynchronizationRegistry] (class: javax.naming.LinkRef)
                   +- UserTransaction (class: org.jboss.ejb3.tx.UserTransactionImpl)
                   +- env (class: org.jnp.interfaces.NamingContext)
                   | +- org.jboss.profileservice.ejb.SecureProfileServiceBean (class: org.jnp.interfaces.NamingContext)
                   | | +- mgtView[link -> SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView] (class: javax.naming.LinkRef)
                   | | +- delegate[link -> ProfileService] (class: javax.naming.LinkRef)
                   | +- profileService[link -> ProfileService] (class: javax.naming.LinkRef)
                   +- ORB[link -> java:/JBossCorbaORB] (class: javax.naming.LinkRef)
                  
                  
                  java: Namespace
                  
                   +- GGGoMobileDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
                   +- securityManagement (class: org.jboss.security.integration.JNDIBasedSecurityManagement)
                   +- comp (class: javax.namingMain.Context)
                   +- DeploymentManager (class: org.jboss.aop.generatedproxies.AOPProxy$4)
                   +- XAConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- JmsXA (class: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl)
                   +- policyRegistration (class: org.jboss.security.plugins.JBossPolicyRegistration)
                   +- TransactionPropagationContextImporter (class: com.arjuna.ats.internal.jbossatx.jta.PropagationContextManager)
                   +- app (class: org.jnp.interfaces.NamingContext)
                   | +- Manager (class: javax.inject.manager.Manager)
                   +- ClusteredConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- Mail (class: javax.mail.Session)
                   +- TransactionPropagationContextExporter (class: com.arjuna.ats.internal.jbossatx.jta.PropagationContextManager)
                   +- DefaultDS (class: org.jboss.resource.adapter.jdbc.WrapperDataSource)
                   +- jaas (class: javax.naming.Context)
                   | +- HsqlDbRealm (class: org.jboss.security.plugins.SecurityDomainContext)
                   | +- profileservice (class: org.jboss.security.plugins.SecurityDomainContext)
                   +- ClusteredXAConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- TransactionSynchronizationRegistry (class: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple)
                   +- SecurityProxyFactory (class: org.jboss.security.SubjectSecurityProxyFactory)
                   +- ConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- DefaultJMSProvider (class: org.jboss.jms.jndi.JNDIProviderAdapter)
                   +- TransactionManager (class: com.arjuna.ats.jbossatx.jta.TransactionManagerDelegate)
                   +- timedCacheFactory (class: javax.naming.Context)
                  Failed to lookup: timedCacheFactory, errmsg=org.jboss.util.TimedCachePolicy cannot be cast to javax.naming.NamingEnumeration
                   +- ManagementView (class: org.jboss.aop.generatedproxies.AOPProxy$3)
                  
                  
                  Global JNDI Namespace
                  
                   +- UserTransactionSessionFactory (proxy: $Proxy223 implements interface org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory)
                   +- UUIDKeyGeneratorFactory (class: org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory)
                   +- SecureManagementView (class: org.jnp.interfaces.NamingContext)
                   | +- remote-org.jboss.deployers.spi.management.ManagementView (class: Proxy for: org.jboss.deployers.spi.management.ManagementView)
                   | +- remote (class: Proxy for: org.jboss.deployers.spi.management.ManagementView)
                   +- SecureDeploymentManager (class: org.jnp.interfaces.NamingContext)
                   | +- remote-org.jboss.deployers.spi.management.deploy.DeploymentManager (class: Proxy for: org.jboss.deployers.spi.management.deploy.DeploymentManager)
                   | +- remote (class: Proxy for: org.jboss.deployers.spi.management.deploy.DeploymentManager)
                   +- HiLoKeyGeneratorFactory (class: org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory)
                   +- XAConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- topic (class: org.jnp.interfaces.NamingContext)
                   +- ClusteredConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- ProfileService (class: org.jboss.aop.generatedproxies.AOPProxy$2)
                   +- SecureProfileService (class: org.jnp.interfaces.NamingContext)
                   | +- remote (class: Proxy for: org.jboss.profileservice.spi.ProfileService)
                   | +- remote-org.jboss.profileservice.spi.ProfileService (class: Proxy for: org.jboss.profileservice.spi.ProfileService)
                   +- queue (class: org.jnp.interfaces.NamingContext)
                   | +- DLQ (class: org.jboss.jms.destination.JBossQueue)
                   | +- ExpiryQueue (class: org.jboss.jms.destination.JBossQueue)
                   +- ClusteredXAConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- UserTransaction (class: org.jboss.tm.usertx.client.ClientUserTransaction)
                   +- ConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
                   +- jmx (class: org.jnp.interfaces.NamingContext)
                   | +- invoker (class: org.jnp.interfaces.NamingContext)
                   | | +- RMIAdaptor (proxy: $Proxy217 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)
                   +- TomcatAuthenticators (class: java.util.Properties)
                   +- console (class: org.jnp.interfaces.NamingContext)
                   | +- PluginManager (proxy: $Proxy218 implements interface org.jboss.console.manager.PluginManagerMBean)
                  


                  • 6. Re: Deployment
                    cwalters

                    In troubleshooting why the Hibernate MBean doesn't seem to be loaded in JNDI, I figured I would intentionally misspell the name of the Hibernate class. I figure if I could cause that to generate an error, it would mean that the deployment is at least trying to instantiate the Hibernate MBean. This was confirmed because I got a "ClassNotFoundException" referencing the Hibernate MBean during deployment. (see below). That makes this problem even stranger because it appears as if JBoss starts the Hibernate MBean but it doesn't seem to be available in JNDI. Any ideas ?

                    13:38:46,406 ERROR [AbstractKernelController] Error installing to Instantiated: name=jboss.gggomobile:name=GGGoMobileSessionFactory state=Described mode=Manual requiredState=Configured
                    java.lang.ClassNotFoundException: org.jboss.hibernate.jmx.ibernate from BaseClassLoader@b13b84{VFSClassLoaderPolicy@1ba68e7{name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/ domain=ClassLoaderDomain@1332c8a{name=com.clarksonville.gm.data:loader=GGGoMobile.ear parentPolicy=AFTER_BUT_JAVA_BEFORE parent=ClassLoaderDomain@489c42{DefaultDomain}} roots=[MemoryContextHandler@20784893[path= context=vfsmemory://5c4o138-qa46m6-fzr9w5i2-1-fzr9wxkv-2b real=vfsmemory://5c4o138-qa46m6-fzr9w5i2-1-fzr9wxkv-2b], DelegatingHandler@30070723[path=GGGoMobile.ear context=file:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/ real=file:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear]] delegates=null exported=[, META-INF] <IMPORT-ALL>NON_EMPTY}}
                    
                     at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:448)
                     at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
                     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1213)
                     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
                     at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:344)
                     at org.jboss.system.ServiceCreator.installPlainMBean(ServiceCreator.java:211)
                     at org.jboss.system.ServiceCreator.install(ServiceCreator.java:130)
                     at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
                     at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:37)
                     at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
                     at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
                     at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
                     at org.jboss.system.ServiceController.install(ServiceController.java:274)
                     at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
                     at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
                     at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
                     at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
                     at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                     at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
                     at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                     at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
                     at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
                     at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
                     at org.jboss.Main.boot(Main.java:221)
                     at org.jboss.Main$1.run(Main.java:556)
                     at java.lang.Thread.run(Thread.java:619)
                    13:38:46,862 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/ state=PreReal mode=Manual requiredState=Real
                    org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.gggomobile:name=GGGoMobileSessionFactory
                     at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                     at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
                     at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
                     at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
                     at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
                     at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                     at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
                     at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                     at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                    
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
                     at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
                     at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
                     at org.jboss.Main.boot(Main.java:221)
                     at org.jboss.Main$1.run(Main.java:556)
                     at java.lang.Thread.run(Thread.java:619)
                    Caused by: java.lang.ClassNotFoundException: org.jboss.hibernate.jmx.ibernate from BaseClassLoader@b13b84{VFSClassLoaderPolicy@1ba68e7{name=vfszip:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear/ domain=ClassLoaderDomain@1332c8a{name=com.clarksonville.gm.data:loader=GGGoMobile.ear parentPolicy=AFTER_BUT_JAVA_BEFORE parent=ClassLoaderDomain@489c42{DefaultDomain}} roots=[MemoryContextHandler@20784893[path= context=vfsmemory://5c4o138-qa46m6-fzr9w5i2-1-fzr9wxkv-2b real=vfsmemory://5c4o138-qa46m6-fzr9w5i2-1-fzr9wxkv-2b], DelegatingHandler@30070723[path=GGGoMobile.ear context=file:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/ real=file:/C:/JBoss/jboss-5.1.0.GA/server/default/deploy/GGGoMobile.ear]] delegates=null exported=[, META-INF] <IMPORT-ALL>NON_EMPTY}}
                     at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:448)
                     at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
                     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1213)
                     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
                     at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:344)
                     at org.jboss.system.ServiceCreator.installPlainMBean(ServiceCreator.java:211)
                     at org.jboss.system.ServiceCreator.install(ServiceCreator.java:130)
                     at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
                     at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:37)
                     at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
                     at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
                     at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
                     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                     at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
                     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
                     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
                     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                     at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
                     at org.jboss.system.ServiceController.install(ServiceController.java:274)
                     at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
                     ... 34 more
                    


                    • 7. Re: Deployment
                      cwalters

                      Looks like there is a problem trying to build the session factory. I get the following error message when trying to invoke the "rebuildSessionFactory()" method of the Hibernate MBean.

                      Any thoughts ?

                      17:37:21,199 ERROR [[HtmlAdaptor]] Servlet.service() for servlet HtmlAdaptor threw exception
                      java.lang.IllegalArgumentException: Must set one of the resources, root or harUrl: org.jboss.hibernate.jmx.Hibernate@1af71b4 [BeanName=null, JNDI=java:/hibernate/GGGoMobileSessionFactory]
                       at org.jboss.hibernate.jmx.Hibernate.handleMappings(Hibernate.java:281)
                       at org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:189)
                       at org.jboss.hibernate.jmx.Hibernate.rebuildSessionFactory(Hibernate.java:528)
                       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                       at java.lang.reflect.Method.invoke(Method.java:597)
                       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
                      
                       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
                       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                      
                       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
                       at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258)
                       at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:223)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet$3.run(HtmlAdaptorServlet.java:380)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet$3.run(HtmlAdaptorServlet.java:377)
                       at java.security.AccessController.doPrivileged(Native Method)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:376)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:287)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:104)
                       at org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:86)
                       at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
                       at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                       at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                       at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                       at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                       at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
                       at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                       at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
                       at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
                       at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
                       at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
                       at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                       at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                       at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
                       at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                       at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
                       at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
                       at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
                       at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                       at java.lang.Thread.run(Thread.java:619)