0 Replies Latest reply on Jul 24, 2014 5:09 PM by ncsugrad94

    Question on how to resolve missing dependancies

    ncsugrad94

      I see these two jar files in the root of my ear { kfw-dss-impl.jar, kfw-mng-impl.jar}

       

      my application xml looks like this:

       

      <?xml version="1.0" encoding="UTF-8" ?>

      <!DOCTYPE application (View Source for full doctype...)>

       

      - <application>

       

       

      <display-name>kfw-service-deploy</display-name>

       

       

      - <module>

       

       

      <ejb>kfw-common.jar</ejb>

       

      </module>

       

      - <module>

       

       

      <ejb>kfw-dss-api.jar</ejb>

       

      </module>

       

      - <module>

       

       

      <ejb>kfw-service-entity.jar</ejb>

       

      </module>

       

      - <module>

       

       

      <ejb>kfw-dss-impl.jar</ejb>

       

      </module>

       

      - <module>

       

       

      <ejb>kfw-mng-impl.jar</ejb>

       

      </module>

       

      - <module>

       

       

      <ejb>ss-service-api.jar</ejb>

       

      </module>

      </application>



        Here is the log:

         Not sure I understand exactly what is is complaining about. Of course this is a migration from AS4 to AS7 and I have read that things are different, but this seems simple enough to resolve. Any help is greatly appreciated.

       

       

      13:54:16,985 DEBUG [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) Entered VERIFY stage; waiting for service container to settle

      13:54:16,985 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "kfw-service-deploy-0.8-SNAPSHOT.ear"

      13:54:20,034 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar"

      13:54:20,034 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar"

      13:54:20,034 INFO  [org.jboss.as] (MSC service thread 1-2) JBAS015951: Admin console listening on http://127.0.0.1:9990

      13:54:20,034 ERROR [org.jboss.as] (MSC service thread 1-2) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 10483ms - Started 140 of 218 services (3 services failed or missing dependencies, 74 services are passive or on-demand)

      13:54:20,284 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar in 9ms

      13:54:20,284 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar in 13ms

      13:54:20,331 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment kfw-service-deploy-0.8-SNAPSHOT.ear in 58ms

      13:54:20,347 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "kfw-service-deploy-0.8-SNAPSHOT.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".PARSEjboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar\".STRUCTURE, jboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar\".STRUCTUREMissing[jboss.deployment.unit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".PARSEjboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar\".STRUCTURE, jboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar\".STRUCTURE]"]}

      13:54:20,347 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.deployment.subunit."kfw-service-deploy-0.8-SNAPSHOT.ear"."kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."kfw-service-deploy-0.8-SNAPSHOT.ear".PARSE]

            service jboss.deployment.subunit."kfw-service-deploy-0.8-SNAPSHOT.ear"."kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar".STRUCTURE (missing) dependents: [service jboss.deployment.unit."kfw-service-deploy-0.8-SNAPSHOT.ear".PARSE]

       

       

      13:54:20,347 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".PARSEjboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar\".STRUCTURE, jboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar\".STRUCTUREMissing[jboss.deployment.unit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".PARSEjboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-dss-impl.jar\".STRUCTURE, jboss.deployment.subunit.\"kfw-service-deploy-0.8-SNAPSHOT.ear\".\"kfw-service-deploy-0.8-SNAPSHOT/kfw-mng-impl.jar\".STRUCTURE]"]}}}

      13:55:14,023 DEBUG [org.apache.catalina.session.ManagerBase] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1406235314023 sessioncount 0

      13:55:14,023 DEBUG [org.apache.catalina.session.ManagerBase] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0

      13:56:14,141 DEBUG [org.apache.catalina.session.ManagerBase] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Start expire sessions StandardManager at 1406235374141 sessioncount 0

      13:56:14,141 DEBUG [org.apache.catalina.session.ManagerBase] (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) End expire sessions StandardManager processingTime 0 expired sessions: 0