Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

EPiServer blob handler exceptions

$
0
0

Hello,

We are having the following errors logged periodically on a site in Azure(using the epi azure nuget).

1.2.5 Unhandled exception in ASP.NET
System.Web.HttpException (0x80004005): An error occurred while communicating with the remote host. The error code is 0x800703E3. ---> System.Runtime.InteropServices.COMException (0x800703E3): The I/O operation has been aborted because of either a thread exit or an application request. (Exception from HRESULT: 0x800703E3)
   at EPiServer.Web.MediaHandlerBase.EndTransmitStream(IAsyncResult res)
   at EPiServer.Web.BlobHttpHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
   at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)

And:

1.2.5 Unhandled exception in ASP.NET
System.Web.HttpException (0x800703E3): The remote host closed the connection. The error code is 0x800703E3.
   at EPiServer.Web.MediaHandlerBase.EndTransmitStream(IAsyncResult res)
   at EPiServer.Web.BlobHttpHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
   at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)

Are both of these errors related to the client(browser) aborting the request and then .Net aborting the request to blobstorage? If so, they should be safe to ignore(and never log)?

/Peter


Viewing all articles
Browse latest Browse all 6894

Trending Articles