JBoss Community

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

created by Ming Yi in JBoss AS 7 Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community