1 2 Previous Next 25 Replies Latest reply on Oct 10, 2003 10:43 AM by mdossantos

    minimal MQ configuration

    125544

      Fore a particular application I want to use JBoss only as a MessageQueue (The JBossMQ part). Does anyone knows what the MINIMAL configuration is to do the job ? What parts do I need to add to the minimal configuration delivered with JBoss

        • 1. Re: minimal MQ configuration
          duckdodgers

          This is something I'm interested in as well.

          • 2. Re: minimal MQ configuration
            mikehaberfield

            Me too ... any pointers on a minimum JMS/JNDI config for JBoss 3.2.1 would be appreciated.

            • 3. Re: minimal MQ configuration
              ihero

              yes . I am finding the answer . anybody can tell me ?

              • 4. Re: minimal MQ configuration
                arabin

                Any answer found?

                • 5. Re: minimal MQ configuration
                  nphelps
                  • 6. Re: minimal MQ configuration
                    arabin

                    I am going to install this minimal configuration for JBoss 3.2.2RC3.
                    Do I need to have Tomcat JBossWeb HTTP server or do I need to have integrated Jetty 4.2.11 instead of Tomcat or does it matter at all?
                    Is the advice to have Jetty above actually an advice to have any Web/JBoss or should it be necessarily Jetty?
                    And another question. Will I be able to deploy MBeans and invoke methods on them with this type of installation? Or is JMX-Console not enough for that?

                    • 7. Re: minimal MQ configuration
                      nphelps

                      You only need JBossWeb (Jetty or Tomcat) if you're going to need the JMX console or you are going to use the HTTP-IL to do JMS over HTTP.

                      • 8. Re: minimal MQ configuration
                        arabin

                        So, if I just have my own MBeans and I just want to deploy them and manage them via RMI connector (without HTTP adapter), I do not even need JBossWeb?
                        OK. Thanks

                        • 9. Re: minimal MQ configuration
                          nphelps

                          Correct, but of course, you'll need to deploy the RMI connector.

                          • 10. Re: minimal MQ configuration
                            arabin

                            Sure

                            • 11. Re: minimal MQ configuration
                              arabin

                              It looks like for 3.2.2RC3 something is really different from 3.2.0
                              Please take a look at http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= for the error messages.

                              The differences were the following:
                              1. There is no file cacerts in jboss\client directory. So, I could not keep it.
                              2. There is no directory jbossweb.sar in jboss\server\jms_minimal\deploy, so I could not not keep it.
                              3. The files jbossmq-destinations-service.xml and jbossmq-service.xml are not directly under
                              jboss\server\jms_minimal\deploy but rather in jboss\server\jms_minimal\deploy\jms
                              So, I kept them in jboss\server\jms_minimal\deploy\jms directory and removed anything else from
                              jboss\server\jms_minimal\deploy\jms directory

                              I fullfilled the rest of the instructions successfully.
                              However, when I try to start jboss using "run -c jms_minimal" command, I have the following output.
                              This output shows that there are some errors.
                              Also, JMX_Console http://localhost:8080/jmx-console/ says "the page cannot be displayed".
                              Is there any solution to the problem in 3.2.2RC3?

                              • 12. Re: minimal MQ configuration

                                If you keep the JRMP Invoker does it help you any further (static jboss-service.xml configuration file) ?

                                -- Juha

                                • 13. Re: minimal MQ configuration
                                  arabin

                                  I put this invoker back into jboss\server\jms-minimal\conf\jboss-service.xml (and did not put back other invokers).
                                  The tomcat version gives erros:

                                  C:\jboss-3.2.2RC3\bin>run -c jms_minimal
                                  ===============================================================================
                                  .
                                  JBoss Bootstrap Environment
                                  .
                                  JBOSS_HOME: C:\jboss-3.2.2RC3\bin\\..
                                  .
                                  JAVA: C:\Sun\j2eesdk1.4_beta2\jdk\bin\java
                                  .
                                  JAVA_OPTS: -Dprogram.name=run.bat
                                  .
                                  CLASSPATH: ;C:\Sun\j2eesdk1.4_beta2\jdk\lib\tools.jar;C:\jboss-3.2.2RC3\bin\\r
                                  un.jar
                                  .
                                  ===============================================================================
                                  .
                                  08:53:57,156 INFO [Server] Starting JBoss (MX MicroKernel)...
                                  08:53:57,156 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2RC3 (build: CVST
                                  ag=JBoss_3_2_2_RC3 date=200308241317)
                                  08:53:57,156 INFO [Server] Home Dir: C:\jboss-3.2.2RC3
                                  08:53:57,156 INFO [Server] Home URL: file:/C:/jboss-3.2.2RC3/
                                  08:53:57,156 INFO [Server] Library URL: file:/C:/jboss-3.2.2RC3/lib/
                                  08:53:57,156 INFO [Server] Patch URL: null
                                  08:53:57,156 INFO [Server] Server Name: jms_minimal
                                  08:53:57,156 INFO [Server] Server Home Dir: C:\jboss-3.2.2RC3\server\jms_minima
                                  l
                                  08:53:57,156 INFO [Server] Server Home URL: file:/C:/jboss-3.2.2RC3/server/jms_
                                  minimal/
                                  08:53:57,156 INFO [Server] Server Data Dir: C:\jboss-3.2.2RC3\server\jms_minima
                                  l\data
                                  08:53:57,171 INFO [Server] Server Temp Dir: C:\jboss-3.2.2RC3\server\jms_minima
                                  l\tmp
                                  08:53:57,171 INFO [Server] Server Config URL: file:/C:/jboss-3.2.2RC3/server/jm
                                  s_minimal/conf/
                                  08:53:57,171 INFO [Server] Server Library URL: file:/C:/jboss-3.2.2RC3/server/j
                                  ms_minimal/lib/
                                  08:53:57,171 INFO [Server] Root Deployemnt Filename: jboss-service.xml
                                  08:53:57,171 INFO [Server] Starting General Purpose Architecture (GPA)...
                                  08:53:57,359 INFO [ServerInfo] Java version: 1.4.1_02,Sun Microsystems Inc.
                                  08:53:57,359 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.1_02-b06
                                  ,Sun Microsystems Inc.
                                  08:53:57,359 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                                  08:53:57,390 INFO [ServiceController] Controller MBean online
                                  08:53:57,437 INFO [MainDeployer] Creating
                                  08:53:57,468 INFO [MainDeployer] Created
                                  08:53:57,468 INFO [MainDeployer] Starting
                                  08:53:57,468 INFO [MainDeployer] Started
                                  08:53:57,515 INFO [JARDeployer] Creating
                                  08:53:57,531 INFO [JARDeployer] Created
                                  08:53:57,531 INFO [JARDeployer] Starting
                                  08:53:57,531 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeplo
                                  yer@4e79f1
                                  08:53:57,531 INFO [JARDeployer] Started
                                  08:53:57,546 INFO [SARDeployer] Creating
                                  08:53:57,562 INFO [SARDeployer] Created
                                  08:53:57,562 INFO [SARDeployer] Starting
                                  08:53:57,562 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeplo
                                  yer@134a7d8
                                  08:53:57,578 INFO [SARDeployer] Started
                                  08:53:57,578 INFO [Server] Core system initialized
                                  08:53:57,578 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/conf/jboss-service.xml
                                  08:53:58,718 INFO [Log4jService] Creating
                                  08:53:58,718 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour
                                  ce:log4j.xml
                                  08:53:58,906 INFO [Log4jService] Created
                                  08:53:58,906 INFO [NamingService] Creating
                                  08:53:58,906 INFO [NamingService] Created
                                  08:53:58,906 INFO [JNDIView] Creating
                                  08:53:58,906 INFO [JNDIView] Created
                                  08:53:58,906 INFO [SecurityConfig] Creating
                                  08:53:58,906 INFO [SecurityConfig] Created
                                  08:53:58,906 INFO [XMLLoginConfig] Creating
                                  08:53:58,906 INFO [XMLLoginConfig] Created
                                  08:53:58,906 INFO [JaasSecurityManagerService] Creating
                                  08:53:58,906 INFO [JaasSecurityManagerService] Created
                                  08:53:58,921 INFO [URLDeploymentScanner] Creating
                                  08:53:58,921 INFO [URLDeploymentScanner] Created
                                  08:53:58,921 INFO [AbstractDeploymentScanner$ScannerThread] Running
                                  08:53:58,921 INFO [Log4jService] Starting
                                  08:53:58,921 INFO [Log4jService] Started
                                  08:53:58,921 INFO [NamingService] Starting
                                  08:53:58,921 INFO [NamingService] Starting jnp server
                                  08:53:58,984 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50,
                                  bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
                                  08:53:59,000 INFO [NamingService] Listening on port 1099
                                  08:53:59,015 INFO [NamingService] Started
                                  08:53:59,015 INFO [JNDIView] Starting
                                  08:53:59,015 INFO [JNDIView] Started
                                  08:53:59,015 INFO [SecurityConfig] Starting
                                  08:53:59,015 INFO [SecurityConfig] Started
                                  08:53:59,015 INFO [XMLLoginConfig] Starting
                                  08:53:59,062 INFO [XMLLoginConfig] Started
                                  08:53:59,062 INFO [JaasSecurityManagerService] Starting
                                  08:53:59,078 INFO [JaasSecurityManagerService] Started
                                  08:53:59,078 INFO [URLDeploymentScanner] Starting
                                  08:53:59,078 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jboss-jca.sar
                                  08:53:59,156 INFO [RARDeployer] Creating
                                  08:53:59,171 INFO [RARDeployer] Created
                                  08:53:59,171 INFO [XSLSubDeployer] Creating
                                  08:53:59,343 INFO [XSLSubDeployer] Created templates: org.apache.xalan.template
                                  s.StylesheetRoot@f593af
                                  08:53:59,343 INFO [XSLSubDeployer] Created
                                  08:53:59,343 INFO [RARDeployer] Starting
                                  08:53:59,343 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeploye
                                  r@b2c6a6
                                  08:53:59,343 INFO [RARDeployer] Started
                                  08:53:59,343 INFO [XSLSubDeployer] Starting
                                  08:53:59,343 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDe
                                  ployer@10ffb38
                                  08:53:59,343 INFO [XSLSubDeployer] Started
                                  08:53:59,343 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jboss-jca.sar
                                  08:53:59,343 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jmx-ejb-connector-server.sar
                                  08:53:59,359 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-ejb-connector-server.sar
                                  08:53:59,359 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jmx-invoker-adaptor-server.sar/
                                  08:53:59,468 INFO [InvokerAdaptorService] Creating
                                  08:53:59,468 INFO [InvokerAdaptorService] Created
                                  08:53:59,484 INFO [InvokerAdaptorService] Starting
                                  08:53:59,484 INFO [InvokerAdaptorService] Started
                                  08:53:59,484 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-invoker-adaptor-server.sar/
                                  08:53:59,484 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jmx-rmi-adaptor.sar/
                                  08:53:59,515 INFO [RMIAdaptorService] Creating
                                  08:53:59,515 INFO [RMIAdaptorService] Created
                                  08:53:59,515 INFO [RMIAdaptorService] Starting
                                  08:53:59,546 INFO [RMIAdaptorService] Started
                                  08:53:59,546 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-rmi-adaptor.sar/
                                  08:53:59,546 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jboss-local-jdbc.rar
                                  08:53:59,656 INFO [RARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/tmp/deploy/tmp28008jboss-local-jdbc.rar-contents/jboss-local-jdbc
                                  .jar
                                  08:53:59,671 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jboss-local-jdbc.rar
                                  08:53:59,671 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/hsqldb-ds.xml
                                  08:53:59,734 INFO [XSLSubDeployer] transformed into doc: [#document: null]
                                  08:53:59,812 INFO [HypersonicDatabase] Creating
                                  08:53:59,812 INFO [HypersonicDatabase] Created
                                  08:53:59,812 INFO [RARDeployment] Creating
                                  08:53:59,812 INFO [RARDeployment] Created
                                  08:53:59,812 INFO [JBossManagedConnectionPool] Creating
                                  08:53:59,812 INFO [JBossManagedConnectionPool] Created
                                  08:53:59,812 INFO [HypersonicDatabase] Starting
                                  08:53:59,828 INFO [HypersonicDatabase] Started
                                  08:53:59,828 INFO [RARDeployment] Starting
                                  08:53:59,843 INFO [STDOUT] server.properties not found, using command line or d
                                  efault properties
                                  08:53:59,843 INFO [STDOUT] Opening database: C:\jboss-3.2.2RC3\server\jms_minim
                                  al\data\hypersonic\default
                                  08:53:59,843 INFO [STDOUT] HSQLDB server 1.7.1 is running
                                  08:53:59,859 INFO [STDOUT] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to ab
                                  ort abruptly
                                  08:53:59,859 INFO [RARDeployment] Started
                                  08:53:59,859 INFO [JBossManagedConnectionPool] Starting
                                  08:53:59,875 INFO [JBossManagedConnectionPool] Started
                                  08:53:59,875 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/hsqldb-ds.xml
                                  08:53:59,875 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/cache-invalidation-service.xml
                                  08:53:59,921 INFO [InvalidationManager] Creating
                                  08:53:59,921 INFO [InvalidationManager] Created
                                  08:53:59,937 INFO [InvalidationManager] Starting
                                  08:53:59,937 INFO [InvalidationManager] Starting Invalidation Manager jboss.cac
                                  he:service=InvalidationManager
                                  08:53:59,937 INFO [InvalidationManager] Started
                                  08:53:59,937 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/cache-invalidation-service.xml
                                  08:53:59,937 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jms/jbossmq-destinations-service.xml
                                  08:54:00,156 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jms/jbossmq-destinations-service.xml
                                  08:54:00,156 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jms/jbossmq-service.xml
                                  08:54:00,187 INFO [STDOUT] Tue Sep 09 08:54:00 GMT-05:00 2003 Listening for con
                                  nections ...
                                  08:54:00,312 INFO [DynamicStateManager] Creating
                                  08:54:00,312 INFO [DynamicStateManager] Created
                                  08:54:00,312 INFO [DynamicStateManager] Starting
                                  08:54:00,328 INFO [DynamicStateManager] Started
                                  08:54:00,328 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jms/jbossmq-service.xml
                                  08:54:00,328 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/transaction-service.xml
                                  08:54:00,343 INFO [CachedConnectionManager] Creating
                                  08:54:00,343 INFO [CachedConnectionManager] Created
                                  08:54:00,359 INFO [CachedConnectionManager] Starting
                                  08:54:00,359 INFO [CachedConnectionManager] Started
                                  08:54:00,359 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/transaction-service.xml
                                  08:54:00,359 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  08:54:00,359 INFO [MainDeployer] deployment waiting for deployer: file:/C:/jbos
                                  s-3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  08:54:00,375 INFO [MainDeployer] Deployment of package: file:/C:/jboss-3.2.2RC3
                                  /server/jms_minimal/deploy/jmx-console.war/ is waiting for an appropriate deploy
                                  er.
                                  08:54:00,375 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
                                  ration 'checkIncompleteDeployments()'
                                  Cause: Incomplete Deployment listing:
                                  Packages waiting for a deployer:
                                  [org.jboss.deployment.DeploymentInfo@9bede379 { url=file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-console.war/ }
                                  deployer: null
                                  status: null
                                  state: INIT_WAITING_DEPLOYER
                                  watch: file:/C:/jboss-3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  lastDeployed: 1063115640375
                                  lastModified: 1063037026734
                                  mbeans:
                                  ]Incompletely deployed packages:
                                  [org.jboss.deployment.DeploymentInfo@9bede379 { url=file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-console.war/ }
                                  deployer: null
                                  status: null
                                  state: INIT_WAITING_DEPLOYER
                                  watch: file:/C:/jboss-3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  lastDeployed: 1063115640375
                                  lastModified: 1063037026734
                                  mbeans:
                                  ]MBeans waiting for classes:

                                  MBeans waiting for other MBeans:
                                  [ObjectName: jboss:service=invoker,type=jrmp
                                  state: CONFIGURED
                                  I Depend On: jboss:service=TransactionManager

                                  Depends On Me: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=prox
                                  yFactory
                                  , ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFac
                                  tory
                                  state: CONFIGURED
                                  I Depend On: jboss:service=invoker,type=jrmp

                                  Depends On Me: , 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: , ObjectName: jboss.mq.destination:service=Topic,name=testTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=securedTop
                                  ic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testDurabl
                                  eTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=testQueue
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq:service=Invoker
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=TracingInterceptor

                                  Depends On Me: , 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.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

                                  Depends On Me: ]
                                  08:54:00,421 INFO [URLDeploymentScanner] Started
                                  08:54:00,421 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/conf/jboss-service.xml
                                  08:54:00,421 ERROR [Server] Root deployment has missing dependencies; continuing

                                  Incomplete Deployment listing:
                                  Packages waiting for a deployer:
                                  [org.jboss.deployment.DeploymentInfo@9bede379 { url=file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-console.war/ }
                                  deployer: null
                                  status: null
                                  state: INIT_WAITING_DEPLOYER
                                  watch: file:/C:/jboss-3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  lastDeployed: 1063115640375
                                  lastModified: 1063037026734
                                  mbeans:
                                  ]Incompletely deployed packages:
                                  [org.jboss.deployment.DeploymentInfo@9bede379 { url=file:/C:/jboss-3.2.2RC3/serv
                                  er/jms_minimal/deploy/jmx-console.war/ }
                                  deployer: null
                                  status: null
                                  state: INIT_WAITING_DEPLOYER
                                  watch: file:/C:/jboss-3.2.2RC3/server/jms_minimal/deploy/jmx-console.war/
                                  lastDeployed: 1063115640375
                                  lastModified: 1063037026734
                                  mbeans:
                                  ]MBeans waiting for classes:

                                  MBeans waiting for other MBeans:
                                  [ObjectName: jboss:service=invoker,type=jrmp
                                  state: CONFIGURED
                                  I Depend On: jboss:service=TransactionManager

                                  Depends On Me: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=prox
                                  yFactory
                                  , ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFac
                                  tory
                                  state: CONFIGURED
                                  I Depend On: jboss:service=invoker,type=jrmp

                                  Depends On Me: , 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: , ObjectName: jboss.mq.destination:service=Topic,name=testTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=securedTop
                                  ic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testDurabl
                                  eTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=testQueue
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq:service=Invoker
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=TracingInterceptor

                                  Depends On Me: , 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.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

                                  Depends On Me: ]
                                  at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
                                  oyer.java:1129)
                                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
                                  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:324)
                                  at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
                                  nDispatcher.java:284)
                                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
                                  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                                  at $Proxy5.deploy(Unknown Source)
                                  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
                                  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
                                  at org.jboss.Main.boot(Main.java:150)
                                  at org.jboss.Main$1.run(Main.java:388)
                                  at java.lang.Thread.run(Thread.java:536)
                                  08:54:00,578 INFO [Server] JBoss (MX MicroKernel) [3.2.2RC3 (build: CVSTag=JBos
                                  s_3_2_2_RC3 date=200308241317)] Started in 3s:407ms

                                  The jetty version gives errors:

                                  C:\jboss-3.2.2RC3_jetty-4.2.11\bin>run -c jms_minimal
                                  ===============================================================================
                                  .
                                  JBoss Bootstrap Environment
                                  .
                                  JBOSS_HOME: C:\jboss-3.2.2RC3_jetty-4.2.11\bin\\..
                                  .
                                  JAVA: C:\Sun\j2eesdk1.4_beta2\jdk\bin\java
                                  .
                                  JAVA_OPTS: -Dprogram.name=run.bat
                                  .
                                  CLASSPATH: ;C:\Sun\j2eesdk1.4_beta2\jdk\lib\tools.jar;C:\jboss-3.2.2RC3_jetty-
                                  4.2.11\bin\\run.jar
                                  .
                                  ===============================================================================
                                  .
                                  08:54:52,078 INFO [Server] Starting JBoss (MX MicroKernel)...
                                  08:54:52,078 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2RC3 (build: CVST
                                  ag=JBoss_3_2_2_RC3 date=200308241317)
                                  08:54:52,078 INFO [Server] Home Dir: C:\jboss-3.2.2RC3_jetty-4.2.11
                                  08:54:52,078 INFO [Server] Home URL: file:/C:/jboss-3.2.2RC3_jetty-4.2.11/
                                  08:54:52,078 INFO [Server] Library URL: file:/C:/jboss-3.2.2RC3_jetty-4.2.11/li
                                  b/
                                  08:54:52,078 INFO [Server] Patch URL: null
                                  08:54:52,078 INFO [Server] Server Name: jms_minimal
                                  08:54:52,078 INFO [Server] Server Home Dir: C:\jboss-3.2.2RC3_jetty-4.2.11\serv
                                  er\jms_minimal
                                  08:54:52,078 INFO [Server] Server Home URL: file:/C:/jboss-3.2.2RC3_jetty-4.2.1
                                  1/server/jms_minimal/
                                  08:54:52,093 INFO [Server] Server Data Dir: C:\jboss-3.2.2RC3_jetty-4.2.11\serv
                                  er\jms_minimal\data
                                  08:54:52,093 INFO [Server] Server Temp Dir: C:\jboss-3.2.2RC3_jetty-4.2.11\serv
                                  er\jms_minimal\tmp
                                  08:54:52,093 INFO [Server] Server Config URL: file:/C:/jboss-3.2.2RC3_jetty-4.2
                                  .11/server/jms_minimal/conf/
                                  08:54:52,093 INFO [Server] Server Library URL: file:/C:/jboss-3.2.2RC3_jetty-4.
                                  2.11/server/jms_minimal/lib/
                                  08:54:52,093 INFO [Server] Root Deployemnt Filename: jboss-service.xml
                                  08:54:52,109 INFO [Server] Starting General Purpose Architecture (GPA)...
                                  08:54:52,296 INFO [ServerInfo] Java version: 1.4.1_02,Sun Microsystems Inc.
                                  08:54:52,296 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.1_02-b06
                                  ,Sun Microsystems Inc.
                                  08:54:52,296 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
                                  08:54:52,328 INFO [ServiceController] Controller MBean online
                                  08:54:52,375 INFO [MainDeployer] Creating
                                  08:54:52,406 INFO [MainDeployer] Created
                                  08:54:52,406 INFO [MainDeployer] Starting
                                  08:54:52,406 INFO [MainDeployer] Started
                                  08:54:52,453 INFO [JARDeployer] Creating
                                  08:54:52,468 INFO [JARDeployer] Created
                                  08:54:52,468 INFO [JARDeployer] Starting
                                  08:54:52,468 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeplo
                                  yer@4e79f1
                                  08:54:52,468 INFO [JARDeployer] Started
                                  08:54:52,484 INFO [SARDeployer] Creating
                                  08:54:52,500 INFO [SARDeployer] Created
                                  08:54:52,500 INFO [SARDeployer] Starting
                                  08:54:52,500 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeplo
                                  yer@134a7d8
                                  08:54:52,500 INFO [SARDeployer] Started
                                  08:54:52,500 INFO [Server] Core system initialized
                                  08:54:52,515 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/conf/jboss-service.xml
                                  08:54:53,703 INFO [Log4jService] Creating
                                  08:54:53,703 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour
                                  ce:log4j.xml
                                  08:54:53,859 INFO [Log4jService] Created
                                  08:54:53,859 INFO [NamingService] Creating
                                  08:54:53,859 INFO [NamingService] Created
                                  08:54:53,859 INFO [JNDIView] Creating
                                  08:54:53,859 INFO [JNDIView] Created
                                  08:54:53,859 INFO [SecurityConfig] Creating
                                  08:54:53,859 INFO [SecurityConfig] Created
                                  08:54:53,859 INFO [XMLLoginConfig] Creating
                                  08:54:53,859 INFO [XMLLoginConfig] Created
                                  08:54:53,859 INFO [JaasSecurityManagerService] Creating
                                  08:54:53,859 INFO [JaasSecurityManagerService] Created
                                  08:54:53,859 INFO [EARDeployer] Creating
                                  08:54:53,875 INFO [EARDeployer] Created
                                  08:54:53,875 INFO [BeanShellSubDeployer] Creating
                                  08:54:53,890 INFO [BeanShellSubDeployer] Created
                                  08:54:53,890 INFO [URLDeploymentScanner] Creating
                                  08:54:53,890 INFO [AbstractDeploymentScanner$ScannerThread] Running
                                  08:54:53,890 INFO [URLDeploymentScanner] Created
                                  08:54:53,890 INFO [Log4jService] Starting
                                  08:54:53,890 INFO [Log4jService] Started
                                  08:54:53,890 INFO [NamingService] Starting
                                  08:54:53,906 INFO [NamingService] Starting jnp server
                                  08:54:53,968 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50,
                                  bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
                                  08:54:53,968 INFO [NamingService] Listening on port 1099
                                  08:54:53,984 INFO [NamingService] Started
                                  08:54:53,984 INFO [JNDIView] Starting
                                  08:54:53,984 INFO [JNDIView] Started
                                  08:54:54,000 INFO [SecurityConfig] Starting
                                  08:54:54,000 INFO [SecurityConfig] Started
                                  08:54:54,000 INFO [XMLLoginConfig] Starting
                                  08:54:54,046 INFO [XMLLoginConfig] Started
                                  08:54:54,046 INFO [JaasSecurityManagerService] Starting
                                  08:54:54,046 INFO [JaasSecurityManagerService] Started
                                  08:54:54,046 INFO [EARDeployer] Starting
                                  08:54:54,046 INFO [MainDeployer] Adding deployer: org.jboss.deployment.EARDeplo
                                  yer@10721b0
                                  08:54:54,046 INFO [EARDeployer] Started
                                  08:54:54,046 INFO [BeanShellSubDeployer] Starting
                                  08:54:54,062 INFO [MainDeployer] Adding deployer: org.jboss.varia.deployment.Be
                                  anShellSubDeployer@296f76
                                  08:54:54,062 INFO [BeanShellSubDeployer] Started
                                  08:54:54,062 INFO [URLDeploymentScanner] Starting
                                  08:54:54,062 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jboss-jca.sar
                                  08:54:54,140 INFO [RARDeployer] Creating
                                  08:54:54,156 INFO [RARDeployer] Created
                                  08:54:54,156 INFO [XSLSubDeployer] Creating
                                  08:54:54,406 INFO [XSLSubDeployer] Created templates: org.apache.xalan.template
                                  s.StylesheetRoot@1f1235b
                                  08:54:54,406 INFO [XSLSubDeployer] Created
                                  08:54:54,421 INFO [RARDeployer] Starting
                                  08:54:54,421 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeploye
                                  r@4865ce
                                  08:54:54,421 INFO [RARDeployer] Started
                                  08:54:54,421 INFO [XSLSubDeployer] Starting
                                  08:54:54,421 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDe
                                  ployer@d17ec3
                                  08:54:54,421 INFO [XSLSubDeployer] Started
                                  08:54:54,421 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jboss-jca.sar
                                  08:54:54,421 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/ant.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/jasper-compiler.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/jasper-runtime.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/org.jboss.jetty.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/org.mortbay.j2ee.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/org.mortbay.jetty.jar
                                  08:54:54,437 INFO [SARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/org.mortbay.jmx.jar
                                  08:54:54,546 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC3_
                                  jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/ant.jar references URL
                                  file:/C:/jboss-3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.s
                                  ar/xml-apis.jar which could not be opened, entry ignored
                                  08:54:54,546 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC3_
                                  jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/ant.jar references URL
                                  file:/C:/jboss-3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.s
                                  ar/xercesImpl.jar which could not be opened, entry ignored
                                  08:54:54,546 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC3_
                                  jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/ant.jar references URL
                                  file:/C:/jboss-3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.s
                                  ar/optional.jar which could not be opened, entry ignored
                                  08:54:54,546 WARN [MainDeployer] The manifest entry in file:/C:/jboss-3.2.2RC3_
                                  jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/ant.jar references URL
                                  file:/C:/jboss-3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.s
                                  ar/xalan.jar which could not be opened, entry ignored
                                  08:54:55,000 INFO [jbossweb] Registered jboss.web:Jetty=0
                                  08:54:55,000 INFO [jbossweb] Registered jboss.web:Code=0
                                  08:54:55,015 INFO [jbossweb] Registered jboss.web:Log=0
                                  08:54:55,015 INFO [jbossweb] Registered jboss.web:Log=0,JBossLogSink=0
                                  08:54:55,031 INFO [JettyService] Creating
                                  08:54:55,234 INFO [jbossweb] Registered jboss.web:Jetty=0,SocketListener=0
                                  08:54:55,265 INFO [jbossweb] Registered jboss.web:Jetty=0,AJP13Listener=0
                                  08:54:55,281 INFO [jbossweb] Registered jboss.web:Jetty=0,NCSARequestLog=0
                                  08:54:55,328 INFO [JettyService] Created
                                  08:54:55,328 INFO [JettyService] Starting
                                  08:54:55,328 INFO [MainDeployer] Adding deployer: org.jboss.jetty.JettyService@
                                  a83a13
                                  08:54:55,328 INFO [jbossweb] Starting Jetty/4.2.11
                                  08:54:55,375 INFO [jbossweb] Started org.mortbay.http.NCSARequestLog@141fab6
                                  08:54:55,375 INFO [jbossweb] Started SocketListener on 0.0.0.0:8080
                                  08:54:55,390 INFO [jbossweb] Started AJP13Listener on 0.0.0.0:8009
                                  08:54:55,390 INFO [jbossweb] NOTICE: AJP13 is not a secure protocol. Please pro
                                  tect the port 0.0.0.0:8009
                                  08:54:55,390 INFO [jbossweb] Started org.jboss.jetty.Jetty@1acfa31
                                  08:54:55,390 INFO [JettyService] Started
                                  08:54:55,390 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jbossweb-jetty.sar/
                                  08:54:55,390 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jmx-ejb-connector-server.sar
                                  08:54:55,406 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jmx-ejb-connector-server.sar
                                  08:54:55,406 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jmx-invoker-adaptor-server.sar/

                                  08:54:55,468 INFO [InvokerAdaptorService] Creating
                                  08:54:55,468 INFO [InvokerAdaptorService] Created
                                  08:54:55,468 INFO [InvokerAdaptorService] Starting
                                  08:54:55,484 INFO [InvokerAdaptorService] Started
                                  08:54:55,484 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jmx-invoker-adaptor-server.sar/
                                  08:54:55,484 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jmx-rmi-adaptor.sar/
                                  08:54:55,500 INFO [RMIAdaptorService] Creating
                                  08:54:55,500 INFO [RMIAdaptorService] Created
                                  08:54:55,500 INFO [RMIAdaptorService] Starting
                                  08:54:55,546 INFO [RMIAdaptorService] Started
                                  08:54:55,546 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jmx-rmi-adaptor.sar/
                                  08:54:55,546 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jboss-local-jdbc.rar
                                  08:54:55,703 INFO [RARDeployer] nested deployment: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/tmp/deploy/tmp20015jboss-local-jdbc.rar-contents/jbo
                                  ss-local-jdbc.jar
                                  08:54:55,718 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jboss-local-jdbc.rar
                                  08:54:55,718 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/hsqldb-ds.xml
                                  08:54:55,812 INFO [XSLSubDeployer] transformed into doc: [#document: null]
                                  08:54:55,890 INFO [HypersonicDatabase] Creating
                                  08:54:55,890 INFO [HypersonicDatabase] Created
                                  08:54:55,890 INFO [RARDeployment] Creating
                                  08:54:55,890 INFO [RARDeployment] Created
                                  08:54:55,890 INFO [JBossManagedConnectionPool] Creating
                                  08:54:55,890 INFO [JBossManagedConnectionPool] Created
                                  08:54:55,906 INFO [HypersonicDatabase] Starting
                                  08:54:55,906 INFO [HypersonicDatabase] Started
                                  08:54:55,906 INFO [RARDeployment] Starting
                                  08:54:55,921 INFO [STDOUT] server.properties not found, using command line or d
                                  efault properties
                                  08:54:55,921 INFO [STDOUT] Opening database: C:\jboss-3.2.2RC3_jetty-4.2.11\ser
                                  ver\jms_minimal\data\hypersonic\default
                                  08:54:55,921 INFO [STDOUT] HSQLDB server 1.7.1 is running
                                  08:54:55,921 INFO [STDOUT] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to ab
                                  ort abruptly
                                  08:54:55,937 INFO [RARDeployment] Started
                                  08:54:55,937 INFO [JBossManagedConnectionPool] Starting
                                  08:54:55,937 INFO [JBossManagedConnectionPool] Started
                                  08:54:55,937 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/hsqldb-ds.xml
                                  08:54:55,953 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/cache-invalidation-service.xml
                                  08:54:56,000 INFO [InvalidationManager] Creating
                                  08:54:56,000 INFO [InvalidationManager] Created
                                  08:54:56,000 INFO [InvalidationManager] Starting
                                  08:54:56,000 INFO [InvalidationManager] Starting Invalidation Manager jboss.cac
                                  he:service=InvalidationManager
                                  08:54:56,000 INFO [InvalidationManager] Started
                                  08:54:56,015 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/cache-invalidation-service.xml
                                  08:54:56,015 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jms/jbossmq-destinations-servic
                                  e.xml
                                  08:54:56,187 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jms/jbossmq-destinations-service.xml
                                  08:54:56,187 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jms/jbossmq-service.xml
                                  08:54:56,203 INFO [STDOUT] Tue Sep 09 08:54:56 GMT-05:00 2003 Listening for con
                                  nections ...
                                  08:54:56,281 INFO [DynamicStateManager] Creating
                                  08:54:56,281 INFO [DynamicStateManager] Created
                                  08:54:56,281 INFO [DynamicStateManager] Starting
                                  08:54:56,296 INFO [DynamicStateManager] Started
                                  08:54:56,296 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jms/jbossmq-service.xml
                                  08:54:56,296 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/transaction-service.xml
                                  08:54:56,312 INFO [CachedConnectionManager] Creating
                                  08:54:56,312 INFO [CachedConnectionManager] Created
                                  08:54:56,312 INFO [CachedConnectionManager] Starting
                                  08:54:56,328 INFO [CachedConnectionManager] Started
                                  08:54:56,328 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/transaction-service.xml
                                  08:54:56,328 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss
                                  -3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jmx-console.war/
                                  08:54:56,765 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console
                                  08:54:56,781 INFO [jbossweb] Checking Resource aliases
                                  08:54:57,406 INFO [jbossweb] Started WebApplicationContext[/jmx-console,file:/C
                                  :/jboss-3.2.2RC3_jetty-4.2.11/server/jms_minimal/deploy/jmx-console.war/]
                                  08:54:57,531 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=ClusterView
                                  08:54:57,546 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=DisplayMBeans
                                  08:54:57,562 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=DisplayOpResult
                                  08:54:57,562 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=InspectMBean
                                  08:54:57,578 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=jsp
                                  08:54:57,578 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=ClusteredConsoleServlet
                                  08:54:57,593 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=HtmlAdaptor
                                  08:54:57,593 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=default
                                  08:54:57,609 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,name=invoker
                                  08:54:57,609 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationCo
                                  ntext=0,context=/jmx-console,HashSessionManager=0
                                  08:54:57,609 INFO [jbossweb] successfully deployed file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jmx-console.war/ to /jmx-console
                                  08:54:57,609 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/deploy/jmx-console.war/
                                  08:54:57,625 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
                                  ration 'checkIncompleteDeployments()'
                                  Cause: Incomplete Deployment listing:
                                  Packages waiting for a deployer:

                                  Incompletely deployed packages:

                                  MBeans waiting for classes:

                                  MBeans waiting for other MBeans:
                                  [ObjectName: jboss:service=invoker,type=jrmp
                                  state: CONFIGURED
                                  I Depend On: jboss:service=TransactionManager

                                  Depends On Me: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=prox
                                  yFactory
                                  , ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFac
                                  tory
                                  state: CONFIGURED
                                  I Depend On: jboss:service=invoker,type=jrmp

                                  Depends On Me: , 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: , ObjectName: jboss.mq.destination:service=Topic,name=testTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=securedTop
                                  ic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testDurabl
                                  eTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=testQueue
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq:service=Invoker
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=TracingInterceptor

                                  Depends On Me: , 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.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

                                  Depends On Me: ]
                                  08:54:57,671 INFO [URLDeploymentScanner] Started
                                  08:54:57,671 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.2RC3_jett
                                  y-4.2.11/server/jms_minimal/conf/jboss-service.xml
                                  08:54:57,671 ERROR [Server] Root deployment has missing dependencies; continuing

                                  Incomplete Deployment listing:
                                  Packages waiting for a deployer:

                                  Incompletely deployed packages:

                                  MBeans waiting for classes:

                                  MBeans waiting for other MBeans:
                                  [ObjectName: jboss:service=invoker,type=jrmp
                                  state: CONFIGURED
                                  I Depend On: jboss:service=TransactionManager

                                  Depends On Me: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=prox
                                  yFactory
                                  , ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFac
                                  tory
                                  state: CONFIGURED
                                  I Depend On: jboss:service=invoker,type=jrmp

                                  Depends On Me: , 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: , ObjectName: jboss.mq.destination:service=Topic,name=testTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=securedTop
                                  ic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testDurabl
                                  eTopic
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=testQueue
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager
                                  jboss.mq:service=SecurityManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=DestinationManager

                                  Depends On Me: , ObjectName: jboss.mq:service=Invoker
                                  state: CONFIGURED
                                  I Depend On: jboss.mq:service=TracingInterceptor

                                  Depends On Me: , 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.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

                                  Depends On Me: ]
                                  at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
                                  oyer.java:1129)
                                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
                                  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
                                  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:324)
                                  at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea
                                  nDispatcher.java:284)
                                  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
                                  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
                                  at $Proxy5.deploy(Unknown Source)
                                  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
                                  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
                                  at org.jboss.Main.boot(Main.java:150)
                                  at org.jboss.Main$1.run(Main.java:388)
                                  at java.lang.Thread.run(Thread.java:536)
                                  08:54:57,765 INFO [Server] JBoss (MX MicroKernel) [3.2.2RC3 (build: CVSTag=JBos
                                  s_3_2_2_RC3 date=200308241317)] Started in 5s:656ms


                                  • 14. Re: minimal MQ configuration

                                    Looks like you're still missing at least the transaction manager (?) in your jboss-service.xml.

                                    Also you should not need cache-invalidation service, and only one of the JMX connectors (invoker adaptor service or rmi adaptor service).

                                    That might help you further.

                                    -- Juha

                                    1 2 Previous Next