[akka-user] received Supervise from unregistered child ... this will not end well

2015-01-20 Thread Marco Luca Sbodio
Hello everyone, while testing my system I'm randomly getting error messages similar to the one in the subject of this topic. Here's an example: 17:27:59.265UTC ERROR [MySystemMultiNodeTest-akka.actor.default-dispatcher-16] [org.mysystem.actor.Worker] [akka://MySystemMultiNodeTest/user/the-eng

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-20 Thread Viktor Klang
Have you closed over "context.actorOf" and execute it within a Future or similar? On Tue, Jan 20, 2015 at 6:47 PM, Marco Luca Sbodio wrote: > Hello everyone, > > while testing my system I'm randomly getting error messages similar to the > one in the subject of this topic. Here's an example: > >

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-21 Thread Marco Luca Sbodio
I haven't. I've managed to figure out that sometimes the following code [[ int nextStepNumber = planSteps[0].getStepNumber(); Address nextAddress = planSteps[0].getPeer().getAddress(); PlanStep[] nextPlanSteps = new PlanStep[planSteps.length];

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-21 Thread Viktor Klang
Hi Marco, Please upgrade to 2.3.9 if you haven't already, there was a couple of remoting-related issues fixed there. On Wed, Jan 21, 2015 at 6:45 PM, Marco Luca Sbodio wrote: > I haven't. > > I've managed to figure out that sometimes the following code > > [[ > int nextStepNumbe

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-22 Thread Marco Luca Sbodio
Hi Viktor, after upgrading to akka 2.3.9 my multi-jvm-test crashes with this error: 10:49:07.654UTC ERROR [MySystemMultiNodeTest-akka.actor.default-dispatcher-21] [akka.actor.ActorSystemImpl] [ActorSystem(MySystemMultiNodeTest)] - Uncaught error from thread [MySystemMultiNodeTest-akka.actor.d

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-22 Thread Viktor Klang
Hi Marco, you'll need to update all Akka dependencies to the 2.3.9 version and make sure that your dependencies that depend on akka transitively are built for Akka 2.3.x On Thu, Jan 22, 2015 at 11:57 AM, Marco Luca Sbodio wrote: > Hi Viktor, > > after upgrading to akka 2.3.9 my multi-jvm-test c