Hi all,

I am attempting to make a remote actor that handles requests for work to 
process and return the results of that work to the requester.  My basic 
setup is as follows:

1. System A starts up
2. System B starts up and sends a request to System A
3. System A processes the request and returns the result to System B


This process work perfectly.  My issue comes in when I try to shutdown 
System B.  When I turn it back on and try to send a request to System A I 
get several   
DEBUG akka.remote.EndpointWriter - AssociationError Connection refused.  

I need to restart both systems to be able to reestablish the process.  How 
can I shutdown System B and reestablish the connection so I can send 
request without having to restart System A

Thanks for your help

Rob

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to