Re: [akka-user] akka cluster connection refused

2014-06-02 Thread Johan Dindaine
I was clearly miss-configured. I tried it again from the akka-sample-cluster-java activator template and this has worked so I modified my configuration based on the word count example. And now things work. Thanks 2014-05-29 8:12 GMT+01:00 Martynas Mickevičius martynas.mickevic...@typesafe.com:

Re: [akka-user] akka cluster connection refused

2014-05-29 Thread Martynas Mickevičius
You have seed-nodes setting pointing to other node in the cluster. So naturally when you first start either node it tries to connect to the other one which has not been started yet. Thus the log message: Reason: Connection refused: /10.xxx.xxx.xxx:15672 You can choose which node you want to start

[akka-user] akka cluster connection refused

2014-05-28 Thread Johan Dindaine
Hi, I'm trying to connect two nodes together using akka-cluster and even if I thought they were setup correctly, while trying to launch the application I ran into connection problems. [info] [WARN] [05/28/2014 16:50:09.017] [ClusterSystem-akka.remote.default-remote-dispatcher-66] [Remoting]