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 AM UTC-4, virtualeyes wrote:
>
> 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 listening...
>
>
> On Monday, August 17, 2015 at 10:52:59 AM UTC-4, virtualeyes wrote:
>>
>> 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 lies...
>>
>>
>> On Monday, August 17, 2015 at 10:44:19 AM UTC-4, virtualeyes wrote:
>>>
>>> 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 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 <ri...@rd.gen.nz> 
>>>>> wrote:
>>>>>
>>>>>> On Wed, Jan 23, 2013 at 6:24 PM, Runar Bjarnason <runar...@gmail.com> 
>>>>>> 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 akka...@googlegroups.com.
>>>>>> To unsubscribe from this group, send email to 
>>>>>> akka-user+...@googlegroups.com.
>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to