I just noticed this in the error log of an Umbraco 7.4.3 site:
2016-07-25 14:09:43,890 [P924/D3/T49] ERROR umbraco.presentation.preview.PreviewContent - Couldn't delete preview set: 0_6e293be1-13c3-411f-b525-3e047cb4722d.config - User 0
System.IO.IOException: The process cannot access the file '0_6e293be1-13c3-411f-b525-3e047cb4722d.config' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.Delete()
at umbraco.presentation.preview.PreviewContent.DeletePreviewFile(Int32 userId, FileInfo file)
I would like to know too... Our client is using the preview function a lot. Now it causes the node to get out of the index, what gives error on website..
When previewing, error: umbraco.presentation.preview.PreviewContent
In the log I've got the following error, everytime a preview from Umbraco is done:
2015-04-20 15:47:04,250 [90] ERROR umbraco.presentation.preview.PreviewContent - [Thread 84] Couldn't delete preview set: 8_50834386-0ebe-4aeb-9d88-b4ea31ac7226.config - User 8
System.IO.IOException: The process cannot access the file '8_50834386-0ebe-4aeb-9d88-b4ea31ac7226.config' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.Delete()
at umbraco.presentation.preview.PreviewContent.DeletePreviewFile(Int32 userId, FileInfo file)
Does anyone know what causes this error and how I can fix this?
Thanks in advance,
Remko
Hi Remko
What exact version of Umbraco are you using?
/Jan
I can confirm i'm getting the same error in Umbraco 7.2.6
Same error in 7.2.8. Is there a solution?
I just noticed this in the error log of an Umbraco 7.4.3 site:
I don't believe this is a file permission error. My guess is something is holding on to that file which is prevent Umbraco from deleting it.
Has anyone one managed to get to the bottom of this? I' having the same issue in 7.4.3
I would like to know too... Our client is using the preview function a lot. Now it causes the node to get out of the index, what gives error on website..
Our cient also has this issue in version 7.4.1. Is there any solution for this?
Please vote the issue up on the tracker http://issues.umbraco.org/issue/U4-6811
is working on a reply...