Hi,
I have a little problem with multiple errors beeing logged to the Portals\_Default\Logs folder. The errors are pertaining to access of the Portals\x\Cache folder. I also recieve error messags when the system is trying to purge the error log itself.
2013-06-16 14:31:04,827 [ZAPATINO1][Thread:10][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - Access to the path 'C:\inetpub\wwwroot\DNN\DNN_XXX\Portals\0\Cache\Pages\53_ACABA51644A302FBB325E30E7931BAF8.data.resources' is denied.
System.UnauthorizedAccessException: Access to the path 'C:\inetpub\wwwroot\DNN\DNN_XXX\Portals\0\Cache\Pages\53_ACABA51644A302FBB325E30E7931BAF8.data.resources' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFileWithWait(String filename, Int16 waitInMilliseconds, Int16 maxAttempts)
The Application pool is running under a domain account in this particular installation. The web server itself is running as the Local system. The Application pool identity has full access to the entire DNN folder.
Might there be a problem with the rights of the domain account on the computer, apart from having full access in the file system to the folder?
Does anybody have a similar experidence? Ideas for further trouble shooting?
Thank you
Pedro