There is not enough information to say anything certain about your problem. "Connection refused" means there is a route to that host but it was not possible to connect to the given port, it could for example be because of a internal firewall or a firewall between the systems, or if you use docker that the port you bind to is internal and maps to another port number on the actual network.
-- Johan On Friday, July 22, 2016 at 11:35:17 AM UTC+2, [email protected] wrote: > > two nodes are cluster, but when starting , they all are following log: > > node akka.tcp://[email protected]:2550 > 07-21-16:23:01 2016-07-21 16:23:01,391 | WARN | lt-dispatcher-16 | > ReliableDeliverySupervisor | 167 - com.typesafe.akka.slf4j - 2.3.10 | > Association with remote system [akka.tcp:// > [email protected]:2550] has failed, address is now > gated for [5000] ms. Reason: [Association failed with [akka.tcp:// > [email protected]:2550]] Caused by: [Connection > refused: /172.18.118.42:2550] > > > node akka.tcp://[email protected]:2550 > 07-21-16:23:04 2016-07-21 16:23:04,541 | WARN | ult-dispatcher-4 | > ReliableDeliverySupervisor | 167 - com.typesafe.akka.slf4j - 2.3.10 | > Association with remote system [akka.tcp:// > [email protected]:2550] has failed, address is now > gated for [5000] ms. Reason: [Association failed with [akka.tcp:// > [email protected]:2550]] Caused by: [Connection > refused: /172.18.118.43:2550] > > "seed-nodes" : [ "akka.tcp://[email protected]:2550 > ", > "akka.tcp://[email protected]:2550" ] > > That could be some reason? Thanks. > > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
