Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2013-06-26 Thread Nicolas Garcin
Gary Tully writes: > > 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'. > > > > Th

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: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-27 Thread Theo Bot
Gary, I can't make anything of it. Do you know which attribute? Theo On Mon, Aug 23, 2010 at 1:00 PM, Gary Tully wrote: > what client are you using, that npe is coming from an expected > destination attribute in the message which is not there in that stack > trace. > > On 22 August 2010 15:12,

Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-23 Thread Theo Bot
Gary, I'm using simple perl client, using the Net:Stomp module. Theo On Mon, Aug 23, 2010 at 1:00 PM, Gary Tully wrote: > what client are you using, that npe is coming from an expected > destination attribute in the message which is not there in that stack > trace. > > On 22 August 2010 15:12,

Re: ActiveMQ 5.4.0 Stomp Null pointer exception

2010-08-23 Thread Gary Tully
what client are you using, that npe is coming from an expected destination attribute in the message which is not there in that stack trace. On 22 August 2010 15:12, Theo Bot wrote: > Hi all > > When I start the ActiveMQ (5.4.0) on a CentOS 5.5 server with the > activemq-stomp.xml file and I try t