Skip to content

Instantly share code, notes, and snippets.

@jacobemcken
Created March 11, 2014 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobemcken/7bca45cc1e97c4bcbeb6 to your computer and use it in GitHub Desktop.
Save jacobemcken/7bca45cc1e97c4bcbeb6 to your computer and use it in GitHub Desktop.
Multiple deploys of same ima file using deployment descriptors
09:40:45,079 INFO [immutant.boot] (ServerService Thread Pool -- 9) Welcome to Immutant 1.1.0 (CelloPudding), rev: 6189f13a9ed225dadc84dc8edc65a7ff1596a5bd, build: 78
09:40:45,300 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015883: No security realm defined for native management service; all access will be unrestricted.
09:40:45,307 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015884: No security realm defined for http management service; all access will be unrestricted.
09:40:45,791 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "ne.clj" (runtime-name: "ne.clj")
09:40:45,792 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "gs.clj" (runtime-name: "gs.clj")
09:40:45,809 WARN [org.hornetq.journal] (MSC service thread 1-1) HQ142000: You have a native library with a different version than expected
09:40:45,812 WARN [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
09:40:49,004 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."gs.clj".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."gs.clj".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "gs.clj"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.x.slim.incremental.14.jar:7.2.x.slim.incremental.14]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: Filesystem already mounted at mount point ""/home/je/.immutant/current/jboss/standalone/deployments/sale.ima""
at org.immutant.core.processors.DeploymentDescriptorParsingProcessor.deploy(DeploymentDescriptorParsingProcessor.java:93)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.x.slim.incremental.14.jar:7.2.x.slim.incremental.14]
... 5 more
Caused by: java.io.IOException: Filesystem already mounted at mount point ""/home/je/.immutant/current/jboss/standalone/deployments/sale.ima""
at org.jboss.vfs.VFS.mount(VFS.java:132)
at org.jboss.vfs.VFS.doMount(VFS.java:354)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:537)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)
at org.immutant.core.processors.DeploymentDescriptorParsingProcessor.deploy(DeploymentDescriptorParsingProcessor.java:86)
... 6 more
09:40:49,767 WARN [org.jboss.vfs] (Finalizer) A VFS mount ("/home/je/.immutant/current/jboss/standalone/deployments/sale.ima") was leaked!: Allocation stack trace:
at java.lang.Thread.getStackTrace(Thread.java:1588) [rt.jar:1.7.0_51]
at org.jboss.vfs.VFS$Mount.<init>(VFS.java:629)
at org.jboss.vfs.VFS.mount(VFS.java:119)
at org.jboss.vfs.VFS.doMount(VFS.java:354)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:537)
at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)
at org.immutant.core.processors.DeploymentDescriptorParsingProcessor.deploy(DeploymentDescriptorParsingProcessor.java:86)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
09:15:43,927 INFO [immutant.boot] (ServerService Thread Pool -- 9) Welcome to Immutant 1.1.0 (CelloPudding), rev: 6189f13a9ed225dadc84dc8edc65a7ff1596a5bd, build: 78
09:15:44,152 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015883: No security realm defined for native management service; all access will be unrestricted.
09:15:44,166 WARN [org.jboss.as.server] (Controller Boot Thread) JBAS015884: No security realm defined for http management service; all access will be unrestricted.
09:15:44,463 WARN [org.hornetq.journal] (MSC service thread 1-8) HQ142000: You have a native library with a different version than expected
09:15:44,467 WARN [org.jboss.as.messaging] (MSC service thread 1-8) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
09:15:45,649 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
09:15:45,649 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
09:15:45,650 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.x.slim.incremental.14 "Janus" started in 2791ms - Started 91 of 133 services (42 services are passive or on-demand)
09:16:19,745 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "gs.clj" (runtime-name: "gs.clj")
09:16:34,409 INFO [immutant.daemons] (MSC service thread 1-8) Starting daemon: mydaemon
09:16:35,801 INFO [immutant.jobs] (pool-5-thread-1) Scheduling job update-expected-start with 0 0 0 * * ?
09:16:35,807 INFO [immutant.jobs] (pool-5-thread-1) Scheduling job update-default-email-info with 0 0 0 * * ?
09:16:35,809 INFO [immutant.jobs] (pool-5-thread-1) Scheduling job send-reminder-confirmation-email with 0 0 12 * * ?
09:16:35,811 INFO [immutant.jobs] (pool-5-thread-1) Scheduling job send-payment-remarks-email with * */2 * * * ?
09:16:36,273 INFO [immutant.messaging.core] (pool-5-thread-1) Starting queue: queue/checks
09:16:36,380 INFO [immutant.messaging] (pool-5-thread-1) Creating in-vm listener for: queue/checks
09:16:36,386 INFO [immutant.messaging.core] (pool-5-thread-1) Starting queue: queue/email-status
09:16:36,401 INFO [immutant.messaging] (pool-5-thread-1) Creating in-vm listener for: queue/email-status
09:16:36,404 INFO [immutant.messaging.core] (pool-5-thread-1) Starting queue: queue/transfer
09:16:36,428 INFO [immutant.messaging] (pool-5-thread-1) Creating in-vm listener for: queue/transfer
09:16:36,438 INFO [immutant.web] (pool-5-thread-1) Starting handler for gs at: http://localhost:8080/gs/
09:16:36,515 INFO [immutant.daemons] (MSC service thread 1-4) Starting daemon: bridge
09:16:36,537 INFO [immutant.runtime] (pool-5-thread-1) Initialized gs from immutant.init
09:16:36,538 INFO [immutant.repl] (pool-5-thread-1) Starting nREPL for gs at 127.0.0.1:0
09:16:36,608 INFO [stdout] (Thread-66) Starting SockJS bridge at http://0.0.0.0:8081/eventbus
09:16:37,590 INFO [immutant.repl] (pool-5-thread-1) nREPL bound to 127.0.0.1:50779
09:16:37,712 INFO [org.jboss.as.server.deployment] (DeploymentScanner-threads - 2) JBAS018559: Deployed "gs.clj" (runtime-name : "gs.clj")
09:17:57,771 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ne.clj" (runtime-name: "ne.clj")
09:17:57,781 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."ne.clj".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."ne.clj".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "ne.clj"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.x.slim.incremental.14.jar:7.2.x.slim.incremental.14]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.util.zip.ZipException: zip file is empty
at org.immutant.core.processors.DeploymentDescriptorParsingProcessor.deploy(DeploymentDescriptorParsingProcessor.java:93)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.x.slim.incremental.14.jar:7.2.x.slim.incremental.14]
... 5 more
Caused by: java.util.zip.ZipException: zip file is empty
at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_51]
at java.util.zip.ZipFile.<init>(ZipFile.java:215) [rt.jar:1.7.0_51]
at java.util.zip.ZipFile.<init>(ZipFile.java:145) [rt.jar:1.7.0_51]
at java.util.zip.ZipFile.<init>(ZipFile.java:159) [rt.jar:1.7.0_51]
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.immutant.core.processors.DeploymentDescriptorParsingProcessor.deploy(DeploymentDescriptorParsingProcessor.java:86)
... 6 more
09:17:57,789 ERROR [org.jboss.as.server.deployment] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "ne.clj" was rolled back with the following failure message:
{"JBAS014671: Failed services" => {"jboss.deployment.unit.\"ne.clj\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ne.clj\".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment \"ne.clj\"
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.util.zip.ZipException: zip file is empty
Caused by: java.util.zip.ZipException: zip file is empty"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment