You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Nirmal Fernando (JIRA)" <ji...@apache.org> on 2014/04/09 14:23:16 UTC

[jira] [Commented] (STRATOS-593) ActiveMQ error: "Wire format negotiation timeout: peer did not send his wire format"

    [ https://issues.apache.org/jira/browse/STRATOS-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964080#comment-13964080 ] 

Nirmal Fernando commented on STRATOS-593:
-----------------------------------------

Commit the attached patch in 6f7b21918e527147ebae37c2756627e963d59847. 

> ActiveMQ error: "Wire format negotiation timeout: peer did not send his wire format"
> ------------------------------------------------------------------------------------
>
>                 Key: STRATOS-593
>                 URL: https://issues.apache.org/jira/browse/STRATOS-593
>             Project: Stratos
>          Issue Type: Bug
>    Affects Versions: 4.0.0 RC1
>            Reporter: Isuru Perera
>            Assignee: Isuru Perera
>            Priority: Blocker
>             Fix For: 4.0.0 RC1
>
>         Attachments: STRATOS-593.diff
>
>
> I was running the Stratos setup for a long time. Noticed lot of ActiveMQ error.
> Error has started appearing after 8 hours.
> TID: [0] [STRATOS] [2014-04-08 21:02:28,491] ERROR {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker} -  instance-status topic health checker is failed and will retry to establish a connection after 5s. {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker}
> TID: [0] [STRATOS] [2014-04-08 21:02:37,352] ERROR {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker} -  topology topic health checker is failed and will retry to establish a connection after 5s. {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker}
> TID: [0] [STRATOS] [2014-04-08 21:02:37,350] ERROR {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker} -  topology topic health checker is failed and will retry to establish a connection after 5s. {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker}
> TID: [0] [STRATOS] [2014-04-08 21:02:38,768] ERROR {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker} -  instance-status topic health checker is failed and will retry to establish a connection after 5s. {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker}
> TID: [0] [STRATOS] [2014-04-08 21:02:39,122] ERROR {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker} -  summarized-health-stats topic health checker is failed and will retry to establish a connection after 5s. {org.apache.stratos.messaging.broker.heartbeat.TopicHealthChecker}
> TID: [0] [STRATOS] [2014-04-08 21:02:43,528] ERROR {org.apache.stratos.messaging.broker.subscribe.TopicSubscriber} -  Error while subscribing to the topic: instance-status {org.apache.stratos.messaging.broker.subscribe.TopicSubscriber}
> 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.start(ActiveMQConnection.java:524)
>         at org.apache.stratos.messaging.broker.connect.TopicConnector.init(TopicConnector.java:69)
>         at org.apache.stratos.messaging.broker.subscribe.TopicSubscriber.doSubscribe(TopicSubscriber.java:60)
>         at org.apache.stratos.messaging.broker.subscribe.TopicSubscriber.run(TopicSubscriber.java:94)
>         at java.lang.Thread.run(Thread.java:744)
> 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)
>         ... 6 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)