4 Replies Latest reply on Dec 13, 2012 7:35 AM by nickarls

    services with missing/unavailable dependencies

    mukulgoel

      I am having 

       

      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.subunit.\"csaEARDev.ear\".\"csaDev.war\".component.\"org.apache.taglibs.application.ExistsInitParameterTag\".START Missing[JBAS014861: <one or more transitive dependencies>]"

       

       

      errors in log while deploying EAR on JBOSS . I am using JBOSS AS 7.2 Alpha.

       

      the complete  boot log, the stand alone.xml and the structure of my application are attached

        • 1. Re: services with missing/unavailable dependencies
          ctomc

          Hi,

           

          It looks like something is wrong with org.apache.taglibs / org.apache.struts

          but as the problem list is this big, i cannot find out what exacly it is.

           

          And please, cleanup the deployment as i told you in previous thread.

           

          please remove from deployment:

          • jstl.jar
          • jstl-impl
          • saaj.jar
          • slf4j-log4j12.jar
          • trove.jar
          • wsdl4j.jar
          • wss4j.jar
          • xercesImpl.jar
          • xml-apis.ja
          • xpp3.jar
          • xstream.jar
          • ant.jar
          • backport-concurrent.jar

          and probably some others...

           

          btw, what version of jsf did you choose to stay with? 1.2? 2.0? 2.1?

           

           

          --

          tomaz

          • 2. Re: services with missing/unavailable dependencies
            mukulgoel

            thanks tomaz.. i did a cleanup of deployment.. and it worked.. I am able to deploy the EAR now.. thanks a lot

            • 3. Re: services with missing/unavailable dependencies
              itsvenuhere

              Hi, I am also facing the same issue while trying to deploy slf4j related cleint jar on Jboss Eap 6. My doubt is, how can we see the missing dependencies...

               

              I am getting the below error:

               

              [standalone@localhost:9999 /] deploy C:\venu\slf4j\slf4jserver\target\logserver-1.0.0.jar

               

              {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:

              " => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.osgi.as.bundle.install.\"logserver-1.0.0.jar\" Missing[JBAS014861: <one or more transitive dependencies>]"]}}}

               

              How to find, what Jars are missing/creating problem? How can we track these in log file?

              • 4. Re: services with missing/unavailable dependencies
                nickarls

                I recommend starting a new thread and posting the complete stack trace.