4 Replies Latest reply on Oct 16, 2011 7:53 AM by gdan2000

    ear deployment fails

    gdan2000

      Hi

       

      We use jboss 6.0.0.

       

      I created a simple ear according to Jboss guide.

       

      When I deploy it, I get this error:

       

      2011-07-27 12:23:44,276 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS IN ERROR:

        Deployment "jboss.web.deployment:war=/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/jboss-6.0.0.Final/server/default/tmp/vfs/automount84de0202a1b31e57/Advertiser.war-883eb16d192038c0/ deployment failed

       

                  at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

                  at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

                  at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

                  at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

                  at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]

                  at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

                  at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                  at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

                  at java.lang.Thread.run(Thread.java:662) [:1.6.0_26]

       

      1. application.xml is as following:

       

      <application>

                  <display-name>advertiser</display-name>

       

                  <module>

                              <java>AdServer.jar</java>

                  </module>

                  <module>

                              <web>

                                          <web-uri>Advertiser.war</web-uri>

                                          <context-root>Advertiser</context-root>

                              </web>

                  </module>

      </application>

       

      What is wrong ?

        • 1. Re: ear deployment fails
          jaikiran

          Is this the entire exception stacktrace or is there more before this error message? If there's more to it, then please post that relevant part.

          • 2. Re: ear deployment fails
            gdan2000

            This is an entire exception, after that are coming the following:

             

            2011-07-27 14:36:21,291 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatService] (Thread-2) Saw org.jboss.system.server.started notification, starting connectors

            2011-07-27 14:36:21,291 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-0.0.0.0-8080

            2011-07-27 14:36:21,307 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009

            2011-07-27 14:36:21,307 DEBUG [org.jboss.modcluster.ModClusterService] (Thread-2) Check status for engine [jboss.web]

            2011-07-27 14:36:21,307 DEBUG [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) Sent JMX Notification: org.jboss.system.server.started

            2011-07-27 14:36:21,307 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 58s:875ms

            • 3. Re: ear deployment fails
              wdfink

              That did not helps

              Look for a ERROR entry during startup,

              or if you are unsure attach the logfile to your post (please to not post the log as comment, it will become scroll hell)

              • 4. Re: ear deployment fails
                gdan2000

                attached both boot and server logs

                 

                10x