We had ImageResizer throw the error shown below, and subsequently I believe the app pool crashed and a new one started... This, in turn, also caused a massive queue of images to build up and the service was down for half an hour. Anyone seen this before?
Note, we've also seen a few "access denied" errors from ImageResizer in the EventLog for images with "images" in their filename. Unsure if related.
Any thoughts would be much appreciated
Exception information: Exception type: ImageProcessingException Exception message: Failed to acquire a lock on file "E:\images\1d\3a05214b1dfa98e41d04ed86db6c3f6e600347e92a1b102016e8eac5ee15a9ed.jpg" within 15000ms. Caching failed. at ImageResizer.Plugins.DiskCache.DiskCache.Process(IResponseArgs e)
at ImageResizer.Plugins.DiskCache.DiskCache.Process(HttpContext context, IResponseArgs e) at ImageResizer.InterceptModule.HandleRequest(HttpContext context, String virtualPath, NameValueCollection queryString, IVirtualFile vf) at ImageResizer.InterceptModule.CheckRequest_PostAuthorizeRequest(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)