Skip to content

Instantly share code, notes, and snippets.

@bleathem
Created January 29, 2013 17:33
Show Gist options
  • Save bleathem/4666020 to your computer and use it in GitHub Desktop.
Save bleathem/4666020 to your computer and use it in GitHub Desktop.
09:29:20,296 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location /opt/jboss/eap-6.0.1/standalone/data/content/cb/37f8c52f27093caf6976b7538d02d7db1d3ca5/content
09:29:20,307 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "RF12717.war"
09:29:20,311 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."RF12717.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."RF12717.war".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "RF12717.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:123) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_37]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_37]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018740: Failed to mount deployment content
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:92) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
... 5 more
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.6.0_37]
at java.util.zip.ZipFile.<init>(ZipFile.java:127) [rt.jar:1.6.0_37]
at java.util.zip.ZipFile.<init>(ZipFile.java:143) [rt.jar:1.6.0_37]
at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:845)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)
at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:97) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:88) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
... 6 more
09:29:20,318 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment RF12717.war in 1ms
09:29:20,319 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS015870: Deploy of deployment "RF12717.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"RF12717.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"RF12717.war\".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment \"RF12717.war\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018740: Failed to mount deployment content
Caused by: java.util.zip.ZipException: error in opening zip file"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment