Getting the same on Play 2.4 Here's the stack trace <http://pastebin.com/ECSP5V0P>
What are the possible causes? There's minimal load on the server (as in .01 - .05) so can't image there's much thread contention going on. Thanks for any clues, have to bounce the server every hour or two -- pretty tough Monday so far with the new launch o_O On Wednesday, May 21, 2014 at 6:59:35 AM UTC-4, Gal Goffer wrote: > > Hi Patrik, > I've seen this as well, but in our case it doesn't look like the result of > an actor termination from within the "receive" method as described in the > original post by Runar Bjarnason. > Here is the end of the stack trace, relevant to Akka: > Caused by: java.lang.IllegalStateException: cannot create children while > terminating or terminated > at akka.actor.dungeon.Children$class.makeChild(Children.scala:184) ~[na:na] > at akka.actor.dungeon.Children$class.attachChild(Children.scala:42) > ~[na:na] > at akka.actor.ActorCell.attachChild(ActorCell.scala:338) ~[na:na] > at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:510) ~[na:na] > > Could this be caused by the same issue even if it does not originate in > termination from within "receive"? > > Thanks. > > Gal Goffer > Software Engineer > AT&T Multimedia Telephony R&D > > > > בתאריך יום רביעי, 23 בינואר 2013 13:03:29 UTC+2, מאת Patrik Nordwall: >> >> I can confirm. It has been fixed by a change in ClusterJmx.close. >> /Patrik >> >> >> On Wed, Jan 23, 2013 at 7:17 AM, Rich Dougherty <[email protected]> wrote: >> >>> On Wed, Jan 23, 2013 at 6:24 PM, Runar Bjarnason <[email protected]> >>> wrote: >>> >>>> I cannot reproduce this in master, so I can only assume that it's a bug >>>> in 2.1. >>> >>> >>> OK, thanks for checking. >>> >>> Rich >>> >>> -- >>> >>>>>>>>>> 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 post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> Visit this group at http://groups.google.com/group/akka-user?hl=en. >>> >>> >>> >> >> >> >> -- >> >> Patrik Nordwall >> Typesafe <http://typesafe.com/> - The software stack for applications >> that scale >> 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.
