Error in Essentials Logs
I have noticed that this error below keeps popping up in the rest logs randomly. I don't think it is affecting the sites from what I have seen but it seems to happen alot over the past few datys does anyone have any idea what could be causing this. Is this possibly an issue with one of the file handlers in essentials related to file generation? I have not been able to track down what triggers it so I am curious if anyone has any insight on this.
<Event Timestamp="2013-10-18T08:15:29.1403397-07:00" Level="ERROR"><Message>The pipeline threw exceptions while writing out the response: System.Web.HttpException (0x80070057): The remote host closed the connection. The error code is 0x80070057.
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpResponseWrapper.Flush()
at Geocortex.Core.Pipelining.HttpRouter.HttpBasedRouter.ProcessRequestCore(Message message, IPipelineContext context)</Message></Event>
-
Nick,
It means the client (browser) was closed/disconnected while Essentials was writing bytes over the wire. Nothing to worry about, totally normal. See (http://stackoverflow.com/questions/5564862/the-remote-host-closed-the-connection-the-error-code-is-0x800704cd) here and (http://stackoverflow.com/questions/831447/the-remote-host-closed-the-connection-in-response-outputstream-write) here for more information.
Nevertheless, I have filed an enhancement request to stop logging this specific error as it is just the nature of networking -- clients can disconnect before the response (e.g. image/report download) is completed.
Regards,
--Alejandro
0
Please sign in to leave a comment.
Comments
1 comment