Hi Zhigang, Do you have the a script that can reproduce that error?
On Thu, Jan 24, 2013 at 4:18 PM, Zhigang Wang <[email protected]> wrote: > It seem worse now for today's snapshot: > > INFO | jvm 1 | 2013/01/24 16:14:13 | > org.apache.activemq.transport.amqp.AmqpProtocolException: Could not process > AMQP commands > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.onFrame(AmqpProtocolConverter.java:245) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.onAMQPData(AmqpProtocolConverter.java:151) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpTransportFilter.onCommand(AmqpTransportFilter.java:94) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:214) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:196) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > java.lang.Thread.run(Unknown Source) > INFO | jvm 1 | 2013/01/24 16:14:13 | Caused by: > java.lang.NullPointerException > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.command.ActiveMQDestination.createDestination(ActiveMQDestination.java:93) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.createDestination(AmqpProtocolConverter.java:636) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.onReceiverOpen(AmqpProtocolConverter.java:601) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.onLinkOpen(AmqpProtocolConverter.java:380) > INFO | jvm 1 | 2013/01/24 16:14:13 | at > > org.apache.activemq.transport.amqp.AmqpProtocolConverter.onFrame(AmqpProtocolConverter.java:207) > INFO | jvm 1 | 2013/01/24 16:14:13 | ... 6 more > > Please have a look. > > Thanks, > > Zhigang > > > On Wed, Jan 23, 2013 at 12:40 PM, Zhigang Wang <[email protected]> wrote: > > > Thank you for your quick fix. I will test it later. > > > > Zhigang > > > > > > On Wed, Jan 23, 2013 at 11:38 AM, Hiram Chirino <[email protected] > >wrote: > > > >> Yep. your script looks good. I found a problem /w how the AMQP impl was > >> handling the socket disconnect. I've now committed a fix for that. If > >> you > >> try a fresh build those messages should go away. Thanks for the report! > >> > >> > >> On Wed, Jan 23, 2013 at 9:21 AM, Zhigang Wang <[email protected]> wrote: > >> > >> > Here it is: > >> > > >> > #!/usr/bin/env python > >> > > >> > > >> -- > >> > >> ** > >> > >> *Hiram Chirino* > >> > >> *Engineering | Red Hat, Inc.* > >> > >> *[email protected] <[email protected]> | fusesource.com | > redhat.com* > >> > >> *skype: hiramchirino | twitter: @hiramchirino< > >> http://twitter.com/hiramchirino> > >> * > >> > >> *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>* > >> > > > > > -- ** *Hiram Chirino* *Engineering | Red Hat, Inc.* *[email protected] <[email protected]> | fusesource.com | redhat.com* *skype: hiramchirino | twitter: @hiramchirino<http://twitter.com/hiramchirino> * *blog: Hiram Chirino's Bit Mojo <http://hiramchirino.com/blog/>*
