Hi Oleg, Your suggestion works!
Thanks ! Shing On Tuesday, February 4, 2014 3:36:38 PM UTC, Oleg Zhurakousky wrote: > > Its 'retry-gate-closed-for' > You can see more here > http://doc.akka.io/docs/akka/snapshot/scala/remoting.html > > Cheers > Oleg > > > On Tue, Feb 4, 2014 at 10:28 AM, Shing <[email protected] <javascript:>>wrote: > >> Hi, >> >> I have an ActorSystem that looks up a remote actor on startup. If the >> remote Actor system is not running, I get an EndPointAssociationException >> every few milliseconds (I would rather having the error ever 10 >> seconds,say.) >> >> 2014-02-04 14:57:35,848 ERROR akka.remote.EndpointWriter >> akka://jsCollectorSystem/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FjsCollectorSystem%40192.168.0.6%3A25521-0/endpointWriter >> >> - AssociationError [akka.tcp://[email protected]:25520] -> >> [akka.tcp://[email protected]:25521]: Error [Association >> failed with [akka.tcp://[email protected]:25521]] [ >> akka.remote.EndpointAssociationException: Association failed with >> [akka.tcp://[email protected]:25521] >> Caused by: >> akka.remote.transport.netty.NettyTransport$$anonfun$associate$1$$anon$2: >> Connection refused: /192.168.0.6:25521 >> ] >> 2014-02-04 14:57:35,856 ERROR akka.remote.EndpointWriter >> akka://jsCollectorSystem/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FjsCollectorSystem%40192.168.0.6%3A25521-0/endpointWriter >> >> - AssociationError [akka.tcp://[email protected]:25520] -> >> [akka.tcp://[email protected]:25521]: Error [Association >> failed with [akka.tcp://[email protected]:25521]] [ >> akka.remote.EndpointAssociationException: Association failed with >> [akka.tcp://[email protected]:25521] >> Caused by: >> akka.remote.transport.netty.NettyTransport$$anonfun$associate$1$$anon$2: >> Connection refused: /192.168.0.6:25521 >> ] >> 2014-02-04 14:57:35,863 ERROR akka.remote.EndpointWriter >> akka://jsCollectorSystem/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FjsCollectorSystem%40192.168.0.6%3A25521-0/endpointWriter >> >> - AssociationError [akka.tcp://[email protected]:25520] -> >> [akka.tcp://[email protected]:25521]: Error [Association >> failed with [akka.tcp://[email protected]:25521]] [ >> akka.remote.EndpointAssociationException: Association failed with >> [akka.tcp://[email protected]:25521] >> Caused by: >> akka.remote.transport.netty.NettyTransport$$anonfun$associate$1$$anon$2: >> Connection refused: /192.168.0.6:25521 >> ] >> >> >> Is the interval for EndpointAssociationException configurable ? >> >> Thanks in advance for any assistance ! >> >> Shing >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- >>>>>>>>>> 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.
