1 Reply Latest reply on Sep 19, 2012 3:38 AM by wdfink

    JBoss AS 6 Deployment Errors

    adoshi

      I am trying to start my application and getting lots of missing dependencies exception, any pointer would be highly appreciated.

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "BackupJMSServerManager" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Create", but is actually in state "**ERROR**")

        Deployment "JMSConnectionFactoryManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSConnectionFactoryManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSQueueManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSQueueManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSServerMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSServerMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSTopicManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSTopicManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "org.hornetq:module=JMS,name="InVMConnectionFactory",type=ConnectionFactory" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,name="NettyConnectionFactory",type=ConnectionFactory" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="DLQ"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="EventProcessorQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="ExpiryQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="HighCapacityReportQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="KrtTradesQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Queue,name="ReportQueue"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

        Deployment "org.hornetq:module=JMS,type=Topic,name="GridStatusTopic"" is missing the following dependencies:

          Dependency "JMSServerManager" (should be in state "Installed", but is actually in state "**ERROR**")

       

       

      DEPLOYMENTS IN ERROR:

        Deployment "JMSServerManager" is in error due to the following reason(s): **ERROR**, java.io.IOException: No such file or directory

        Deployment "<UNKNOWN JMSServerMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "<UNKNOWN JMSConnectionFactoryManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "<UNKNOWN JMSTopicManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

        Deployment "<UNKNOWN JMSQueueManageMO>" is in error due to the following reason(s): ** UNRESOLVED Demands 'JMSServerManager' **

       

       

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

              at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

              at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

       

       

      2012-09-18 13:03:54,171 [pool-1-thread-2] INFO  HornetQActivation  - Attempting to reconnect org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@53

      b5fb5b destination=topic/GridStatusTopic destinationType=javax.jms.Topic ack=Auto-acknowledge durable=false clientID=null user=null maxSession=15)

      2012-09-18 13:03:54,172 [pool-1-thread-2] ERROR HornetQActivation  - Unable to reconnect org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@53b5fb

      5b destination=topic/GridStatusTopic destinationType=javax.jms.Topic ack=Auto-acknowledge durable=false clientID=null user=null maxSession=15): HornetQException[errorCode=2 message

      =Cannot connect to server(s). Tried with all available servers.]

              at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:774) [:]

              at org.hornetq.ra.inflow.HornetQActivation.setupSession(HornetQActivation.java:360) [:]

              at org.hornetq.ra.inflow.HornetQActivation.setup(HornetQActivation.java:292) [:]

              at org.hornetq.ra.inflow.HornetQActivation.handleFailure(HornetQActivation.java:564) [:]

              at org.hornetq.ra.inflow.HornetQActivation$SetupActivation.run(HornetQActivation.java:607) [:]

              at org.jboss.resource.work.WorkWrapper.run(WorkWrapper.java:172) [:6.0.0.Final]

              at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33) [:2.0.0.CR7]

              at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:801) [:2.0.0.CR7]

              at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45) [:2.0.0.CR7]

              at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:821) [:2.0.0.CR7]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.threads.JBossThread.run(JBossThread.java:122) [:2.0.0.CR7]