0 Replies Latest reply on Jul 19, 2012 1:34 AM by arvindlavania

    Deployment throwing a error in jboss-AS-7.1.1

    arvindlavania

      Hi,

       

      I have succesfully installed jboss 7.1.1 AS on my redhat linux 4 os.

      Now i have put a war file in $/jboss-as-7.1.1.Final/standalone/deployments/ folder [war file name can br assume abc.war]

      entry relted apache edited succesfully in httpd.conf

       

      Now whenever  i am starting jboss 7.1.1 as server its throing an error:

       

      04:35:01,489 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "abc.war" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.web.deployment.abc./jboss.web.host.abcMissing[jboss.web.deployment.abc./jboss.web.host.abc]"]}

      04:35:01,491 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.web.host.abc (missing) dependents: [service jboss.web.deployment.abc./]

       

       

      04:35:01,494 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.web.deployment.abc./jboss.web.host.abcMissing[jboss.web.deployment.abc./jboss.web.host.learntoday]"]}}}

      04:35:01,525 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment abc.war in 33ms

      04:35:01,528 INFO  [org.jboss.as.controller] (MSC service thread 1-4) JBAS014774: Service status report

      JBAS014776:    Newly corrected services:

            service jboss.web.host.abc (new available)

       

       

      Please let me know where i am doing wrong configuration.

      Thanks