Hi, We have recently moved from Akka 2.1.4 to Akka 2.2.3. We have actorSystems that are essentially just clients with default host "127.0.0.1" and auto assigned port connecting to actorSystems that are on remote boxes bound to external ip addresses. The client and server system systems comunicate fine (i.e. ask requests to actor refs - well actually typedActors) for a while but then the client starts to not get responses from the server systems any more and we get errors in the server log of the form
[2014-01-23 08:39:14,198] [ERROR] [DataAugmentation-akka.actor.default-dispatcher-251] akka.remote.EndpointWriter - AssociationError [ akka.tcp://DataAugmentation@xxx:2552<akka.tcp://DataAugmentation@bvmqaapp001:2552>] -> [akka.tcp://[email protected]:33729]: Error [Association failed with [ akka.tcp://[email protected]:33729]] [ akka.remote.EndpointAssociationException: Association failed with [ akka.tcp://[email protected]:33729] Caused by: akka.remote.transport.netty.NettyTransport$$anonfun$associate$1$$anon$2: Connection refused: /127.0.0.1:33729 This behaviour didn't occur under 2.1.4, has anyone else seen this. Know how to fix it? Thanks, Brian -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
