7 Replies Latest reply on Jun 26, 2008 2:20 PM by evanyang

    problem building jbossjts with jbossts_4_3_GA (JBoss Transac

    evanyang

      All other 3 ant builds were successful (jta, jts and jbossjta) but the "ant jbossjts" have javac compilation errors:

       [java] [javac] C:\jboss\JBOSSTS_4_3_GA\atsintegration\classes\com\arjun
       a\ats\internal\jbossatx\jts\InboundTransactionCurrentImple.java:23: package org.
       jboss.iiop.tm does not exist
       [java] [javac] import org.jboss.iiop.tm.InboundTransactionCurrent;
       [java] [javac] ^
       [java] [javac] C:\jboss\JBOSSTS_4_3_GA\atsintegration\classes\com\arjun
       a\ats\internal\jbossatx\jts\InboundTransactionCurrentImple.java:44: cannot find
       symbol
       [java] [javac] symbol: class InboundTransactionCurrent
       [java] [javac] public class InboundTransactionCurrentImple extends Loca
       lObject implements InboundTransactionCurrent
       [java] [javac]
       ^
       [java] [javac] C:\jboss\JBOSSTS_4_3_GA\atsintegration\classes\com\arjun
       a\ats\jbossatx\jts\InboundTransactionCurrentInitializer.java:27: package org.jbo
       ss.iiop.tm does not exist
       [java] [javac] import org.jboss.iiop.tm.InboundTransactionCurrent;
       [java] [javac] ^
       [java] [javac] C:\jboss\JBOSSTS_4_3_GA\atsintegration\classes\com\arjun
       a\ats\internal\jbossatx\jts\InboundTransactionCurrentImple.java:64: cannot find
       symbol
       [java] [javac] symbol : method getTransactionManager()
       [java] [javac] location: class org.jboss.tm.TransactionManagerLocator
       [java] [javac] transactionManager = TransactionManagerLocat
       or.getInstance().getTransactionManager();
       [java] [javac]
       ^
       [java] [javac] C:\jboss\JBOSSTS_4_3_GA\atsintegration\classes\com\arjun
       a\ats\jbossatx\jts\InboundTransactionCurrentInitializer.java:58: cannot find sym
       bol
       [java] [javac] symbol : variable InboundTransactionCurrent
       [java] [javac] location: class com.arjuna.ats.jbossatx.jts.InboundTrans
       actionCurrentInitializer
       [java] [javac] info.register_initial_reference(InboundTrans
       actionCurrent.NAME, inboundTxCurrent);
       [java] [javac] ^
       [java] [javac] Note: Some input files use unchecked or unsafe operation
       s.
       [java] [javac] Note: Recompile with -Xlint:unchecked for details.
       [java] [javac] 5 errors
      


      It seemed that it can't find org.jboss.iiop.tm.InboundTransactionCurrent.

      I am building it on Window XP with Java 1.5.0_12.
      The JBOSS_HOME IS point to my 4.2.2 jbossAS.

      Mainly I like to run the xts demo, but it can't compile either, not sure was caused by the above issue.
      Please help.

        • 1. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
          adinn

          If you look at the INSTALL file in the ArjunaJTS directory you will notice that it explains about this problem. You must build JBossTS 4.3 against a JBoss 5.0 release (e.g. 5.0.Beta4) even if you want to run it on an AS 4.2.X release.

          Alternatively, you could try using JBossTS 4.2.3 which should successfully build against your JBossAs release.

          • 2. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
            evanyang

            Thanks for the help, I was able to compile the jbossjts, but I have problem deploying it to the jboss AS following the installation instructions:
            Here is the output for jBossAS 4.2.2:

            
            C:\jboss\jboss-4.2.2.GA\bin>run
            ===============================================================================
            
             JBoss Bootstrap Environment
            
             JBOSS_HOME: C:\jboss\jboss-4.2.2.GA
            
             JAVA: C:\Program Files\Java\jdk1.5.0_12\bin\java
            
             JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
            ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
            
             CLASSPATH: C:\Program Files\Java\jdk1.5.0_12\lib\tools.jar;C:\jboss\jboss-4.2.
            2.GA\bin\run.jar
            
            ===============================================================================
            
            14:28:26,191 INFO [Server] Starting JBoss (MX MicroKernel)...
            14:28:26,191 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=
            JBoss_4_2_2_GA date=200710221139)
            14:28:26,191 INFO [Server] Home Dir: C:\jboss\jboss-4.2.2.GA
            14:28:26,191 INFO [Server] Home URL: file:/C:/jboss/jboss-4.2.2.GA/
            14:28:26,191 INFO [Server] Patch URL: null
            14:28:26,191 INFO [Server] Server Name: default
            14:28:26,191 INFO [Server] Server Home Dir: C:\jboss\jboss-4.2.2.GA\server\defa
            ult
            14:28:26,191 INFO [Server] Server Home URL: file:/C:/jboss/jboss-4.2.2.GA/serve
            r/default/
            14:28:26,191 INFO [Server] Server Log Dir: C:\jboss\jboss-4.2.2.GA\server\defau
            lt\log
            14:28:26,191 INFO [Server] Server Temp Dir: C:\jboss\jboss-4.2.2.GA\server\defa
            ult\tmp
            14:28:26,191 INFO [Server] Root Deployment Filename: jboss-service.xml
            14:28:26,426 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc.
            14:28:26,426 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04
            ,Sun Microsystems Inc.
            14:28:26,426 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
            14:28:26,863 INFO [Server] Core system initialized
            14:28:29,159 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083
            /
            14:28:29,159 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour
            ce:jboss-log4j.xml
            14:28:33,143 INFO [STDOUT] no object for null
            14:28:33,159 INFO [STDOUT] no object for null
            14:28:33,190 INFO [STDOUT] no object for null
            14:28:33,205 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
            14:28:33,205 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
            14:28:34,627 INFO [NativeServerConfig] JBoss Web Services - Native
            14:28:34,627 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=20071021
            0837)
            14:28:36,845 INFO [MailService] Mail Service bound to java:/Mail
            14:28:37,564 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
            
            --- Packages waiting for a deployer ---
            org.jboss.deployment.DeploymentInfo@7893441d { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-web.deployer/ROOT.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/
            ROOT.war/
             altDD: null
             lastDeployed: 1214429315674
             lastModified: 1214428623708
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@b067f920 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/http-invoker.sar/invoker.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/http-invoker.sar/in
            voker.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428603682
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@87b7ccdb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jbossws.sar/jbossws-context.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jbossws.sar/jbossws
            -context.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428624958
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@bfc91210 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jbossmq-httpil.
            sar/jbossmq-httpil.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428604119
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@cfb976bb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/management/console-mgr.sar/web-console.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/management/console-
            mgr.sar/web-console.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428627223
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3bd13331 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-local-jdbc
            .rar
             altDD: null
             lastDeployed: 1214429316955
             lastModified: 1214429316955
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@327cf62b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-xa-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@833326bd { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-local-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@ea8e8e1f { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-xa-jdbc.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@73aa4a55 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jms-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jms-ra.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@9d8f7c3b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/mail-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/mail-ra.rar
             altDD: null
             lastDeployed: 1214429317002
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3c8be157 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/quartz-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/quartz-ra.rar
             altDD: null
             lastDeployed: 1214429317017
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@2c5382eb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jmx-console.war/ }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jmx-console.war/
             altDD: null
             lastDeployed: 1214429317564
             lastModified: 1214428625833
             mbeans:
            
            --- Incompletely deployed packages ---
            org.jboss.deployment.DeploymentInfo@3bd13331 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-local-jdbc
            .rar
             altDD: null
             lastDeployed: 1214429316955
             lastModified: 1214429316955
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@327cf62b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-xa-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@833326bd { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-local-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@ea8e8e1f { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-xa-jdbc.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@73aa4a55 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jms-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jms-ra.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@9d8f7c3b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/mail-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/mail-ra.rar
             altDD: null
             lastDeployed: 1214429317002
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3c8be157 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/quartz-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/quartz-ra.rar
             altDD: null
             lastDeployed: 1214429317017
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@2c5382eb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jmx-console.war/ }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jmx-console.war/
             altDD: null
             lastDeployed: 1214429317564
             lastModified: 1214428625833
             mbeans:
            
            --- MBeans waiting for other MBeans ---
            ObjectName: jboss:service=TransactionManager
             State: CONFIGURED
             I Depend On:
             jboss:service=CorbaORB
             Depends On Me:
             jboss:service=invoker,type=unified
             jboss:service=invoker,type=jrmp
             jboss:service=invoker,type=local
             jboss:service=invoker,type=pooled
             jboss.web:service=WebServer
             jboss.ejb:service=EJBTimerService
             jboss.ejb:service=EJBDeployer
             jboss:service=KeyGeneratorFactory,type=HiLo
             jboss.jca:service=WorkManager
             jboss.jca:service=RARDeployer
             jboss.jca:service=CachedConnectionManager
             jboss.jca:service=LocalTxCM,name=DefaultDS
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss:service=ClientUserTransaction
             State: CONFIGURED
             I Depend On:
             jboss:service=proxyFactory,target=ClientUserTransactionFactory
             jboss:service=proxyFactory,target=ClientUserTransaction
            
            ObjectName: jboss:service=proxyFactory,target=ClientUserTransactionFactory
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             Depends On Me:
             jboss:service=ClientUserTransaction
            
            ObjectName: jboss:service=proxyFactory,target=ClientUserTransaction
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             Depends On Me:
             jboss:service=ClientUserTransaction
            
            ObjectName: jboss:service=invoker,type=unified
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss.remoting:service=Connector,transport=socket
            
            ObjectName: jboss:service=invoker,type=jrmp
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             Depends On Me:
             jboss:service=proxyFactory,target=ClientUserTransactionFactory
             jboss:service=proxyFactory,target=ClientUserTransaction
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss:service=invoker,type=local
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss:service=invoker,type=pooled
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss.ejb3:service=EJB3Deployer
             State: CONFIGURED
             I Depend On:
             jboss.aop:service=AspectDeployer
             jboss.ejb:service=EJBDeployer
             jboss.ejb3:service=JarsIgnoredForScanning
             Depends On Me:
             jboss.ws:service=DeployerInterceptorEJB3
            
            ObjectName: jboss.web:service=WebServer
             State: CONFIGURED
             I Depend On:
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             jboss.jca:service=CachedConnectionManager
             Depends On Me:
             jboss.ws:service=DeployerInterceptorJSE
             jboss.mq:service=InvocationLayer,type=HTTP
            
            ObjectName: jboss.ejb:service=EJBTimerService
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.ejb:service=EJBDeployer
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss:service=WebService
             Depends On Me:
             jboss.ejb3:service=EJB3Deployer
             jboss.ws:service=DeployerInterceptorEJB21
            
            ObjectName: jboss.ws:service=DeployerInterceptorJSE
             State: CONFIGURED
             I Depend On:
             jboss.web:service=WebServer
            
            ObjectName: jboss.ws:service=DeployerInterceptorEJB21
             State: CONFIGURED
             I Depend On:
             jboss.ejb:service=EJBDeployer
            
            ObjectName: jboss.ws:service=DeployerInterceptorEJB3
             State: CONFIGURED
             I Depend On:
             jboss.ejb3:service=EJB3Deployer
            
            ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
             jboss.web:service=WebServer
            
            ObjectName: jboss.admin:service=PluginManager
             State: CONFIGURED
             I Depend On:
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.jca:service=WorkManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=WorkManagerThreadPool
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=RARDeployer
            
            ObjectName: jboss.jca:service=RARDeployer
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=WorkManager
             jboss:service=TransactionManager
            
            ObjectName: jboss.jca:service=CachedConnectionManager
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             Depends On Me:
             jboss.web:service=WebServer
             jboss.jca:service=LocalTxCM,name=DefaultDS
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss.mq:service=StateManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
             Depends On Me:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq:service=DestinationManager
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=MessageCache
             jboss.mq:service=PersistenceManager
             jboss.mq:service=StateManager
             jboss.mq:service=ThreadPool
             jboss:service=Naming
             Depends On Me:
             jboss.mq.destination:service=Topic,name=testTopic
             jboss.mq.destination:service=Topic,name=securedTopic
             jboss.mq.destination:service=Topic,name=testDurableTopic
             jboss.mq.destination:service=Queue,name=testQueue
             jboss.mq.destination:service=Queue,name=A
             jboss.mq.destination:service=Queue,name=B
             jboss.mq.destination:service=Queue,name=C
             jboss.mq.destination:service=Queue,name=D
             jboss.mq.destination:service=Queue,name=ex
             jboss.mq:service=SecurityManager
             jboss.mq.destination:service=Queue,name=DLQ
            
            ObjectName: jboss.mq:service=PersistenceManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
             Depends On Me:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=testTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=securedTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=testQueue
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=A
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=B
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=C
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=D
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=ex
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq:service=Invoker
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=TracingInterceptor
             jboss:service=Naming
             Depends On Me:
             jboss.mq:service=InvocationLayer,type=HTTP
             jboss.mq:service=InvocationLayer,type=JVM
             jboss.mq:service=InvocationLayer,type=UIL2
            
            ObjectName: jboss.mq:service=TracingInterceptor
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=SecurityManager
             Depends On Me:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.mq:service=SecurityManager
             State: CONFIGURED
             I Depend On:
             jboss.security:service=JaasSecurityManager
             jboss.mq:service=DestinationManager
             Depends On Me:
             jboss.mq.destination:service=Topic,name=testTopic
             jboss.mq.destination:service=Topic,name=securedTopic
             jboss.mq.destination:service=Topic,name=testDurableTopic
             jboss.mq.destination:service=Queue,name=testQueue
             jboss.mq:service=TracingInterceptor
             jboss.mq.destination:service=Queue,name=DLQ
            
            ObjectName: jboss.mq.destination:service=Queue,name=DLQ
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq:service=InvocationLayer,type=JVM
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFacto
            ry
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             jboss.jmx:type=adaptor,name=Invoker
             jboss:service=Naming
             Depends On Me:
             jboss.admin:service=PluginManager
             jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
            
            ObjectName: jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
             State: CONFIGURED
             I Depend On:
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss.jca:service=LocalTxCM,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionPool,name=DefaultDS
             jboss.jca:service=CachedConnectionManager
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.jca:service=ManagedConnectionPool,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
             Depends On Me:
             jboss.jca:service=LocalTxCM,name=DefaultDS
            
            ObjectName: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss:service=Hypersonic,database=localDB
             jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
             Depends On Me:
             jboss.jca:service=ManagedConnectionPool,name=DefaultDS
            
            ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=LocalTxCM,name=DefaultDS
             Depends On Me:
             jboss.ejb:service=EJBTimerService,persistencePolicy=database
             jboss:service=KeyGeneratorFactory,type=HiLo
             jboss.mq:service=StateManager
             jboss.mq:service=PersistenceManager
            
            ObjectName: jboss.jca:service=TxCM,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionPool,name=JmsXA
             jboss.jca:service=CachedConnectionManager
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
            
            ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionFactory,name=JmsXA
             Depends On Me:
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=RARDeployment,name='jms-ra.rar'
             Depends On Me:
             jboss.jca:service=ManagedConnectionPool,name=JmsXA
            
            ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=TxCM,name=JmsXA
            
            --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
            ObjectName: jboss:service=CorbaORB
             State: NOTYETINSTALLED
             Depends On Me:
             jboss:service=TransactionManager
            
            ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar'
             State: NOTYETINSTALLED
             Depends On Me:
             jboss.jca:service=ManagedConnectionFactory,name=JmsXA
            
            ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
             State: NOTYETINSTALLED
             Depends On Me:
             jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
            
            
            14:28:38,236 ERROR [Server] Root deployment has missing dependencies; continuing
            
            Incomplete Deployment listing:
            
            --- Packages waiting for a deployer ---
            org.jboss.deployment.DeploymentInfo@7893441d { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-web.deployer/ROOT.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/
            ROOT.war/
             altDD: null
             lastDeployed: 1214429315674
             lastModified: 1214428623708
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@b067f920 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/http-invoker.sar/invoker.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/http-invoker.sar/in
            voker.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428603682
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@87b7ccdb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jbossws.sar/jbossws-context.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jbossws.sar/jbossws
            -context.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428624958
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@bfc91210 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jbossmq-httpil.
            sar/jbossmq-httpil.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428604119
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@cfb976bb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/management/console-mgr.sar/web-console.war/ }
             deployer: null
             status: Starting
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/management/console-
            mgr.sar/web-console.war/
             altDD: null
             lastDeployed: 1214429315689
             lastModified: 1214428627223
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3bd13331 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-local-jdbc
            .rar
             altDD: null
             lastDeployed: 1214429316955
             lastModified: 1214429316955
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@327cf62b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-xa-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@833326bd { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-local-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@ea8e8e1f { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-xa-jdbc.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@73aa4a55 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jms-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jms-ra.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@9d8f7c3b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/mail-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/mail-ra.rar
             altDD: null
             lastDeployed: 1214429317002
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3c8be157 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/quartz-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/quartz-ra.rar
             altDD: null
             lastDeployed: 1214429317017
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@2c5382eb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jmx-console.war/ }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jmx-console.war/
             altDD: null
             lastDeployed: 1214429317564
             lastModified: 1214428625833
             mbeans:
            
            --- Incompletely deployed packages ---
            org.jboss.deployment.DeploymentInfo@3bd13331 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-local-jdbc
            .rar
             altDD: null
             lastDeployed: 1214429316955
             lastModified: 1214429316955
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@327cf62b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-ha-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-ha-xa-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@833326bd { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-local-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-local-jdbc.ra
            r
             altDD: null
             lastDeployed: 1214429316970
             lastModified: 1214429316970
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@ea8e8e1f { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jboss-xa-jdbc.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-xa-jdbc.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@73aa4a55 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jms/jms-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jms/jms-ra.rar
             altDD: null
             lastDeployed: 1214429316986
             lastModified: 1214429316986
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@9d8f7c3b { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/mail-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/mail-ra.rar
             altDD: null
             lastDeployed: 1214429317002
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@3c8be157 { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/quartz-ra.rar }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/quartz-ra.rar
             altDD: null
             lastDeployed: 1214429317017
             lastModified: 1214429317002
             mbeans:
            
            org.jboss.deployment.DeploymentInfo@2c5382eb { url=file:/C:/jboss/jboss-4.2.2.GA
            /server/default/deploy/jmx-console.war/ }
             deployer: null
             status: null
             state: INIT_WAITING_DEPLOYER
             watch: file:/C:/jboss/jboss-4.2.2.GA/server/default/deploy/jmx-console.war/
             altDD: null
             lastDeployed: 1214429317564
             lastModified: 1214428625833
             mbeans:
            
            --- MBeans waiting for other MBeans ---
            ObjectName: jboss:service=TransactionManager
             State: CONFIGURED
             I Depend On:
             jboss:service=CorbaORB
             Depends On Me:
             jboss:service=invoker,type=unified
             jboss:service=invoker,type=jrmp
             jboss:service=invoker,type=local
             jboss:service=invoker,type=pooled
             jboss.web:service=WebServer
             jboss.ejb:service=EJBTimerService
             jboss.ejb:service=EJBDeployer
             jboss:service=KeyGeneratorFactory,type=HiLo
             jboss.jca:service=WorkManager
             jboss.jca:service=RARDeployer
             jboss.jca:service=CachedConnectionManager
             jboss.jca:service=LocalTxCM,name=DefaultDS
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss:service=ClientUserTransaction
             State: CONFIGURED
             I Depend On:
             jboss:service=proxyFactory,target=ClientUserTransactionFactory
             jboss:service=proxyFactory,target=ClientUserTransaction
            
            ObjectName: jboss:service=proxyFactory,target=ClientUserTransactionFactory
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             Depends On Me:
             jboss:service=ClientUserTransaction
            
            ObjectName: jboss:service=proxyFactory,target=ClientUserTransaction
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             Depends On Me:
             jboss:service=ClientUserTransaction
            
            ObjectName: jboss:service=invoker,type=unified
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss.remoting:service=Connector,transport=socket
            
            ObjectName: jboss:service=invoker,type=jrmp
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             Depends On Me:
             jboss:service=proxyFactory,target=ClientUserTransactionFactory
             jboss:service=proxyFactory,target=ClientUserTransaction
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss:service=invoker,type=local
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss:service=invoker,type=pooled
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss.ejb3:service=EJB3Deployer
             State: CONFIGURED
             I Depend On:
             jboss.aop:service=AspectDeployer
             jboss.ejb:service=EJBDeployer
             jboss.ejb3:service=JarsIgnoredForScanning
             Depends On Me:
             jboss.ws:service=DeployerInterceptorEJB3
            
            ObjectName: jboss.web:service=WebServer
             State: CONFIGURED
             I Depend On:
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             jboss.jca:service=CachedConnectionManager
             Depends On Me:
             jboss.ws:service=DeployerInterceptorJSE
             jboss.mq:service=InvocationLayer,type=HTTP
            
            ObjectName: jboss.ejb:service=EJBTimerService
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
            
            ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.ejb:service=EJBDeployer
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss:service=WebService
             Depends On Me:
             jboss.ejb3:service=EJB3Deployer
             jboss.ws:service=DeployerInterceptorEJB21
            
            ObjectName: jboss.ws:service=DeployerInterceptorJSE
             State: CONFIGURED
             I Depend On:
             jboss.web:service=WebServer
            
            ObjectName: jboss.ws:service=DeployerInterceptorEJB21
             State: CONFIGURED
             I Depend On:
             jboss.ejb:service=EJBDeployer
            
            ObjectName: jboss.ws:service=DeployerInterceptorEJB3
             State: CONFIGURED
             I Depend On:
             jboss.ejb3:service=EJB3Deployer
            
            ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
             jboss.web:service=WebServer
            
            ObjectName: jboss.admin:service=PluginManager
             State: CONFIGURED
             I Depend On:
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.jca:service=WorkManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=WorkManagerThreadPool
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=RARDeployer
            
            ObjectName: jboss.jca:service=RARDeployer
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=WorkManager
             jboss:service=TransactionManager
            
            ObjectName: jboss.jca:service=CachedConnectionManager
             State: CONFIGURED
             I Depend On:
             jboss:service=TransactionManager
             Depends On Me:
             jboss.web:service=WebServer
             jboss.jca:service=LocalTxCM,name=DefaultDS
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss.mq:service=StateManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
             Depends On Me:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq:service=DestinationManager
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=MessageCache
             jboss.mq:service=PersistenceManager
             jboss.mq:service=StateManager
             jboss.mq:service=ThreadPool
             jboss:service=Naming
             Depends On Me:
             jboss.mq.destination:service=Topic,name=testTopic
             jboss.mq.destination:service=Topic,name=securedTopic
             jboss.mq.destination:service=Topic,name=testDurableTopic
             jboss.mq.destination:service=Queue,name=testQueue
             jboss.mq.destination:service=Queue,name=A
             jboss.mq.destination:service=Queue,name=B
             jboss.mq.destination:service=Queue,name=C
             jboss.mq.destination:service=Queue,name=D
             jboss.mq.destination:service=Queue,name=ex
             jboss.mq:service=SecurityManager
             jboss.mq.destination:service=Queue,name=DLQ
            
            ObjectName: jboss.mq:service=PersistenceManager
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
             Depends On Me:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=testTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=securedTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=testQueue
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=A
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=B
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=C
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=D
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq.destination:service=Queue,name=ex
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
            
            ObjectName: jboss.mq:service=Invoker
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=TracingInterceptor
             jboss:service=Naming
             Depends On Me:
             jboss.mq:service=InvocationLayer,type=HTTP
             jboss.mq:service=InvocationLayer,type=JVM
             jboss.mq:service=InvocationLayer,type=UIL2
            
            ObjectName: jboss.mq:service=TracingInterceptor
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=SecurityManager
             Depends On Me:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.mq:service=SecurityManager
             State: CONFIGURED
             I Depend On:
             jboss.security:service=JaasSecurityManager
             jboss.mq:service=DestinationManager
             Depends On Me:
             jboss.mq.destination:service=Topic,name=testTopic
             jboss.mq.destination:service=Topic,name=securedTopic
             jboss.mq.destination:service=Topic,name=testDurableTopic
             jboss.mq.destination:service=Queue,name=testQueue
             jboss.mq:service=TracingInterceptor
             jboss.mq.destination:service=Queue,name=DLQ
            
            ObjectName: jboss.mq.destination:service=Queue,name=DLQ
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=DestinationManager
             jboss.mq:service=SecurityManager
            
            ObjectName: jboss.mq:service=InvocationLayer,type=JVM
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
             State: CONFIGURED
             I Depend On:
             jboss.mq:service=Invoker
            
            ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFacto
            ry
             State: CONFIGURED
             I Depend On:
             jboss:service=invoker,type=jrmp
             jboss.jmx:type=adaptor,name=Invoker
             jboss:service=Naming
             Depends On Me:
             jboss.admin:service=PluginManager
             jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
            
            ObjectName: jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
             State: CONFIGURED
             I Depend On:
             jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
            
            ObjectName: jboss.jca:service=LocalTxCM,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionPool,name=DefaultDS
             jboss.jca:service=CachedConnectionManager
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=DataSourceBinding,name=DefaultDS
            
            ObjectName: jboss.jca:service=ManagedConnectionPool,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
             Depends On Me:
             jboss.jca:service=LocalTxCM,name=DefaultDS
            
            ObjectName: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss:service=Hypersonic,database=localDB
             jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
             Depends On Me:
             jboss.jca:service=ManagedConnectionPool,name=DefaultDS
            
            ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=LocalTxCM,name=DefaultDS
             Depends On Me:
             jboss.ejb:service=EJBTimerService,persistencePolicy=database
             jboss:service=KeyGeneratorFactory,type=HiLo
             jboss.mq:service=StateManager
             jboss.mq:service=PersistenceManager
            
            ObjectName: jboss.jca:service=TxCM,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionPool,name=JmsXA
             jboss.jca:service=CachedConnectionManager
             jboss.security:service=JaasSecurityManager
             jboss:service=TransactionManager
             Depends On Me:
             jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
            
            ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=ManagedConnectionFactory,name=JmsXA
             Depends On Me:
             jboss.jca:service=TxCM,name=JmsXA
            
            ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=RARDeployment,name='jms-ra.rar'
             Depends On Me:
             jboss.jca:service=ManagedConnectionPool,name=JmsXA
            
            ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
             State: CONFIGURED
             I Depend On:
             jboss.jca:service=TxCM,name=JmsXA
            
            --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
            ObjectName: jboss:service=CorbaORB
             State: NOTYETINSTALLED
             Depends On Me:
             jboss:service=TransactionManager
            
            ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar'
             State: NOTYETINSTALLED
             Depends On Me:
             jboss.jca:service=ManagedConnectionFactory,name=JmsXA
            
            ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
             State: NOTYETINSTALLED
             Depends On Me:
             jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
            
            
             at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
            oyer.java:1385)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:785)
             at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
            java:39)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
            sorImpl.java:25)
             at java.lang.reflect.Method.invoke(Method.java:585)
             at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
            er.java:155)
             at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
             at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
            or.java:133)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
            BeanOperationInterceptor.java:142)
             at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
             at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
            java:264)
             at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
             at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
             at $Proxy5.deploy(Unknown Source)
             at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
             at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
             at org.jboss.Main.boot(Main.java:200)
             at org.jboss.Main$1.run(Main.java:508)
             at java.lang.Thread.run(Thread.java:595)
            14:28:38,829 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
            s_4_2_2_GA date=200710221139)] Started in 12s:638ms
            


            and here is the output for jboss AS 5.0beta4:
            
            C:\jboss\jboss-5.0.0.Beta4\bin>run
            ===============================================================================
            
             JBoss Bootstrap Environment
            
             JBOSS_HOME: C:\jboss\jboss-5.0.0.Beta4
            
             JAVA: C:\Program Files\Java\jdk1.5.0_12\bin\java
            
             JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=2
            56m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600
            000
            
             CLASSPATH: C:\Program Files\Java\jdk1.5.0_12\lib\tools.jar;C:\jboss\jboss-5.0.
            0.Beta4\bin\run.jar
            
            ===============================================================================
            
            13:59:22,001 INFO [ServerImpl] Starting JBoss (Microcontainer)...
            13:59:22,001 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.Beta4 (build:
             SVNTag=JBoss_5_0_0_Beta4 date=200802091115)
            13:59:22,017 INFO [ServerImpl] Home Dir: C:\jboss\jboss-5.0.0.Beta4
            13:59:22,017 INFO [ServerImpl] Home URL: file:/C:/jboss/jboss-5.0.0.Beta4/
            13:59:22,017 INFO [ServerImpl] Library URL: file:/C:/jboss/jboss-5.0.0.Beta4/li
            b/
            13:59:22,017 INFO [ServerImpl] Patch URL: null
            13:59:22,017 INFO [ServerImpl] Server Name: default
            13:59:22,017 INFO [ServerImpl] Server Home Dir: C:\jboss\jboss-5.0.0.Beta4\serv
            er\default
            13:59:22,017 INFO [ServerImpl] Server Home URL: file:/C:/jboss/jboss-5.0.0.Beta
            4/server/default/
            13:59:22,017 INFO [ServerImpl] Server Data Dir: C:\jboss\jboss-5.0.0.Beta4\serv
            er\default\data
            13:59:22,017 INFO [ServerImpl] Server Temp Dir: C:\jboss\jboss-5.0.0.Beta4\serv
            er\default\tmp
            13:59:22,017 INFO [ServerImpl] Server Config URL: file:/C:/jboss/jboss-5.0.0.Be
            ta4/server/default/conf/
            13:59:22,017 INFO [ServerImpl] Server Library URL: file:/C:/jboss/jboss-5.0.0.B
            eta4/server/default/lib/
            13:59:22,017 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml
            13:59:22,314 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/j
            boss/jboss-5.0.0.Beta4/server/default/conf/bootstrap-beans.xml
            13:59:22,970 INFO [ProfileImpl] Using profile root:C:\jboss\jboss-5.0.0.Beta4\s
            erver\default
            13:59:23,360 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc.
            13:59:23,360 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04
            ,Sun Microsystems Inc.
            13:59:23,360 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
            13:59:23,391 INFO [JMXKernel] Legacy JMX core initialized
            13:59:26,858 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083
            /
            13:59:28,701 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
            incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
            
            *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual Stat
            e}
            
            jboss:service=ClientUserTransaction
             -> jboss:service=proxyFactory,target=ClientUserTransaction{Create:Configured}
             -> jboss:service=proxyFactory,target=ClientUserTransactionFactory{Create:Config
            ured}
             -> jboss:service=proxyFactory,target=ClientUserTransactionFactory{Start:Configu
            red}
             -> jboss:service=proxyFactory,target=ClientUserTransaction{Start:Configured}
            
            jboss:service=TransactionManager
             -> jboss:service=CorbaORB{Start:** NOT FOUND **}
             -> jboss:service=CorbaORB{Create:** NOT FOUND **}
            
            jboss:service=invoker,type=jrmp
             -> jboss:service=TransactionManager{Create:Configured}
             -> jboss:service=TransactionManager{Start:Configured}
            
            jboss:service=invoker,type=local
             -> jboss:service=TransactionManager{Start:Configured}
             -> jboss:service=TransactionManager{Create:Configured}
            
            jboss:service=invoker,type=pooled
             -> jboss:service=TransactionManager{Start:Configured}
             -> jboss:service=TransactionManager{Create:Configured}
            
            jboss:service=invoker,type=unified
             -> jboss:service=TransactionManager{Create:Configured}
             -> jboss:service=TransactionManager{Start:Configured}
            
            jboss:service=proxyFactory,target=ClientUserTransaction
             -> jboss:service=invoker,type=unified{Create:Configured}
             -> jboss:service=invoker,type=unified{Start:Configured}
            
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
             -> jboss:service=invoker,type=unified{Start:Configured}
             -> jboss:service=invoker,type=unified{Create:Configured}
            
            
            *** CONTEXTS IN ERROR: Name -> Error
            
            jboss:service=CorbaORB -> ** NOT FOUND **
            
            
            13:59:28,748 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta4 (build: SVNT
            ag=JBoss_5_0_0_Beta4 date=200802091115)] Started in 6s:731ms
            


            Please help.

            • 3. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
              adinn

              Hmm,

              here's some interesting lines from the 4.2.2 console log output


              . . .
              --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
              ObjectName: jboss:service=CorbaORB
              State: NOTYETINSTALLED
              Depends On Me:
              jboss:service=TransactionManager

              ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar'
              State: NOTYETINSTALLED
              Depends On Me:
              jboss.jca:service=ManagedConnectionFactory,name=JmsXA

              ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
              State: NOTYETINSTALLED
              Depends On Me:
              jboss.jca:service=ManagedConnectionFactory,name=DefaultDS


              and ehre's somethign else interesting from the 5.0 console log output

              *** CONTEXTS IN ERROR: Name -> Error

              jboss:service=CorbaORB -> ** NOT FOUND **


              So, it cannot find the Corba servcie in both cases.

              It looks to me like you have not installed JbossJTS properly. Check that you have followed all the steps in the INSTALL file.

              • 4. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
                jhalliday

                > 14:28:26,191 INFO [Server] Server Name: default

                You installed into default rather than all, so you don't have the required ORB.

                • 5. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
                  evanyang

                  I am pretty sure I have followed every steps in the instructions, and I did the same on both all/default, but unclear what have I missed. Just thought others may have the same experience. So where this CobraORB? I am sure I did not touch it, why it will not get loaded?

                  • 6. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
                    jhalliday

                    > why it will not get loaded?

                    umm, because it does not exist in the default configuration? Install into 'all' and start that instead. Post the logs if its still fails.

                    • 7. Re: problem building jbossjts with jbossts_4_3_GA (JBoss Tra
                      evanyang

                      Thanks for the help.
                      The "all" server started up ok, and I built/deployed the XTS demo and it ran successfully.