I am facing a problem while running the ActiveMQ 5.2.0 on AIX (ver 5.3) machine with Java 1.5 Used ./activemq start on shell prompt to run the activemq below given is the error :
# ./activemq start ACTIVEMQ_HOME: /tmp/mq/apache-activemq-5.2.0 ACTIVEMQ_BASE: /tmp/mq/apache-activemq-5.2.0 Loading message broker from: start ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: java.lang.IllegalArgumentException: Invalid broker URI, no scheme specified: start java.lang.RuntimeException: Failed to execute start task. Reason: java.lang.IllegalArgumentException: Invalid broker URI, no scheme specified: start at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:98) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:129) at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.apache.activemq.console.Main.runTaskClass(Main.java:225) at org.apache.activemq.console.Main.main(Main.java:106) Caused by: java.lang.IllegalArgumentException: Invalid broker URI, no scheme specified: start at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:68) at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54) at org.apache.activemq.console.command.StartCommand.startBroker(StartCommand.java:115) at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:91) any one please help me out... thanks in advance ravi -- View this message in context: http://www.nabble.com/Problem-running-ActiveMQ-5.2-on-AIX-tp21241251p21241251.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.