cannot start web console in 5.4

2010-08-30 Thread Oleg Kiorsak
getting these in server out WARN | Committed before 503 null WARN | Committed before 503 null WARN | Committed before 503 null WARN | Committed before 503 null WARN | Committed before 503 null WARN | Committed before 503 null as I hit http://:8161/admin/ ?? never had such problem in 5.

Re: Unix shell script to stop activemq

2010-08-30 Thread James Green
In short, yes. I needed to uncomment some lines in my /etc/default/activemq to enable JMX. I will post the changes hopefully tomorrow. On 29 August 2010 08:28, Romain CHANU wrote: > Hi James, > > I have the issue as well. Have you found anything solution yet? > > Cheers, > > Romain

Re: Thoughts on production worthiness of 5.4 ...

2010-08-30 Thread Ravi
Thanks Dejan. Good to hear many people are using later versions in production. I'd like to hear of any stability issues with the features of interest to us (see below), especially master/slave + Durable Topics. An indication of a release maturity might be useful - for example, 5.4 beta1, beta2 .

Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-30 Thread Gary Tully
glad that helped, thanks for posting back. On 30 August 2010 11:28, Theo Bot wrote: > Gary, > > Your repsonse led me to the solution. It was indeed the missing > destination. The script had an argument called 'queue' instead of > 'destination'. > > Theo > > On Mon, Aug 30, 2010 at 12:03 PM, Gary

Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-30 Thread Theo Bot
Gary, Your repsonse led me to the solution. It was indeed the missing destination. The script had an argument called 'queue' instead of 'destination'. Theo On Mon, Aug 30, 2010 at 12:03 PM, Gary Tully wrote: > Maybe the source will help, it is the destination attribute: > http://fisheye6.atlass

Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-30 Thread Gary Tully
Maybe the source will help, it is the destination attribute: http://fisheye6.atlassian.com/browse/activemq/tags/activemq-5.4.0/activemq-core/src/main/java/org/apache/activemq/broker/CompositeDestinationBroker.java?r=985385#l84 Guess you need to see if you can reproduce and possibly produce a test

Re: JMS-to-JMS bridge restarts required

2010-08-30 Thread Gary Tully
ok, there is a new announcement in the news section and the download link now has the latest version in it, that should help clarify the latest available release. Thanks for the feedback. On 27 August 2010 22:13, TreyH wrote: > > Thanks Gary.   I'm a little confused about the status of 5.4.   The

Re: Thoughts on production worthiness of 5.4 ...

2010-08-30 Thread Dejan Bosanac
Hi Ravi, there has been a lot of improvements since 5.0 and many people uses later versions in production. I'd certainly recommend testing the latest release in your environment and report any potential problems you might find. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Inte

Re: Unix shell script to stop activemq

2010-08-30 Thread Dejan Bosanac
Hi, stop command tries first to connect to the broker using JMX, and waits for 30 sec to be stopped. Only after that it tries to kill it. Perhaps you don't have JMX turned on or the script for some reason cannot connect to it. I opened a Jira issue to improve on this behavior https://issues.apach