You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Leonardo Pinho (JIRA)" <ji...@apache.org> on 2007/11/22 20:01:28 UTC

[jira] Commented: (AMQ-1473) javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format.

    [ https://issues.apache.org/activemq/browse/AMQ-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40690 ] 

Leonardo Pinho commented on AMQ-1473:
-------------------------------------

I'm getting the same error using Hermes JMS 1.10/1.12/1.13...  that uses activemq jms client:

This is the stackTrace:

javax.jms.JMSException: Wire format negociation timeout: peer did not send his wire format.
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:57)
	at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1140)
	at org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1218)
	at org.apache.activemq.ActiveMQConnection.setClientID(ActiveMQConnection.java:359)
	at hermes.impl.jms.ConnectionManagerSupport.createConnection(ConnectionManagerSupport.java:169)
	at hermes.impl.jms.ConnectionSharedManager.connect(ConnectionSharedManager.java:79)
	at hermes.impl.jms.ConnectionSharedManager.getConnection(ConnectionSharedManager.java:92)
	at hermes.impl.jms.ConnectionSharedManager.getObject(ConnectionSharedManager.java:130)
	at hermes.impl.jms.ThreadLocalSessionManager.connect(ThreadLocalSessionManager.java:176)
	at hermes.impl.jms.ThreadLocalSessionManager.getSession(ThreadLocalSessionManager.java:556)
	at hermes.impl.jms.AbstractSessionManager.getDestination(AbstractSessionManager.java:465)
	at hermes.impl.DefaultHermesImpl.getDestination(DefaultHermesImpl.java:354)
	at hermes.browser.tasks.BrowseDestinationTask.invoke(BrowseDestinationTask.java:140)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: Wire format negociation timeout: peer did not send his wire format.
	at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:76)
	at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:44)
	at org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:66)
	at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:71)
	at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1130)
	... 14 more

Thanks,
Leonardo

> 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
>
> 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.