3 Replies Latest reply on Jul 9, 2012 9:01 AM by sankallada

    Error while deployment of ear file at Jboss6.0

    ssuri

      2012-08-03 16:53:13,234 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 "vfs:///C:/jboss-6.0.0.Final/server/default/deploy/SealinerRCL.ear" is in error due to the following reason(s): org.xml.sax.SAXException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'. One of '{"http://java.sun.com/xml/ns/j2ee":description, "http://java.sun.com/xml/ns/j2ee":display-name, "http://java.sun.com/xml/ns/j2ee":icon, "http://java.sun.com/xml/ns/j2ee":distributable, "http://java.sun.com/xml/ns/j2ee":context-param, "http://java.sun.com/xml/ns/j2ee":filter, "http://java.sun.com/xml/ns/j2ee":filter-mapping, "http://java.sun.com/xml/ns/j2ee":listener, "http://java.sun.com/xml/ns/j2ee":servlet, "http://java.sun.com/xml/ns/j2ee":servlet-mapping, "http://java.sun.com/xml/ns/j2ee":session-config, "http://java.sun.com/xml/ns/j2ee":mime-mapping, "http://java.sun.com/xml/ns/j2ee":welcome-file-list, "http://java.sun.com/xml/ns/j2ee":error-page, "http://java.sun.com/xml/ns/j2ee":jsp-config, "http://java.sun.com/xml/ns/j2ee":security-constraint, "http://java.sun.com/xml/ns/j2ee":login-config, "http://java.sun.com/xml/ns/j2ee":security-role, "http://java.sun.com/xml/ns/j2ee":env-entry, "http://java.sun.com/xml/ns/j2ee":ejb-ref, "http://java.sun.com/xml/ns/j2ee":ejb-local-ref, "http://java.sun.com/xml/ns/j2ee":service-ref, "http://java.sun.com/xml/ns/j2ee":resource-ref, "http://java.sun.com/xml/ns/j2ee":resource-env-ref, "http://java.sun.com/xml/ns/j2ee":message-destination-ref, "http://java.sun.com/xml/ns/j2ee":message-destination, "http://java.sun.com/xml/ns/j2ee":locale-encoding-mapping-list}' is expected. @ vfs:///C:/jboss-6.0.0.Final/server/default/deploy/SealinerRCL.ear/SealinerRCL.war/WEB-INF/web.xml[175,13]

      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:619) [:1.6.0_10-rc]


      2012-08-03 16:53:13,265 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

      2012-08-03 16:53:13,281 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

      2012-08-03 16:53:13,281 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 2m:48s:281ms

      2012-08-03 16:54:26,171 INFO  [STDOUT] (Thread-1) Posting Shutdown Request to the server...


      2012-08-03 16:54:26,171 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-16) Stopping: JBossAS [6.0.0.Final "Neo"]

      2012-08-03 16:54:26,187 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-16) Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080

      2012-08-03 16:54:26,187 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-16) Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080

      2012-08-03 16:54:26,203 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-16) Pausing Coyote AJP/1.3 on ajp-127.0.0.1-8009

      2012-08-03 16:54:26,203 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-16) Stopping Coyote AJP/1.3 on ajp-127.0.0.1-8009

        • 1. Re: Error while deployment of ear file at Jboss6.0
          sankallada

          Hi Saurabh,

           

          Add a <jsp-config> element in your web.xml and configure your tag library under the newly added <jsp-config> element.

           

          ............................................................................

           

          <jsp-config>
              
          <taglib>
                  
          <taglib-uri></taglib-uri>
                  
          <taglib-location></taglib-location>
              
          </taglib>
          </jsp-config>

          ............................................................................

          san

          • 2. Re: Error while deployment of ear file at Jboss6.0
            ssuri

            Hi San,

            Thanks for your kind reply,I did the same and getting the attached error.

             

             

            2012-08-03 17:45:32,640 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

            *** DEPLOYMENTS MISSING DEPLOYERS: Name

            vfs:///C:/jboss-6.0.0.Final/server/default/deploy/SealinerRCL.ear

            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:619) [:1.6.0_10-rc]


            2012-08-03 17:45:32,671 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

            2012-08-03 17:45:32,687 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

            2012-08-03 17:45:32,687 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 52s:312ms

            2012-08-03 17:47:13,906 INFO  [STDOUT] (Thread-1) Posting Shutdown Request to the server...


            2012-08-03 17:47:13,906 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-16) Stopping: JBossAS [6.0.0.Final "Neo"]

            2012-08-03 17:47:13,921 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-16) Pausing Coyote HTTP/1.1 on http-127.0.0.1-8080

            2012-08-03 17:47:13,921 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-16) Stopping Coyote HTTP/1.1 on http-127.0.0.1-8080

            2012-08-03 17:47:13,937 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-16) Pausing Coyote AJP/1.3 on ajp-127.0.0.1-8009

            2012-08-03 17:47:13,937 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-16) Stopping Coyote AJP/1.3 on ajp-127.0.0.1-8009

            2012-08-03 17:48:34,281 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

            *** DEPLOYMENTS MISSING DEPLOYERS: Name

            vfs:///C:/jboss-6.0.0.Final/server/default/deploy/SealinerRCL.ear

            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:619) [:1.6.0_10-rc]


            2012-08-03 17:48:34,296 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

            2012-08-03 17:48:34,312 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

            2012-08-03 17:48:34,312 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 43s:625ms

            • 3. Re: Error while deployment of ear file at Jboss6.0
              sankallada

              Hi Saurabh,

               

              have a look at this discussion https://community.jboss.org/message/7779