Hi. I am using activemq (5.2.0).
On some environments i keep getting this error:
ActiveMQ Transport: tcp://localhost/127.0.0.1:61616 2010-03-11 17:20:43,250
WARN  [org.apache.activemq.transport.failover.FailoverTransport] Transport
failed to tcp://localhost:61616 , attempting to automatically reconnect due
to: java.io.EOFException

when i raise the activemq log i get this:

ActiveMQ Transport Initiator: /127.0.0.1:40785 2010-03-11 21:30:38,093 DEBUG
[org.apache.activemq.transport.WireFormatNegotiator] Sending: WireFormatInfo
{ version=3, properties={CacheSize=1024, CacheEnabled=true,
SizePrefixDisabled=false, MaxInactivityDurationInitalDelay=10000,
TcpNoDelayEnabled=true, MaxInactivityDuration=0, TightEncodingEnabled=true,
StackTraceEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
ActiveMQ Transport: tcp:///127.0.0.1:40785 2010-03-11 21:30:38,093 DEBUG
[org.apache.activemq.broker.TransportConnection.Transport] Transport failed:
java.io.IOException: Unknown data type: 68
java.io.IOException: Unknown data type: 68
        at
org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:356)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:276)
        at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:210)
        at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:202)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:185)
        at java.lang.Thread.run(Unknown Source)


Does any one know what this means?

Thanks, Michal



-- 
View this message in context: 
http://old.nabble.com/Transport-failed%3A-java.io.IOException%3A-Unknown-data-type%3A-68-tp27893082p27893082.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to