Created
December 19, 2011 18:19
-
-
Save jcalvert/1498251 to your computer and use it in GitHub Desktop.
torque stack trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:16:29,375 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) Starting deployment of "Auth-knob.yml" | |
13:16:29,375 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 1) Replacement of deployment "Auth-knob.yml" by deployment "Auth-knob.yml" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"Auth-knob.yml\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Auth-knob.yml\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"Auth-knob.yml\""}} | |
13:16:29,376 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."Auth-knob.yml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."Auth-knob.yml".STRUCTURE: Failed to process phase STRUCTURE of deployment "Auth-knob.yml" | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.1.0.Beta1.jar:] | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:] | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29] | |
at java.lang.Thread.run(Thread.java:680) [:1.6.0_29] | |
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.io.IOException: Filesystem already mounted at mount point ""/Users/jcalvert/.rvm/gems/jruby-1.6.5/gems/torquebox-server-2.0.0.beta1-java/jboss/standalone/deployments/Auth-knob.yml/Auth-knob.yml"" | |
at org.torquebox.core.processors.KnobRootMountProcessor.deploy(KnobRootMountProcessor.java:71) | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.1.0.Beta1.jar:] | |
... 5 more | |
Caused by: java.io.IOException: Filesystem already mounted at mount point ""/Users/jcalvert/.rvm/gems/jruby-1.6.5/gems/torquebox-server-2.0.0.beta1-java/jboss/standalone/deployments/Auth-knob.yml/Auth-knob.yml"" | |
at org.jboss.vfs.VFS.mount(VFS.java:132) | |
at org.jboss.vfs.VFS.doMount(VFS.java:354) | |
at org.jboss.vfs.VFS.mountReal(VFS.java:449) | |
at org.torquebox.core.processors.KnobRootMountProcessor.deploy(KnobRootMountProcessor.java:65) | |
... 6 more | |
13:16:29,395 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report | |
JBAS014777: Services which failed to start: service jboss.deployment.unit."Auth-knob.yml".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."Auth-knob.yml".STRUCTURE: Failed to process phase STRUCTURE of deployment "Auth-knob.yml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment