2 Replies Latest reply on Jun 3, 2013 4:03 PM by s.e.combs

    JBoss EAP 6.0 ear deploy issue

    rmkumar01

      I get the following errors when deploying to JBoss EAP 6.0. I have the correct jboss-service.xml based on a previous post on this community. But I still see the errors. The jars are in the right place. The server throws the following error.

       

      08:29:09,877 ERROR [org.jboss.as.server] (HttpManagementService-threads - 1) JBAS015870: Deploy of deployment "atoEAR-1.0.0.ear" was rolled back with the following failure message: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"atoEAR-1.0.0.ear\".PARSE is missing [jboss.deployment.subunit.\"atoEAR-1.0.0.ear\".\"lib/mrbnbClientSAR-1.0.0.jar\".STRUCTURE, jboss.deployment.subunit.\"atoEAR-1.0.0.ear\".\"lib/pmeClientSAR-1.0.0.jar\".STRUCTURE, jboss.deployment.subunit.\"atoEAR-1.0.0.ear\".\"lib/managementClientSAR-1.0.0.jar\".STRUCTURE]"]}

       

      Here is the ear structure on running the jar -tf command and I do see the jars in the lib folder.

       

      META-INF/

      META-INF/MANIFEST.MF

      lib/

      cisEJB-1.0.0.jar

      managementClientSAR-1.0.0.sar

      mrbnbClientSAR-1.0.0.sar

      worsEJB-1.0.0.jar

      worsweb-1.0.0.war

      activityEJB-1.0.0.jar

      db2fEJB-1.0.0.jar

      cassEJB-1.0.0.jar

      lib/jmxtools-1.2.jar

      lib/castor-0.9.7.jar

      lib/ojdbc6-11.2.0.3.jar

      lib/log4j-1.2.17.jar

      lib/managementClientSAR-1.0.0.jar

      lib/db2jcc-1.0.jar

      lib/mrbnbClientSAR-1.0.0.jar

      lib/atoservices-1.0.0.jar

      lib/jboss-jms-api_1.1_spec-1.0.0.Final.jar

      lib/cryptix-jce-provider-1.0.jar

      lib/s3270Interface-1.0.jar

      lib/pmeClientSAR-1.0.0.jar

      lib/cryptix-message-api-1.0.jar

      lib/ftpbean-1.0.jar

      lib/AttachmateEvSdk-1.0.jar

      lib/mail-1.4.jar

      lib/cryptix-pki-api-1.0.jar

      lib/jdom-1.0.jar

      lib/cryptix-openpgp-provider-1.0.jar

      lib/utils-1.0.0.jar

      lib/activation-1.1.1.jar

      lib/commons-net-1.0.jar

      META-INF/application.xml

      cacsEJB-1.0.0.jar

      managementweb-1.0.0.war

      pmeClientSAR-1.0.0.sar

      ispfEJB-1.0.0.jar

      hariEJB-1.0.0.jar

      META-INF/maven/

      META-INF/maven/com.sprint.atoprojects.ear/

      META-INF/maven/com.sprint.atoprojects.ear/atoEAR/

      META-INF/maven/com.sprint.atoprojects.ear/atoEAR/pom.xml

      META-INF/maven/com.sprint.atoprojects.ear/atoEAR/pom.properties

       

      Can anyone please provide any insight on why this issue is happening?

        • 1. Re: JBoss EAP 6.0 ear deploy issue
          wdfink

          Hello,

          welcome to the forum.

          Could you attach the server.log file?

          You need to edit the text, here you can upload your file.

          • 2. Re: JBoss EAP 6.0 ear deploy issue
            s.e.combs

            I'm the second developer on this project. Kumar, it seems that the root of the problem actually has to do with using the maven plugin: net.sf.maven-sar:maven-sar-plugin:0.9.  After switching to a plugin that was more updated, org.codehause.mojo:jboss-packaging-maven-plugin:2.2 .The probem of sar structure appears to be corrected.  I hope that this might help others in the same situation.  If, I am able to gleen any more information on this.  I will try to post.  As, I didn't run the initial instance submitting the server.log wouln't seem beneficial.