Hi,
I just downloaded the latest mavan SNAPSHOT release and when I am trying
to run this its giving me the following exceptions.
Any Idea why?
Loading message broker from: xbean:activemq.xml
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason:
java.la
ng.IllegalArgumentException: The configuration has no BrokerService
instance for
resource: xbean:activemq.xml
java.lang.RuntimeException: Failed to execute start task. Reason:
java.lang.Ille
galArgumentException: The configuration has no BrokerService instance
for resour
ce: xbean:activemq.xml
at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand
.java:70)
at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractC
ommand.java:50)
at
org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand
.java:65)
at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractC
ommand.java:50)
at
org.apache.activemq.console.command.ShellCommand.main(ShellCommand.ja
va:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.activemq.console.Main.runTaskClass(Main.java:136)
at org.apache.activemq.console.Main.main(Main.java:68)
Caused by: java.lang.IllegalArgumentException: The configuration has no
BrokerSe
rvice instance for resource: xbean:activemq.xml
at
org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBroker
Factory.java:62)
at
org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.j
ava:57)
at
org.apache.activemq.console.command.StartCommand.startBroker(StartCom
mand.java:82)
at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand
.java:47)
... 10 more
ERROR: java.lang.Exception: java.lang.IllegalArgumentException: The
configuratio
n has no BrokerService instance for resource: xbean:activemq.xml
java.lang.Exception: java.lang.IllegalArgumentException: The
configuration has n
o BrokerService instance for resource: xbean:activemq.xml
at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand
.java:71)
at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractC
ommand.java:50)
at
org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand
.java:65)
at
org.apache.activemq.console.command.AbstractCommand.execute(AbstractC
ommand.java:50)
at
org.apache.activemq.console.command.ShellCommand.main(ShellCommand.ja
va:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.activemq.console.Main.runTaskClass(Main.java:136)
at org.apache.activemq.console.Main.main(Main.java:68)
Caused by: java.lang.IllegalArgumentException: The configuration has no
BrokerSe
rvice instance for resource: xbean:activemq.xml
at
org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBroker
Factory.java:62)
at
org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.j
ava:57)
at
org.apache.activemq.console.command.StartCommand.startBroker(StartCom
mand.java:82)
at
org.apache.activemq.console.command.StartCommand.runTask(StartCommand
.java:47)
... 10 more
Vik