1 Reply Latest reply on Apr 14, 2017 12:10 AM by abhijithumbe

    JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.JmsAvailableJobsExecutor.CREATE is missing [jboss.ra.hornetq-ra]"],

    jeslinedias

      Hi,

           I am migrating my application from Websphere to jboss eap 6.4. I was able to configure the datasource and connection factories. Am getting this error while trying to deploy the application. Attaching my standalone.xml for reference

       

       

      13:10:11,972 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment gtm-ws-0.0.2-SNAPSHOT.war

      13:10:12,099 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named AvailableJobsExecutor in deployment unit deployment "gtm-ws-0.0.2-

      SNAPSHOT.war" are as follows:

       

       

              java:global/gtm-ws-0.0.2-SNAPSHOT/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl

              java:app/gtm-ws-0.0.2-SNAPSHOT/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl

              java:module/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl

              java:global/gtm-ws-0.0.2-SNAPSHOT/AvailableJobsExecutor

              java:app/gtm-ws-0.0.2-SNAPSHOT/AvailableJobsExecutor

              java:module/AvailableJobsExecutor

       

       

      13:10:12,157 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named EJBTimerScheduler in deployment unit deployment "gtm-ws-0.0.2-SNAP

      SHOT.war" are as follows:

       

       

              java:global/gtm-ws-0.0.2-SNAPSHOT/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler

              java:app/gtm-ws-0.0.2-SNAPSHOT/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler

              java:module/EJBTimerScheduler!org.jbpm.services.ejb.timer.EJBTimerScheduler

              java:global/gtm-ws-0.0.2-SNAPSHOT/EJBTimerScheduler

              java:app/gtm-ws-0.0.2-SNAPSHOT/EJBTimerScheduler

              java:module/EJBTimerScheduler

       

       

      13:10:12,238 WARN  [org.jboss.as.ee] (MSC service thread 1-5) JBAS011001: Could not resolve resource-env-ref java:/jdbc/jbpm

      13:10:12,246 WARN  [org.jboss.as.ee] (MSC service thread 1-5) JBAS011001: Could not resolve resource-env-ref java:/jms/conn/GTM.INPUT

      13:10:12,253 WARN  [org.jboss.as.ee] (MSC service thread 1-5) JBAS011001: Could not resolve resource-env-ref java:/jms/conn/GTM.EXECUTOR

      13:10:12,359 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016005: Starting Services for CDI deployment: gtm-ws-0.0.2-SNAPSHOT.war

      13:10:12,375 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 141) JBAS011402: Starting Persistence Unit Service 'gtm-ws-0.0.2-SNAPSHOT.war#org.jbpm.domain'

      13:10:12,375 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016008: Starting weld service for deployment gtm-ws-0.0.2-SNAPSHOT.war

      13:10:12,379 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 141) HHH000204: Processing PersistenceUnitInfo [

              name: org.jbpm.domain

              ...]

      13:10:12,530 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 141) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedData

      SourceConnectionProvider

      13:10:12,533 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 141) HHH000400: Using dialect: org.jbpm.persistence.jpa.hibernate.DisabledFollowOnLockOracle10gDialect

      13:10:12,538 INFO  [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 141) HHH000422: Disabling contextual LOB creation as connection was null

      13:10:12,657 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 141) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

      13:10:12,658 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 141) HHH000397: Using ASTQueryTranslatorFactory

      13:10:13,625 ERROR [org.jboss.as.controller.management-operation] (HttpManagementService-threads - 4) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "gtm-ws-0.0.2-SNAPSHOT.war")]) - failure description: {

          "JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.JmsAvailableJobsExecutor.CREATE is missing [jboss.ra.hornetq-ra]"],

          "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {

              "Services that were unable to start:" => [

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.AvailableJobsExecutor.START",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.EJBTimerScheduler.START",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.JmsAvailableJobsExecutor.START",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".component.JmsAvailableJobsExecutor.VIEW.\"javax.jms.MessageListener\".MESSAGE_ENDPOINT",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".deploymentCompleteService",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".moduleDeploymentRuntimeInformation",

                  "jboss.deployment.unit.\"gtm-ws-0.0.2-SNAPSHOT.war\".moduleDeploymentRuntimeInformationStart",

                  "jboss.web.deployment.default-host.\"/gtm-ws-0.0.2-SNAPSHOT\""

              ],

              "Services that may be the cause:" => [

                  "jboss.binding.messaging",

                  "jboss.binding.messaging-throughput",

                  "jboss.connector.workmanager.ws/default",

                  "jboss.ra.hornetq-ra"

              ]

          }

      }

      ----- Repeated error ------

      13:10:13,853 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016009: Stopping weld service for deployment gtm-ws-0.0.2-SNAPSHOT.war

      13:10:13,841 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 163) JBAS011403: Stopping Persistence Unit Service 'gtm-ws-0.0.2-SNAPSHOT.war#org.jbpm.domain'

      13:10:14,772 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment gtm-ws-0.0.2-SNAPSHOT.war (runtime-name: gtm-ws-0.0.2-SNAPSHOT.war) in 977ms