Hi Richard,

I can only guess, but it looks like that the incoming TCP stream has been
non-gracefully closed and that results in an error and that translates to a
500. I am not sure though. If you can reproduce it, please file a ticket
and we will try to fix it.

-Endre

On Fri, Oct 2, 2015 at 1:55 AM, Richard Rodseth <[email protected]> wrote:

> I realize this is a long shot without sharing code, but I'm hoping it
> rings a bell for someone.
>
> I've implemented a RESTful API with Akka HTTP, and most calls work fine,
> but I see this message in the logs (and I can't seem to correlate it with a
> particular route):
>
> 16:42:47.761 [gpupSimulator-akka.actor.default-dispatcher-12] ERROR
> akka.actor.ActorSystemImpl - Internal server error, sending 500 response
>
> akka.stream.StreamTcpException: The connection closed with error
> Connection reset by peer
>
>
> Any ideas? A few more lines:
>
>
> 16:40:57.845 [gpupSimulator-akka.actor.default-dispatcher-4] INFO
> c.g.e.a.s.SimulatorServiceRequestHandler - AskUpdateSettings
>
> 16:40:57.845 [gpupSimulator-akka.actor.default-dispatcher-4] INFO
> c.g.e.a.s.r.UpdateSettingsActor - Replying and stopping UpdateSettingsActor
>
> 16:42:47.751 [gpupSimulator-akka.actor.default-dispatcher-5] INFO
> akka.actor.LocalActorRef - Message [akka.io.Tcp$ResumeReading$] from
> Actor[akka://gpupSimulator/system/IO-TCP-STREAM/server-1-%2F0.0.0.0%3A9089/$b#-1378749478]
> to Actor[akka://gpupSimulator/system/IO-TCP/selectors/$a/2#-1626024114] was
> not delivered. [1] dead letters encountered. This logging can be turned off
> or adjusted with configuration settings 'akka.log-dead-letters' and
> 'akka.log-dead-letters-during-shutdown'.
>
> 16:42:47.761 [gpupSimulator-akka.actor.default-dispatcher-12] ERROR
> akka.actor.ActorSystemImpl - Internal server error, sending 500 response
>
> akka.stream.StreamTcpException: The connection closed with error
> Connection reset by peer
>
> --
> >>>>>>>>>> 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.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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.

Reply via email to