You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by atchijov <an...@tchijov.com> on 2015/09/16 13:24:59 UTC

ActiveMQ reports "Successfully connected to" and "Failed to connect to" at the same time

Hi,

  I am getting this in my Wildfly logs:

2015-09-16 11:18:15,297 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:18:15,314 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:18:15,318 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:18:15,325 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:18:15,332 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:18:15,338 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:18:15,353 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:18:15,363 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:18:15,368 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:18:25,385 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:19:07,178 WARN 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-3)
Failed to connect to [tcp://10.0.0.111:61616, tcp://10.0.0.252:61616] after:
20 attempt(s) continuing to retry.
2015-09-16 11:19:48,277 WARN 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-3)
Failed to connect to [tcp://10.0.0.111:61616, tcp://10.0.0.252:61616] after:
890 attempt(s) continuing to retry.
2015-09-16 11:19:48,278 WARN 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-3)
Failed to connect to [tcp://10.0.0.111:61616, tcp://10.0.0.252:61616] after:
890 attempt(s) continuing to retry.
2015-09-16 11:20:25,395 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:20:25,404 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:20:25,412 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:20:25,417 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:20:25,423 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:20:25,430 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:20:25,438 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2015-09-16 11:20:25,444 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:20:25,456 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.252:61616
2015-09-16 11:20:35,467 INFO 
[org.apache.activemq.transport.failover.FailoverTransport] (ActiveMQ Task-1)
Successfully connected to tcp://10.0.0.111:61616
2


Two questions:
- why I am getting these bursts of attempt to connect? The wildfly and
ActiveMQ server have very reliable connection (both in the AWS cloud on same
subnet)
- why I am getting "fail to connect" when it is most certainly not the case?

Any help will be highly appreciated.

Cheers
Andrei



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-reports-Successfully-connected-to-and-Failed-to-connect-to-at-the-same-time-tp4702034.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ reports "Successfully connected to" and "Failed to connect to" at the same time

Posted by Tim Bain <tb...@alumni.duke.edu>.
Did either of you find an answer?  If not, I'd encourage you to set a
breakpoint in the FailoverTransport code and attach a debugger so you can
step through and figure out what's going on.  Do this on a dev/test server,
obviously, since you'll probably be making the broker unresponsive and
you'll probably need to restart it when you're done.
On Nov 25, 2015 7:58 AM, "Eugen Eisler" <eo...@gmail.com> wrote:

> Hi,
>
> I have same problem.
>
> I have 2 servers on each of them is running WildFly with embedded ActiveMQ.
>
> Any ideas?
>
> Thanks
> Eugen
>
> I see such logs.
>
> 25.11.2015 12:28:14.285+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:14.316+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:15.362+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:15.377+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:15.408+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:15.408+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.438+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.454+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.469+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.516+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.516+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:16.547+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:17.577+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:17.592+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:18.622+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:19.683+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:19.698+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:20.728+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:20.759+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:20.759+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:20.775+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
> 25.11.2015 12:28:20.790+0000 INFO  [] [ActiveMQ Task-1]
> [activemq.transport.failover.FailoverTransport] - Successfully connected to
> tcp://serv1:61616
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-reports-Successfully-connected-to-and-Failed-to-connect-to-at-the-same-time-tp4702034p4704273.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Re: ActiveMQ reports "Successfully connected to" and "Failed to connect to" at the same time

Posted by Eugen Eisler <eo...@gmail.com>.
Hi,

I have same problem.

I have 2 servers on each of them is running WildFly with embedded ActiveMQ.

Any ideas?

Thanks
Eugen

I see such logs.

25.11.2015 12:28:14.285+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:14.316+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:15.362+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:15.377+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:15.408+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:15.408+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.438+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.454+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.469+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.500+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.516+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.516+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.532+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:16.547+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:17.577+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:17.592+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:18.622+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:19.683+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:19.698+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:20.728+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:20.759+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:20.759+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:20.775+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616
25.11.2015 12:28:20.790+0000 INFO  [] [ActiveMQ Task-1]
[activemq.transport.failover.FailoverTransport] - Successfully connected to
tcp://serv1:61616



--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-reports-Successfully-connected-to-and-Failed-to-connect-to-at-the-same-time-tp4702034p4704273.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.