2 Replies Latest reply on Jun 8, 2012 10:41 AM by lafr

    How jboss7  can deploy    jsf application  war

    icefox1999

      develop tool:oracle jdeveloper 11.1.2 ,finish a smiple jsf application ,deploy   testjboss.war to jboss 7,

      error:

      17:55:51,087 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry gdk_custom.jar in "/D:/jboss7/bin/content/testjboss.war/WEB-INF/lib/orai18n.jar"  does not point to a valid jar for a Class-Path reference.
      17:55:51,209 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."testjboss.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."testjboss.war".PARSE: Failed to process phase PARSE of deployment "testjboss.war"
      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_24]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_24]
      at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_24]
      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/D:/jboss7/bin/content/testjboss.war/WEB-INF/lib/adf-richclient-impl-11.jar/META-INF/afu.tld" at [1582,10]
      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.deploy(TldParsingDeploymentProcessor.java:83)
      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

      17:55:51,242 INFO  [org.jboss.as.server] (HttpManagementService-threads - 8) JBAS015870: Deploy of deployment "testjboss.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"testjboss.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"testjboss.war\".PARSE: Failed to process phase PARSE of deployment \"testjboss.war\""}}
      17:55:51,528 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment testjboss.war in 283ms
      17:55:51,532 INFO  [org.jboss.as.controller] (HttpManagementService-threads - 8) JBAS014774: Service status report
      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."testjboss.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."testjboss.war".PARSE: Failed to process phase PARSE of deployment "testjboss.war"

       

      how  can i  do?  anyone have good idea?

       

       

       

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/D:/jboss7/bin/content/testjboss.war/WEB-INF/lib/adf-richclient-impl-11.jar/META-INF/afu.tld" at [1582,10

       

      adf-richclient-impl-11.jar  is  oracle adf jar  have  any unnormmal?