Gary... thanks for the reply, yea problem resolved...
but still i m unable to access the activemq web console using
http://localhost:8161/admin 
the browser(Mozilla ver 2.0.0.11) shows : 
HTTP ERROR: 503
SERVICE_UNAVAILABLE
RequestURI=/admin
Powered by jetty://

the shell prompt shows:
WARN  log                            - Committed before 503 null
ERROR log                            - EXCEPTION 
java.lang.IllegalStateException: Committed
        at org.mortbay.jetty.Response.resetBuffer(Response.java:995)
        at org.mortbay.jetty.Response.sendError(Response.java:240)
        at org.mortbay.jetty.Response.sendError(Response.java:340)
        at
org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:402)
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

even i m not sure that default web console uri works on AIX or not. 
Well this works on Windows so i tried this...

thanks, 
ravi





Gary Tully wrote:
> 
> did you get to the bottom of this?
> There is no need to pass a 'start' argument to the script as this is
> implicit.
> The problem is that the 'start' string is being interpreted as the broker
> url.
> 
> Just do: # ./activemq
> 
> 
> 2009/1/1 ravi_esq <r...@opentechindia.com>:
>>
>> 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.
>>
>>
> 
> 
> 
> -- 
> http://blog.garytully.com
> 
> Open Source SOA
> http://FUSESource.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-running-ActiveMQ-5.2-on-AIX-tp21241251p21262652.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to