AMQ Version 5.2.0



Gary Tully wrote:
> 
> what version: would need to look at the line number where that
> exception originates in the source:
> http://svn.apache.org/viewvc/activemq/tags/<version>
> /activemq-core/src/main/java... replace dots with / in the rest.
> org.apache.activemq.transport.failover.FailoverTransport.oneway(FailoverTransport.java:424)
> 
> On 3 August 2010 08:59, Michal Singer <michal.sin...@expand.com> wrote:
>>
>> Hi, i get sometimes during initialization of AMQ the following exception,
>> does anyone what may cause this exception and how it should be handled:
>> please note that after this exception occurs, i get invalid responses
>> from
>> onMessage.
>>
>>
>>  javax.jms.JMSException: Unexpected failure.
>> javax.jms.JMSException: Unexpected failure.
>>        at
>> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62)
>>        at
>> org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1255)
>>        at
>> org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1339)
>>        at
>> org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:488)
>>        at
>> com.expand.expandview.common.JmsConfiguration.createConnection(JmsConfiguration.java:65)
>>        at
>> com.expand.expandview.infrastructure.task_executor.ClientExecuterController.initMassagingConnections(ClientExecuterController.java:159)
>>        at
>> com.expand.expandview.infrastructure.task_executor.ClientExecuterController.access$200(ClientExecuterController.java:42)
>>        at
>> com.expand.expandview.infrastructure.task_executor.ClientExecuterController$1.onMessage(ClientExecuterController.java:316)
>>        at
>> org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1021)
>>        at
>> org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:122)
>>        at
>> org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:192)
>>        at
>> org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)
>>        at
>> org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown
>> Source)
>>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
>> Source)
>>        at java.lang.Thread.run(Unknown Source)
>> Caused by: java.io.IOException: Unexpected failure.
>>        at
>> org.apache.activemq.transport.failover.FailoverTransport.oneway(FailoverTransport.java:424)
>>        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)
>>
>>
>>
>> Thanks, Michal
>> --
>> View this message in context:
>> http://old.nabble.com/javax.jms.JMSException%3A-Unexpected-failure-in-AMQ-tp29332842p29332842.html
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> http://blog.garytully.com
> 
> Open Source Integration
> http://fusesource.com
> 
> 

-- 
View this message in context: 
http://old.nabble.com/javax.jms.JMSException%3A-Unexpected-failure-in-AMQ-tp29332842p29342488.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to