Skip to content

Instantly share code, notes, and snippets.

@damionjunk
Created June 26, 2013 16:07
Show Gist options
  • Save damionjunk/5868754 to your computer and use it in GitHub Desktop.
Save damionjunk/5868754 to your computer and use it in GitHub Desktop.
12:04:27,230 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-4) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
12:04:30,124 INFO [org.torquebox.core.runtime] (pool-1-thread-1) Created ruby runtime (ruby_version: RUBY1_9, compile_mode: JIT, context: global) in 3.67s
12:04:30,584 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."ws.console-knob.yml".torquebox.messaging.destinationizer: org.jboss.msc.service.StartException in service jboss.deployment.unit."ws.console-knob.yml".torquebox.messaging.destinationizer: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [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_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
Caused by: java.lang.NoSuchMethodError: org.projectodd.polyglot.messaging.destinations.processors.QueueInstaller.deployGlobalQueue(Lorg/jboss/msc/service/ServiceRegistry;Lorg/jboss/msc/service/ServiceTarget;Ljava/lang/String;ZLjava/lang/String;[Ljava/lang/String;)Lorg/projectodd/polyglot/messaging/destinations/DestroyableJMSQueueService;
at org.torquebox.messaging.Destinationizer.createQueue(Destinationizer.java:131)
at org.torquebox.messaging.Destinationizer.start(Destinationizer.java:82)
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]
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment