On Tue, Mar 18, 2014 at 7:12 PM, Rob S <[email protected]> wrote: > Is the problem because I can't reconnect? When I kill the connection > between two remotes on one side I can't reestablish the same connection (ip > and port). Would I need to restart the apps on both systems to resort > communications? >
This is supposed to work with Akka 2.3.0. We have had similar problems when connecting with same host/port in earlier versions, but they should have been solved. It could still be some bug left in there. I will look more at this at the end of the week. Let me know if you find anything else. Perhaps try with the LookupApp also. Additional log output can be seen with akka.remote.log-sent-messages=on akka.remote.log-received-messages=on Thanks /Patrik > > Rob > > > On Monday, March 17, 2014 3:42:01 PM UTC-4, Rob S 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.
