Re: [akka-user] No response from remote for outbound association

2017-07-25 Thread Olivier Pharabot
Thanks for the feedback. I am fully aware that Akka is P2P based and our production system has been designed in such way. What confused me is that the CI Build machine running the systemB in my above test could run the first test but not the second if SystemA is not restarted. I changed the name

Re: [akka-user] No response from remote for outbound association

2017-07-20 Thread Akka Team
Akka remoting is peer to peer, meaning that either side could initiate the connection, looks like there are problems doing that. I'd look into and make sure it is possible to connect between the machines on the specified ports. You could verify outside of Akka with telnet or netcat or some tool lik

[akka-user] No response from remote for outbound association

2017-07-20 Thread Olivier Pharabot
All, I am facing a very confusing issue between two systems, and i came to a conclusion that may be someone could confirm (or not). I am running Akka 2.5.3 in Java, the context is a CI build running integration tests. I have 2 systems: A (=QA system) and B (=CI system). B knows A through dns an