Error starting Broker
Issue
When trying to start JBoss A-MQ broker I am recieving the error message below in our amq.log file.
java.lang.LinkageError: org/springframework/core/io/Resource
at org.fusesource.mq.fabric.ActiveMQServiceFactory$$anon$1.<init>(ActiveMQServiceFactory.scala:83)[122:org.jboss.amq.mq-fabric:6.0.0.redhat-024]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$.createBroker(ActiveMQServiceFactory.scala:83)[122:org.jboss.amq.mq-fabric:6.0.0.redhat-024]
at org.fusesource.mq.fabric.ActiveMQServiceFactory$ClusteredConfiguration$$anon$3.run(ActiveMQServiceFactory.scala:305)[122:org.jboss.amq.mq-fabric:6.0.0.redhat-024]
2013-09-16 09:25:40,086 | INFO | eMQ Broker: root | ActiveMQServiceFactory | q.fabric.ActiveMQServiceFactory$ 52 | 122 - org.jboss.amq.mq-fabric - 6.0.0.redhat-024 | Broker root failed to start. Will try again in 10 seconds
2013-09-16 09:25:40,086 | INFO | eMQ Broker: root | ActiveMQServiceFactory | y$ClusteredConfiguration$$anon$3 325 | 122 - org.jboss.amq.mq-fabric - 6.0.0.redhat-024 | Exception on start: java.lang.LinkageError: org/springframework/core/io/Resource
This what I am tring to do:
1) I have created a .tar file from a JBossA-mq install that I have working on another server
2) I have moved the tar file and unpacked it on a new server
3) I have changed the configuration so that the server names are updated in the configureation files
4) I am starting the broker from the /bin directory by runing the ./start command after I have deleted the old /data directory and all of its contents and the old /log directory and all of its contents.
Environment
JBoss A-MQ 6.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
