system1 doesn't crash, that is just a harmless log message, or do you see
anything that actually doesn't work in system1 after that?

/Patrik
sön 9 apr. 2017 kl. 13:25 skrev David <massart.da...@gmail.com>:

> Hello,
>
> I am using Akka remote 2.4.17 with Scala 2.12.1
>
> I have two actor systems: system1 and system2
>
> An actor1 is created on system1 and an actor2 is created on system2
>
> actor2 looks up actor1 and they exchange messages.
>
> At some point, I shut down system2 and system1 crashes with the following
> error message:
>
> [error] a.r.EndpointWriter - AssociationError [akka.tcp://
> system1@127.0.0.1:2552] <- [akka.tcp://system2@127.0.0.1:2553]: Error
> [Shut down address: akka.tcp://system2@127.0.0.1:2553] [
> akka.remote.ShutDownAssociation: Shut down address: akka.tcp://
> system2@127.0.0.1:2553
> Caused by: akka.remote.transport.Transport$InvalidAssociationException:
> The remote system terminated the association because it is shutting down.
> ]
>
> What should I to ensure that system1 stays up and running when system2
> goes down?
>
> Thanks,
>
> David
>
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to