[akka-user] How to configure cluster for two machines

2016-09-21 Thread Gerard W
I'm using Akka 2.3.15 (java) and I'm trying to get a cluster with two members in two different hosts. Everything runs fine when I start the two nodes on a single machine, but then when I try to start up the second node on a different machine, it keeps getting "Association with remote system [..

Re: [akka-user] How to configure cluster for two machines

2016-09-22 Thread Gerard W
ooks like nothing has changed. Thanks again! El miércoles, 21 de septiembre de 2016, 19:49:43 (UTC-3), √ escribió: > > You're setting the port to 0 but are trying to connect to 2552? > > -- > Cheers, > √ > > On Sep 21, 2016 20:29, "Gerard W" > > wrote: &

[akka-user] Re: How to configure cluster for two machines

2016-09-22 Thread Gerard W
Thanks maod..., Please see my response to *√* Regards El jueves, 22 de septiembre de 2016, 10:10:52 (UTC-3), maod...@yahoo.com.cn escribió: > > you should set one of hos to start up with port 2552. > > > > 在 2016年9月22日星期四 UTC+8上午2:29:34,Gerard W写道: >> >> I'

Re: [akka-user] How to configure cluster for two machines

2016-09-26 Thread Gerard W
Hi, It would be very helpful if you give any hint on this. Thank you El jueves, 22 de septiembre de 2016, 13:12:59 (UTC-3), Gerard W escribió: > > I'm sorry, I did not mention (nor remember :-P) that I was overriding that > configuration setting to 2552 in my java code. &g

[akka-user] Re: How to configure cluster for two machines

2016-09-27 Thread Gerard W
It's working now. The problem was that access to port 2552 was being blocked by the firewall in hostA. Regards El miércoles, 21 de septiembre de 2016, 15:29:34 (UTC-3), Gerard W escribió: > > I'm using Akka 2.3.15 (java) and I'm trying to get a cluster with two > member