Well I am not entirely sure to be honest. I everything starts up normally as it did. But I have a piece that looks to see if an actor exists if it doesnt a random one is selected from a collection. Its a one off situation so probably not worth pasting code here. But the problem is that it worked fine while in M2 but with RC1 it is stuck in a loop, trying to diagnose so I can explain better.
On Thursday, January 30, 2014 12:01:50 PM UTC-6, Patrik Nordwall wrote: > > Hi, > > > On Thu, Jan 30, 2014 at 6:05 PM, Bobby Richards > <[email protected]<javascript:> > > wrote: > >> cluster is up and deployed but 'Deliver' messages are not getting >> confirmed. >> >> I am logging the path both when I send (self) and the sender path when I >> receive to verify they are the same and i am also sending a string back >> just to make sure routing is correct. So the sender is indeed reachable. >> >> I am logging a statement just before I confirm the message to make sure I >> am actually reaching that point in the code. Bottom line everything works >> but messages are retried with the default of 5. >> >> I am on 2.3-M2 and I tried switching to RC1 but that added a whole new >> set of problems, after adding *.path* to each destination to get >> everything to compile, I have some very unexpected symptoms. >> > > Could you explain what problems you have with 2.3.0-RC1? > 2.3-M2 is not worth investigating, since there has been a lot of > improvements since then. > > Regards, > Patrik > > >> >> >> any thoughts? >> >> >> -- >> >>>>>>>>>> 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. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- >>>>>>>>>> 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.
