I'm getting the error shown in the Subject, not at first, but after ActiveMQ
has been working just fine for several hours.  Then once it happens, all my
clients that interact with the broker reports this error.  I've found this
page:
http://activemq.apache.org/javaxjmsjmsexception-wire-format-negociation-timeout-peer-did-not-send-his-wire-format.html

But none of the 3 issues apply in my case.  Specifically, if the host:port
is incorrect, how does it work fine for several hours, then quit in the
middle of the night when no one is here?  And I'm not using log4j
JMSAppender.  And the broker is not under heavy load.  In fact, it is idle
right now and I still get the error.

It must be something else!  Anyone have ideas??  The entire error is
below...

Mark

ERROR 2013-05-13 12:08:58,802 [main] SendJMS.StatusProducer: Wire format
negotiation timeout: peer did not send his wire format.
javax.jms.JMSException: Wire format negotiation timeout: peer did not send
his wire format.
        at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62)
        at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1409)
        at
org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1496)
        at
org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:325)
        at gov.noaa.ohrfc.SendJMS.StatusProducer.run(StatusProducer.java:92)
        at gov.noaa.ohrfc.SendJMS.SendJMS.main(SendJMS.java:79)
Caused by: java.io.IOException: Wire format negotiation timeout: peer did
not send his wire format.
        at
org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:98)
        at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68)
        at
org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:81)
        at
org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:86)
        at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1380)
        ... 4 more





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Wire-Format-Negotiation-Timeout-Say-what-tp4666972.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to