6 Replies Latest reply on Sep 8, 2011 9:33 AM by smarlow

    hi...is there any kown bug for WAR deplyoment to AS7 ?!

    welser

      Hi,

      I have a war file which includes and ejb-jar file. When i deploy the war file i get the following message:

      10:25:34,024 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) Starting deployment of "darkgreen-war.war"

      10:25:34,040 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.unit."darkgreen-war.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."darkgreen-war.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "darkgreen-war.war"

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

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

                at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)

                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_23]

                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_23]

                at java.lang.Thread.run(Thread.java:679) [:1.6.0_23]

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: org.jboss.as.server.deployment.DeploymentUnitProcessingException: failed to process "/home/welser/Development/Workspaces/green/jboss7/standalone/deployments/darkgreen-war.war/WEB-INF/lib/green-ejb.jar"

                at org.jboss.as.web.deployment.WarStructureDeploymentProcessor.deploy(WarStructureDeploymentProcessor.java:118)

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

                ... 5 more

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: failed to process "/home/welser/Development/Workspaces/green/jboss7/standalone/deployments/darkgreen-war.war/WEB-INF/lib/green-ejb.jar"

                at org.jboss.as.web.deployment.WarStructureDeploymentProcessor.createWebInfLibResources(WarStructureDeploymentProcessor.java:173)

                at org.jboss.as.web.deployment.WarStructureDeploymentProcessor.createResourceRoots(WarStructureDeploymentProcessor.java:151)

                at org.jboss.as.web.deployment.WarStructureDeploymentProcessor.deploy(WarStructureDeploymentProcessor.java:112)

                ... 6 more

      Caused by: java.util.zip.ZipException: error in opening zip file

                at java.util.zip.ZipFile.open(Native Method) [:1.6.0_23]

                at java.util.zip.ZipFile.<init>(ZipFile.java:131) [:1.6.0_23]

                at java.util.jar.JarFile.<init>(JarFile.java:150) [:1.6.0_23]

                at java.util.jar.JarFile.<init>(JarFile.java:114) [:1.6.0_23]

                at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:95)

                at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:81)

                at org.jboss.vfs.VFS.mountZip(VFS.java:408)

                at org.jboss.vfs.VFS.mountZip(VFS.java:434)

                at org.jboss.as.web.deployment.WarStructureDeploymentProcessor.createWebInfLibResources(WarStructureDeploymentProcessor.java:168)

                ... 8 more