You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Suman Moorthy (Jira)" <ji...@apache.org> on 2021/02/22 23:03:00 UTC

[jira] [Comment Edited] (ARTEMIS-3136) Connectivity Issues to Artemis on port 61616

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

Suman Moorthy edited comment on ARTEMIS-3136 at 2/22/21, 11:02 PM:
-------------------------------------------------------------------

[^Artemis-logs.zip]

^Attached are the logs, firewalls are disabled in this environment. Something in the network seems to trigger this and then it never recovers until restart.^

^Broker XMLs are below^

[https://gist.github.com/suman-moorthy/3a2c4457a7139be9b93c88167a4364f4] 


was (Author: sumanmoorthy):
[^Artemis-logs.zip]

^Attached are the logs, firewalls are disabled in this environment. Something in the network seems to trigger this and then it never recovers until restart^

> Connectivity Issues to Artemis on port 61616
> --------------------------------------------
>
>                 Key: ARTEMIS-3136
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3136
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.11.0
>            Reporter: Suman Moorthy
>            Priority: Critical
>         Attachments: Artemis-logs.zip, image-2021-02-22-15-54-28-278.png, image-2021-02-22-15-56-27-430.png
>
>
> Our client application fails to connect to Artemis and throws the below exception.
> Artemis server machine shows that it is Listening to port *61616* , but Telnet to the port from local host and from other servers fail.
> *The issue gets resolved only after restarting the Artemis services.*
> The java used in Artemis server is - *OpenJDK 1.8.0_275*
>  
> {code:java}
> Exception while publishing the message.javax.jms.JMSException: Unexpected failure. 
>    at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:72) 
>    at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(ActiveMQConnection.java:1310) 
>    at org.apache.activemq.ActiveMQConnection.asyncSendPacket(ActiveMQConnection.java:1302) 
>    at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1958) 
>    at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:288) 
>    at org.apache.activemq.ActiveMQMessageProducer.send(ActiveMQMessageProducer.java:223) 
>    at org.apache.activemq.ActiveMQMessageProducerSupport.send(ActiveMQMessageProducerSupport.java:241) 
>    at org.apache.activemq.ActiveMQTopicPublisher.publish(ActiveMQTopicPublisher.java:123) 
>    at com.actiance.coreserver.horizontal.heartbeat.HeartbeatPublisherImpl$2.call(HeartbeatPublisherImpl.java:358) 
>    at com.actiance.coreserver.horizontal.heartbeat.HeartbeatPublisherImpl$2.call(HeartbeatPublisherImpl.java:347) 
>    at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
>    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
>    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
>    at java.lang.Thread.run(Thread.java:748)
> Caused by: java.io.IOException: Unexpected failure. 
>    at org.apache.activemq.transport.failover.FailoverTransport.oneway(FailoverTransport.java:643)
>    at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68) 
>    at org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:60) 
>    at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(ActiveMQConnection.java:1308) 
>    ... 12 more
> {code}
> Telnet within Artemis Server (localhost):
> !image-2021-02-22-15-54-28-278.png!
>  
>  
> Telnet from Client application server:
> !image-2021-02-22-15-56-27-430.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)