Exception is thrown for litium.blob

I frequently find the following error in my logs:

Exception is thrown for litium.blob://media/de4a58d5b5a5486780161d8b0ce80e65 when sending data exception An error occurred while communicating with the remote host. The error code is 0x800704CD., stacktrace at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush() at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async) at System.Web.HttpWriter.WriteFromStream(Byte[] data, Int32 offset, Int32 size) at Litium.Web.Media.Storage.Controllers.DownloadControllerBase.StorageFileInfoResult.WriteFile(HttpResponseBase response) – /storage/D4A9E2A1E2131B8759328F1F3966F5F737A0FE66F40EC5C2C330D694399F8C30/97ebf308cc0841e69fd9165238fd7de6/png/media/de4a58d5b5a5486780161d8b0ce80e65/x.png

Any idea why this is happening or how one might approach an investigation into why this is happening?

Litium version: 7.2.3

The problem is that a client start download a file and before all bytes of the file have been sent, the client is disconnecting the connection to the server. When the server is sending more data it will throw this exception.

Problem is an “non issue” and I will create a bug report about this to see if we can hide the exception message.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.