November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hello,
This error seems to be connected to the way ImageVault handles the final step of the PostFile method.
The Response.End method is called and that results in the following code not being executed and this error is thrown.
This should not affect the functionality of ImageVault and there are no planned actions to fix this at this moment.
/Peter Jonsson
I'm looking at the logs of a site that has CMS 6 R2 and ImageVault 3.5.8.0. I'm seeing a lot of these errors:
2015-06-08 16:23:49,381 ERROR [63] ImageStoreNET.Classes.Handlers.ImageHandler.ProcessRequest -
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at ImageStoreNET.Classes.Handlers.ImageHandler.PostFile(FileInfo externalFile, HttpContext context, Boolean download, Stream stream, String downloadName, ArrayList fileDep, Boolean isOrder, Boolean sendExtraIVHeaders, DataObjectBase dataObject)
at ImageStoreNET.Classes.Handlers.ImageHandler.ProcessRequest(HttpContext context)
What do they mean and is there something I can do to get rid of the exceptions?