Skip to content

Instantly share code, notes, and snippets.

@dcolebatch
Created March 30, 2012 21:52
Show Gist options
  • Save dcolebatch/2255678 to your computer and use it in GitHub Desktop.
Save dcolebatch/2255678 to your computer and use it in GitHub Desktop.
TB agents failing to start
17:51:21,074 INFO [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015876: Starting deployment of "lm-agents-knob.yml"
17:51:21,079 INFO [org.torquebox.core] (MSC service thread 1-16) evaling: /media/data/david/work/xn/xn-stack/lm-agents/torquebox.rb
17:51:21,154 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.deployment.unit."lm-agents-knob.yml".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."lm-agents-knob.yml".INSTALL: Failed to process phase INSTALL of deployment "lm-agents-knob.yml"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.0.Final.jar:7.1.0.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:886) [rt.jar:1.6.0_23]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_23]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_23]
Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.messaging.default.jms.queue./queues/fog is already registered
at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:154) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:227) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:560) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:201) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2228) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:201) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2228) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:307) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.projectodd.polyglot.messaging.destinations.processors.QueueInstaller.deploy(QueueInstaller.java:65)
at org.projectodd.polyglot.messaging.destinations.processors.QueueInstaller.deploy(QueueInstaller.java:56)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.0.Final.jar:7.1.0.Final]
... 5 more
17:51:21,166 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "lm-agents-knob.yml" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"lm-agents-knob.yml\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"lm-agents-knob.yml\".INSTALL: Failed to process phase INSTALL of deployment \"lm-agents-knob.yml\""}}
17:51:21,177 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment lm-agents-knob.yml in 11ms
17:51:21,178 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."lm-agents-knob.yml".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."lm-agents-knob.yml".INSTALL: Failed to process phase INSTALL of deployment "lm-agents-knob.yml"
17:51:21,179 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"lm-agents-knob.yml\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"lm-agents-knob.yml\".INSTALL: Failed to process phase INSTALL of deployment \"lm-agents-knob.yml\""}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment