0 Replies Latest reply on Jan 18, 2013 5:08 AM by surendra.konna

    org.jboss.msc.service.StartException in service jboss.deployment.unit."xmlc.jar". in jboss-as-7.1.1.Final

    surendra.konna

      hi i am testing the app from jboss-as-7.1.1.Final and getting the below error at startup.

       

      how can i resolve this error?

       

      i added my ear to jboss-as-7.1.1.Final\standalone\deployments and it requires xmlc.jar otherwise it throw java.lang.NoClassDefFoundError: org/enhydra/xml/xmlc/XMLCLogger , then i added and got the error.

       

      what's going wrong here...

       

      15:14:45,640 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.unit."xmlc.jar".STRUCTURE: org.jboss.msc.servi

      ce.StartException in service jboss.deployment.unit."xmlc.jar".STRUCTURE: Failed to process phase STRUCTURE of deployment "xmlc.jar"

              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:885) [rt.jar:1.6.0]

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

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

      Caused by: java.lang.IllegalArgumentException: Given parent is not an ancestor of this virtual file

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:116)

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:122)

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:122)

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:122)

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:122)

              at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:110)

              at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.createAdditionalModule(ManifestClassPathProcessor.java:193) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.handlingExistingClassPathEntry(ManifestClassPathProcessor.java:185) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.deploy(ManifestClassPathProcessor.java:160) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              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