D'oh! Of COURSE that's what you meant. ;-) Logging of the life cycle doesn't show anything but the creation
2014-03-21 12:34:01,619 DEBUG [system-akka.actor.default-dispatcher-5] > c.e.o.OffHeap [Slf4jLogger.scala:77] started > (com.epoch6.offHeap.OffHeap@5bf9e31e) I will see if I can reproduce it in a test case that I can provide. Thanks, Bruce On Friday, 21 March 2014 12:29:57 UTC-4, √ wrote: > > > > > On Fri, Mar 21, 2014 at 5:25 PM, Bruce <[email protected] <javascript:>>wrote: > >> I only showed 7 of 30 messages, all of which generate a DeadLetter. The >> app does not appear to terminate. >> > > Not the app—the actor. > > >> At this point there really aren't any other messages to process, so it's >> hard to tell. It doesn't crash, and it does not appear to hang. >> > > Can you send in a reproducible test case? > > >> >> >> On Friday, 21 March 2014 12:19:57 UTC-4, √ wrote: >> >>> Does it terminate before processing all of its messages? >>> >>> >>> On Fri, Mar 21, 2014 at 5:16 PM, Bruce <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I have an actor that sends some messages to self >>>> >>>> for(instance<-0 until numberOfInstances) self ! Event1(instance,0 >>>>> ,date) >>>> >>>> >>>> >>>> This is how I'm creating the actor in question: >>>> >>>> context.actorOf(Props(new OffHeap(date,populationSize,isLast)),"oh" >>>>> .concat(date)) >>>> >>>> >>>> >>>> I'm getting DeadLetters, indicating that it can't find itself. Does >>>> it have something to do with the extra information appending to the path >>>> (shown in bold)? What is this indicating? >>>> >>>>> [info] DeadLetter(Event1(1,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813*#-673346022*],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(2,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(3,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(4,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(5,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(6,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>>> [info] DeadLetter(Event1(7,0,20130813),Actor[akka://system/ >>>>> user/p/oh20130813#-673346022],Actor[akka://system/user/p/ >>>>> oh20130813#-673346022]) >>>> >>>> Thanks, >>>> Bruce >>>> >>>> -- >>>> >>>>>>>>>> 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. >>>> >>> >>> >>> >>> -- >>> Cheers, >>> √ >>> >>> * ——————— **Viktor Klang* >>> *Chief Architect - **Typesafe <http://www.typesafe.com/>* >>> >>> Twitter: @viktorklang >>> >> -- >> >>>>>>>>>> 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] <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/d/optout. >> > > > > -- > Cheers, > √ > > * ——————— **Viktor Klang* > *Chief Architect - **Typesafe <http://www.typesafe.com/>* > > Twitter: @viktorklang > -- >>>>>>>>>> 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.
