You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Vadim Pesochinsky <Va...@mscibarra.com> on 2007/02/22 21:08:46 UTC

Re: [VOTE RESULT] [jira] Created: (AMQ-1169) java.lang.ClassCastException: org.apache.activemq.command.BrokerId

I am trying to evaluation the implications of this error. TcpTransport.run()
does not catch the ClassCastException and the TcpTransport will become
dormant. Does anyone know if AMQ will be able to recover from this state?

java.lang.ClassCastException: org.apache.activemq.command.BrokerId
at
org.apache.activemq.openwire.v2.MessageDispatchMarshaller.tightUnmarshal(MessageDispatchMarshaller.java:70)
at
org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:347)
at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:273)
at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:156)
at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
at java.lang.Thread.run(Thread.java:595)

https://issues.apache.org/activemq/browse/AMQ-1169
-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-1169%29-java.lang.ClassCastException%3A-org.apache.activemq.command.BrokerId-tf3274183s2354.html#a9107214
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.