1 Reply Latest reply on Mar 23, 2016 5:23 AM by pjhavariotis

    Issue in starting MDB application

    jetain.singla

      I am migrating my websphere project into JBOSS one. I had a 2.1 EJB module which i converted to 3.0. Also i configured everything as per the below link.

       

      http://middlewaremagic.com/jboss/?p=1706

       

      When i start my server and try to deploy the EAR, I get the following error.

       

      11:16:13,167 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.ra."wmq.jmsra" (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.CREATE]

       

       

      11:16:13,200 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

      11:16:13,200 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

      11:16:13,201 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) started (with errors) in 14054ms - Started 1040 of 1085 services (7 services failed or missing dependencies, 182 services are lazy, passive or on-demand)

      11:16:13,412 INFO  [org.jboss.web] (ServerService Thread Pool -- 8) JBAS018224: Unregister web context: /SSAMTextSearchWeb

      11:16:13,418 INFO  [org.apache.struts.tiles.TilesRequestProcessor] (ServerService Thread Pool -- 8) Tiles definition factory found for request processor ''.

      11:16:13,477 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015974: Stopped subdeployment (runtime-name: SSAMTextSearchEJB.jar) in 75ms

      11:16:13,546 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015974: Stopped subdeployment (runtime-name: SSAMTextSearchWeb.war) in 144ms

      11:16:13,547 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015877: Stopped deployment SSAMTextSearchEAR.ear (runtime-name: SSAMTextSearchEAR.ear) in 148ms

      11:16:13,588 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015858: Undeployed "SSAMTextSearchEAR.ear" (runtime-name: "SSAMTextSearchEAR.ear")

      11:16:13,589 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.CREATE (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START, service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.VIEW."javax.jms.MessageListener".MESSAGE_ENDPOINT, service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".moduleDeploymentRuntimeInformation]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".deploymentCompleteService, service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".moduleDeploymentRuntimeInformationStart]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.VIEW."javax.jms.MessageListener".MESSAGE_ENDPOINT (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START, service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".moduleDeploymentRuntimeInformation]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."SSAMTextSearchEAR.ear".deploymentCompleteService]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".jndiDependencyService (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".moduleDeploymentRuntimeInformation (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START, service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".moduleDeploymentRuntimeInformationStart]

            service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchWeb.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."SSAMTextSearchEAR.ear".deploymentCompleteService]

            service jboss.naming.context.java.comp.SSAMTextSearchEAR.SSAMTextSearchEJB.IndexWriterMdb (missing) dependents: [service jboss.deployment.subunit."SSAMTextSearchEAR.ear"."SSAMTextSearchEJB.jar".component.IndexWriterMdb.START]

       

      Can anyone help where I am making a mistake?