I have tested similar scenarios with the remoting sample without problems. https://typesafe.com/activator/template/akka-sample-remote-java https://typesafe.com/activator/template/akka-sample-remote-scala
Do you have a small test case or sample that we can try to reproduce the problem? What is the log output? Run with akka.loglevel=DEBUG. Regards, Patrik On Mon, Mar 17, 2014 at 8:42 PM, Rob S <[email protected]> wrote: > Hi all, > > I am starting out with remote actors and I have run into an issue I can't > seem to find an answer for. I have setup an application that performs > distributed work on remote systems. Simply I have an actor system on one > computer that sends a work request to a remote actor, the remote performs > the work and returns the result. This process works perfectly. My issue > comes in when I shutdown the requesting actor system and trying to start it > up again. I get a connection refused on the remote system and I can not > pass any messages to the remote system anymore. When I restart both > applications everything works fine. I am using Akka 2.3.0 > > > 1. System A starts up > 2. System B starts up and sends request to System A > 3. System A sends a reply to System B > 4. System B shutsdown > 5. System B starts up and sends request to System A > 6. System A outputs connection refused > > 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
