[
https://issues.apache.org/activemq/browse/AMQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51981#action_51981
]
Carl Allain commented on AMQ-1473:
----------------------------------
I had a similar error on the client side:
I am using AMQ v5.2.0:
INFO DefaultCamelContext - JMX enabled. Using
InstrumentationLifecycleStrategy.
INFO BrokerService - Using Persistence Adapter:
AMQPersistenceAdapter(C:\opt\apache-activemq-5.2.0\bin\..\data)
INFO AMQPersistenceAdapter - AMQStore starting using directory:
C:\opt\apache-activemq-5.2.0\bin\..\data
INFO KahaStore - Kaha Store using data directory
C:\opt\apache-activemq-5.2.0\bin\..\data\kr-store\state
INFO AMQPersistenceAdapter - Active data files: []
INFO BrokerService - ActiveMQ 5.2.0 JMS Message Broker
(localhost) is starting
INFO BrokerService - For help or more information please see:
http://activemq.apache.org/
INFO KahaStore - Kaha Store using data directory
C:\opt\apache-activemq-5.2.0\bin\..\data\kr-store\data
INFO TransportServerThreadSupport - Listening for connections at:
tcp://GFI1LF069:61616
INFO TransportConnector - Connector openwire Started
INFO TransportServerThreadSupport - Listening for connections at:
ssl://GFI1LF069:61617
INFO TransportConnector - Connector ssl Started
INFO TransportServerThreadSupport - Listening for connections at:
stomp://GFI1LF069:61613
INFO TransportConnector - Connector stomp Started
INFO TransportServerThreadSupport - Listening for connections at:
xmpp://GFI1LF069:61222
INFO TransportConnector - Connector xmpp Started
INFO DiscoveryNetworkConnector - Establishing network connection between
from vm://localhost to tcp://localhost:61616
INFO TransportConnector - Connector vm://localhost Started
INFO NetworkConnector - Network Connector localhost Started
INFO BrokerService - ActiveMQ JMS Message Broker (localhost,
ID:GFI1LF069-4390-1243607315175-0:0) started
INFO DemandForwardingBridge - Disconnecting loop back connection.
INFO TransportConnector - Connector vm://localhost Stopped
INFO DemandForwardingBridge - localhost bridge to localhost stopped
INFO log - Logging to
org.slf4j.impl.JCLLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
INFO log - jetty-6.1.9
INFO WebConsoleStarter - ActiveMQ WebConsole initialized.
INFO /admin - Initializing Spring FrameworkServlet
'dispatcher'
INFO log - ActiveMQ Console at
http://0.0.0.0:8161/admin
INFO log - ActiveMQ Web Demos at
http://0.0.0.0:8161/demo
INFO log - RESTful file access application at
http://0.0.0.0:8161/fileserver
INFO log - Started
[email protected]:8161
INFO TransportConnector - Connector vm://localhost Started
All I have is the stack trace on the client:
...
Caused by: java.io.IOException: Wire format negotiation timeout: peer did not
send his wire format.
at org
2009-05-29 10:03:00,281 ERROR [STDERR]
.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:94)
at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:40)
at
org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:74)
at
org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:79)
at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1233)
... 69 more
I confirm that restarting the server fixes it (for some time I guess).
> javax.jms.JMSException: Wire format negociation timeout: peer did not send
> his wire format.
> -------------------------------------------------------------------------------------------
>
> Key: AMQ-1473
> URL: https://issues.apache.org/activemq/browse/AMQ-1473
> Project: ActiveMQ
> Issue Type: Bug
> Components: JMS client
> Reporter: Denis Abramov
> Fix For: 5.4.0
>
>
> Periodically my JMS Client crashes and then can't start back up. I get the
> following exception:
> javax.jms.JMSException: Wire format negociation timeout: peer did not send
> his wire format.
> at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:58)
> at
> org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1185)
> at
> org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1263)
> at
> org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:449)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.