I've 2 environment. IN one environment activemq starting without issue and in other it's throwing below error. I also took an image and spin up VM from that image. SO file system exactly same in both environment and so are the files. Still this throwing error. It's centos 6.4
This is top few lines of error message. Checked the lib , lib/optional folder and all jars in both env are exactly same. SO is JAVA version and home as it's an image. Loading message broker from: xbean:activemq.xml ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: java.io.IOException: Could not load xbean factory:java.lang.NoClassDefFoundError: org/springframework/beans/BeansException java.lang.RuntimeException: Failed to execute start task. Reason: java.io.IOException: Could not load xbean factory:java.lang.NoClassDefFoundError: org/springframework/beans/BeansException at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:91) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:150) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.activemq.console.Main.runTaskClass(Main.java:262) at org.apache.activemq.console.Main.main(Main.java:115) -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-not-startiing-tp4705862.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.