Re: [akka-user] akka.remote.transport.Transport$InvalidAssociationException: connection timed out while I can telnet the remote port

2014-12-11 Thread Björn Antonsson
Hi, From your logs you see that you have a connection failure. It says connection timed out this looks exactly like 16505. Why your remote machine behaves badly I can't know. You should definitley monitor your machine and JVM to see what it is doing. B/ On 10 December 2014 at 16:34:22, Jason

[akka-user] akka.remote.transport.Transport$InvalidAssociationException: connection timed out while I can telnet the remote port

2014-12-10 Thread JasonQ
Hello Akka friends, We have 2 computers each has an Akka actor to communicate with each other. Somehow after some time the actorA on computer A can't connect to actorB on computer B with following logs from actor A: 2014-12-11 00:10:44,449 Remoting WARN

Re: [akka-user] akka.remote.transport.Transport$InvalidAssociationException: connection timed out while I can telnet the remote port

2014-12-10 Thread Endre Varga
I guess this is exactly being fixed right now: https://github.com/akka/akka/issues/16505 -Endre On Wed, Dec 10, 2014 at 1:39 PM, √iktor Ҡlang viktor.kl...@gmail.com wrote: Hi Jason, always, always, give us what versions you are using. This saves both of us time, so please do this. Thanks!

Re: [akka-user] akka.remote.transport.Transport$InvalidAssociationException: connection timed out while I can telnet the remote port

2014-12-10 Thread √iktor Ҡlang
Hi Jason, always, always, give us what versions you are using. This saves both of us time, so please do this. Thanks! On Wed, Dec 10, 2014 at 1:31 PM, JasonQ quqingm...@gmail.com wrote: Hello Akka friends, We have 2 computers each has an Akka actor to communicate with each other. Somehow

Re: [akka-user] akka.remote.transport.Transport$InvalidAssociationException: connection timed out while I can telnet the remote port

2014-12-10 Thread Jason Q
We're using Akka 2.3.4. Endre, as we see logs from actorA, we did not see anything abnormal from actorB side. in fact, we have 3 actors communicating with ActorB, 2 of them including ActorA have this problem while another one is working well. Also all these 4 actors are on VMs on the same