[akka-user] Re: can anyone help me to solve this error

2017-07-20 Thread Kiran Sarma
thank you so much it works, On Thursday, July 20, 2017 at 11:56:04 PM UTC+5:30, Marek Żebrowski wrote: > > look at your cluster port configuration: > > netty.tcp { > hostname = "127.0.0.1" > port = 0 > } > > means means that app can choose first free port and in your case it chos

[akka-user] Re: can anyone help me to solve this error

2017-07-20 Thread Marek Żebrowski
look at your cluster port configuration: netty.tcp { hostname = "127.0.0.1" port = 0 } means means that app can choose first free port and in your case it chosen 1170 > listening on addresses :[akka.tcp://ClusterSystem@127.0.0.1:1170] and cluster seed nodes are configured for p

[akka-user] can anyone help me to solve this error

2017-07-20 Thread Kiran Sarma
i attach the files and i run , it display like this //== MAIN PROGRAM OF CLUSTER STARTED === //== CREATE ACTOR === [DEBUG] [07/20/2017 19:41:07.463] [main] [EventStream(akka://Cluste

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