Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
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 --

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
Wonder if Connection: reset issue referenced in recent Play commit https://github.com/playframework/playframework/commit/088d55cadf19a1996171a79ac6134fa0edbcc02c address a possible problem in 1.0-RC4? The stack trace gives little to work with (wrt to my own code) so not sure where the problem

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
Oh, forgot to mention, on: akka-stream-experimental % 1.0-RC4 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

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
Now, why do ALL subsequent requests on the entire server blow up with this error? Oh, I see: shutting down ActorSystem [application] java.lang.NoSuchMethodError: play.api.PlayConfig.getOptional That seems a bit heavy handed... On Monday, August 17, 2015 at 11:44:48 AM UTC-4, virtualeyes

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
Think I found the cause, `Future` mailer on successful credit card transaction (see the errors begin right after most recent transaction with payment processor). Not coincidentally I have yet to receive any email order confirmations wrt to the above. Time to dig in to the code, thanks for

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2015-08-17 Thread virtualeyes
That's the cause (issue with Play mailer plugin). Now, why do ALL subsequent requests on the entire server blow up with this error? I would assume that a problem with single request would not bring the server to its knees (again server load is minimal). On Monday, August 17, 2015 at 11:29:29

Re: [akka-user] java.lang.IllegalStateException: cannot create children while terminating or terminated

2014-05-21 Thread Gal Goffer
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