1 2 Previous Next 22 Replies Latest reply on May 21, 2015 2:42 AM by pankaj.singh

    jboss as 7.0  deployment error: failed to parse ...tld

    firethesky

      I tried to deployment a new project in Jboss as 7.0, but while it deploys the .ear file ,it meet the error and stopped.

       

      The log is below.

       

       

      14:09:43,625 INFO  [org.jboss.as.server.deployment] (HttpManagementService-threads - 5) Content added at location C:\jboss-as-web-7.0.2.Final\jboss-as-web-7.0.2.Final\standalone\data\content\d0\1c3ee220b930cf6571c9170cc050721b12369d\content

      14:09:54,992 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) Starting deployment of "webui.war"

      14:10:05,793 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry xbean.jar in "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/lib/js.jar"  does not point to a valid jar for a Class-Path reference.

      14:10:05,856 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."webui.war".PARSE: Failed to process phase PARSE of deployment "webui.war"

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

                at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]

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

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to parse "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/tld/web/core.dsp.tld" at [98,2]

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:126)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:105)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:91)

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

                ... 5 more

       

       

      14:10:05,867 INFO  [org.jboss.as.server.controller] (HttpManagementService-threads - 5) Deployment of "webui.war" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"webui.war\".PARSE: Failed to process phase PARSE of deployment \"webui.war\""}}

      14:10:10,279 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) Stopped deployment webui.war in 4412ms

      14:10:17,967 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) Starting deployment of "webui.war"

      14:10:25,966 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) Class Path entry xbean.jar in "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/lib/js.jar"  does not point to a valid jar for a Class-Path reference.

      14:10:25,981 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."webui.war".PARSE: Failed to process phase PARSE of deployment "webui.war"

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

                at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]

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

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to parse "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/tld/web/core.dsp.tld" at [98,2]

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:126)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:105)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:91)

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.0.2.Final.jar:7.0.2.Final]

                ... 5 more

       

       

      14:10:25,988 INFO  [org.jboss.as.server.controller] (HttpManagementService-threads - 1) Deployment of "webui.war" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"webui.war\".PARSE: Failed to process phase PARSE of deployment \"webui.war\""}}

      14:10:28,359 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) Stopped deployment webui.war in 2370ms

      14:10:33,923 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) Starting deployment of "webui.war"

      14:10:40,574 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xbean.jar in "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/lib/js.jar"  does not point to a valid jar for a Class-Path reference.

      14:10:40,585 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.unit."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."webui.war".PARSE: Failed to process phase PARSE of deployment "webui.war"

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)

                at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)

                at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]

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

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to parse "/C:/jboss-as-web-7.0.2.Final/jboss-as-web-7.0.2.Final/bin/content/webui.war/WEB-INF/tld/web/core.dsp.tld" at [98,2]

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:126)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:105)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)

                at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:91)

                at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)

                ... 5 more

       

       

      14:10:40,590 INFO  [org.jboss.as.server.controller] (HttpManagementService-threads - 5) Deployment of "webui.war" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"webui.war\".PARSE: Failed to process phase PARSE of deployment \"webui.war\""}}

      14:10:44,353 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) Stopped deployment webui.war in 3763ms

       

       

      The attachement is the core.dsp.tld file. I didn't find the error part and not sure how to fix it.

       

      Please give advice.

        • 1. Re: jboss as 7.0  deployment error: failed to parse ...tld
          firethesky

          Hi, Guys.

           

          I checked and tested and found why the tld could not be parsed.  it is due to Jboss 7 could not parse <import> tag.  Why this happens? what should I do ?

           

            <!--         -->

                    <!-- Imports -->

                    <!--         -->

                    <import>

                              <import-name>ServletFns</import-name>

                              <import-class>org.zkoss.web.fn.ServletFns</import-class> 

            </import>

           

                    <import>

                              <import-name>Labels</import-name>

                              <import-class>org.zkoss.util.resource.Labels</import-class>

                    </import>

          • 2. Re: jboss as 7.0  deployment error: failed to parse ...tld
            sfcoy

            The tld schema does not declare an "import" element.

             

            Maybe it worked before because older containers did not necessarily validate these things.

            • 3. Re: jboss as 7.0  deployment error: failed to parse ...tld
              firethesky

              Stephan,

               

              I tried to delete <import> tags. However, it causes many errors. How could I replace these import elements ?

              • 4. Re: jboss as 7.0  deployment error: failed to parse ...tld
                sfcoy

                Please post the stack trace so we can see what is happening

                • 5. Re: jboss as 7.0  deployment error: failed to parse ...tld
                  brentsun

                  hi, guys:

                  just want to check with you, is the problem resolved? I encountered same problem, no idea how to fix it.

                   

                  thanks.

                   

                  rgds

                  brent

                  • 6. Re: jboss as 7.0  deployment error: failed to parse ...tld
                    sfcoy

                    You are using JBossAS 7.0.x?

                     

                    Your tld files contain <import>...</import> elements?

                    • 7. Re: jboss as 7.0  deployment error: failed to parse ...tld
                      brentsun

                      Stephen:

                      I am using JbossAs 7.1.

                       

                      exactly, it contains <import>...</import> elements.

                       

                      rgds

                      brent

                      • 8. Re: jboss as 7.0  deployment error: failed to parse ...tld
                        brentsun

                        this is error log:

                        19:38:13,899 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: Failed to process phase PARSE of subdeployment "webui.war" of deployment "adempiere.ear"

                            at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

                            at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

                            at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

                            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_25]

                            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_25]

                            at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_25]

                        Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/webui.war/WEB-INF/tld/web/core.dsp.tld" at [98,2]

                            at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:128)

                            at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)

                            at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:109)

                            at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:93)

                            at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

                            ... 5 more

                         

                        19:38:14,116 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "adempiere.ear" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE: Failed to process phase PARSE of subdeployment \"webui.war\" of deployment \"adempiere.ear\""}}

                        19:38:14,125 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment adempiereRoot.jar in 9ms

                        19:38:14,546 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment adempiereRoot.war in 431ms

                        19:38:14,550 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment adempiereWebStore.war in 435ms

                        19:38:14,554 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment adempiereWebCM.war in 438ms

                        19:38:14,943 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment adempiereApps.war in 828ms

                        19:38:17,128 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment webui.war in 3012ms

                        19:38:18,261 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment posterita.war in 4146ms

                        19:38:18,434 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment adempiere.ear in 4318ms

                        19:38:18,437 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

                        JBAS014777:   Services which failed to start:      service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: Failed to process phase PARSE of subdeployment "webui.war" of deployment "adempiere.ear"

                         

                        19:38:18,443 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE: Failed to process phase PARSE of subdeployment \"webui.war\" of deployment \"adempiere.ear\""}}}}

                        19:38:24,621 INFO  [org.jboss.as.osgi] (MSC service thread 1-5) JBAS011942: Stopping OSGi Framework

                        • 9. Re: jboss as 7.0  deployment error: failed to parse ...tld
                          sfcoy

                          I suggest that you try removing the <import> elements and see what happens.

                           

                          I can find no references to these anywhere and I can only imagine that most parsers were simply ignoring them in the past. I know that this did not work for the other user above, but then he never got back to us to see what was happening.

                          • 10. Re: jboss as 7.0  deployment error: failed to parse ...tld
                            brentsun

                            I removed lines of import in core.dsp.tld :

                            <import>
                               <import-name>ServletFns</import-name>
                               <import-class>org.zkoss.web.fn.ServletFns</import-class>

                                </import>

                                <import>

                               <import-name>Labels</import-name>
                               <import-class>org.zkoss.util.resource.Labels</import-class>

                                </import>

                             

                            and redeployed, it hit error as following:

                             

                            JBAS014777:   Services which failed to start:  service jboss.deployment.subu

                            nit."adempiere.ear"."webui.war".PARSE: org.jboss.msc.service.StartException in s

                            ervice jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: Failed to pro

                            cess phase PARSE of subdeployment "webui.war" of deployment "adempiere.ear"

                             

                            21:48:14,606 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-t

                            hreads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps

                            that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jbos

                            s.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE" => "org.jboss.msc.se

                            rvice.StartException in service jboss.deployment.subunit.\"adempiere.ear\".\"web

                            ui.war\".PARSE: Failed to process phase PARSE of subdeployment \"webui.war\" of

                            deployment \"adempiere.ear\""}}}}

                            • 11. Re: jboss as 7.0  deployment error: failed to parse ...tld
                              sfcoy

                              Please add the whole server.log to your post

                              • 12. Re: jboss as 7.0  deployment error: failed to parse ...tld
                                brentsun

                                19:58:58,482 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)

                                19:58:58,653 INFO  [org.jboss.as.security] (MSC service thread 1-6) JBAS013100: Current PicketBox version=4.0.7.Final

                                19:58:58,669 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 61) JBAS015537: Activating WebServices Extension

                                19:59:00,681 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 40) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                                19:59:02,101 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

                                19:59:02,117 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service

                                19:59:02,117 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]

                                19:59:05,133 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA

                                19:59:06,512 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                                19:59:06,653 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory C:\sun\jboss-as-7.1.1.Final\standalone\deployments

                                19:59:06,653 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found adempiere.ear in deployment directory. To trigger deployment create a file called adempiere.ear.dodeploy

                                19:59:06,716 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on /127.0.0.1:4447

                                19:59:06,716 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on /127.0.0.1:9999

                                19:59:07,902 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

                                19:59:07,902 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 60734ms - Started 133 of 208 services (74 services are passive or on-demand)

                                20:00:16,833 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "adempiere.ear"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "mobile.war"

                                20:00:52,771 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "adempiereRoot.jar"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "ADInterface-1.0.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "adempiereApps.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "adempiereWebStore.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "adempiereWebCM.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "webui.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "adempiereRoot.war"

                                20:00:52,381 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "posterita.war"

                                20:00:59,875 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry avalon-framework-4.1.5.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,875 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-cli-1.0.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,875 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jdom.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,875 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry junit.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,891 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry saxon-6.5.3.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry saxon8.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry servlet-2.2.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xalan-2.5.2.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl-2.6.0.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/barcode4j.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-beanutils.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/struts.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-collections.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/struts.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-digester.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/struts.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,938 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-logging.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/struts.jar"  does not point to a valid jar for a Class-Path reference.

                                20:00:59,938 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jakarta-oro.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/posterita.war/WEB-INF/lib/struts.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,375 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xml-apis.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/ADInterface-1.0.war/WEB-INF/lib/ant-1.5.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,375 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xercesImpl.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/ADInterface-1.0.war/WEB-INF/lib/ant-1.5.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,390 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry optional.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/ADInterface-1.0.war/WEB-INF/lib/ant-1.5.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,390 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xalan.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/ADInterface-1.0.war/WEB-INF/lib/ant-1.5.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,390 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/ADInterface-1.0.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:00,624 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry xbean.jar in "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/webui.war/WEB-INF/lib/js.jar"  does not point to a valid jar for a Class-Path reference.

                                20:01:01,997 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015893: Encountered invalid class name 'moduleName=groovy-all' for service type 'org.codehaus.groovy.runtime.ExtensionModule'

                                20:01:01,997 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015893: Encountered invalid class name 'moduleVersion=2.0.1' for service type 'org.codehaus.groovy.runtime.ExtensionModule'

                                20:01:01,997 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015893: Encountered invalid class name 'extensionClasses=org.codehaus.groovy.jsr223.ScriptExtensions,org.codehaus.groovy.runtime.SqlGroovyMethods,org.codehaus.groovy.runtime.SwingGroovyMethods,org.codehaus.groovy.runtime.XmlGroovyMethods' for service type 'org.codehaus.groovy.runtime.ExtensionModule'

                                20:01:02,013 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015893: Encountered invalid class name 'staticExtensionClasses=org.codehaus.groovy.jsr223.ScriptStaticExtensions' for service type 'org.codehaus.groovy.runtime.ExtensionModule'

                                20:01:05,040 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: Failed to process phase PARSE of subdeployment "webui.war" of deployment "adempiere.ear"

                                    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

                                    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

                                    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

                                    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_75]

                                    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_75]

                                    at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75]

                                Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/C:/sun/jboss-as-7.1.1.Final/standalone/deployments/adempiere.ear/webui.war/WEB-INF/tld/web/core.dsp.tld" at [98,2]

                                    at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:128)

                                    at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)

                                    at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:109)

                                    at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:93)

                                    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

                                    ... 5 more

                                 

                                20:01:05,305 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "adempiere.ear" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE: Failed to process phase PARSE of subdeployment \"webui.war\" of deployment \"adempiere.ear\""}}

                                20:01:06,522 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment adempiereRoot.jar in 1215ms

                                20:01:06,522 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment adempiereWebCM.war in 1217ms

                                20:01:07,705 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment adempiereWebStore.war in 2405ms

                                20:01:07,752 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment ADInterface-1.0.war in 2458ms

                                20:01:07,752 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment adempiereRoot.war in 2458ms

                                20:01:07,783 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment mobile.war in 2477ms

                                20:01:09,579 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015877: Stopped deployment webui.war in 4280ms

                                20:01:13,733 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment adempiereApps.war in 8425ms

                                20:01:14,780 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment posterita.war in 9475ms

                                20:01:15,279 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment adempiere.ear in 9973ms

                                20:01:15,279 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

                                JBAS014777:   Services which failed to start:      service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."adempiere.ear"."webui.war".PARSE: Failed to process phase PARSE of subdeployment "webui.war" of deployment "adempiere.ear"

                                 

                                20:01:15,279 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"adempiere.ear\".\"webui.war\".PARSE: Failed to process phase PARSE of subdeployment \"webui.war\" of deployment \"adempiere.ear\""}}}}

                                • 13. Re: jboss as 7.0  deployment error: failed to parse ...tld
                                  sfcoy

                                  Change the opening <taglib> element to:

                                  <taglib xmlns="http://java.sun.com/xml/ns/javaee"
                                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                                          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
                                          version="2.1">
                                    <short-name>core.dsp</short-name>
                                    <tlib-version>2005</tlib-version>
                                  ...
                                  </taglib>
                                  
                                  

                                   

                                  The 2005 was picked at random for the version...

                                  • 14. Re: jboss as 7.0  deployment error: failed to parse ...tld
                                    brentsun

                                    I added lines in core.dsp.tld, it hit same error at line of 103:

                                     

                                    103 <import>
                                    104 <import-name>ServletFns</import-name>
                                    105  <import-class>org.zkoss.web.fn.ServletFns</import-class>

                                    106   </import>

                                      107  <import>

                                    108 <import-name>Labels</import-name>
                                    109  <import-class>org.zkoss.util.resource.Labels</import-class>

                                      110 </import>

                                    1 2 Previous Next