While using composite files on my production server, I am getting file not found errors after a few hours of operation. I restart the application pool and it works for another 2-4 hours and the errors come back. When they do, it appears to be happening to all my users who are not cached on their local machine with these files. IN other words, it is affecting nearly every user. This is critical.
Error:
2016-06-26 15:48:17,479 [SV1][Thread:30][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005):
File not found
at
ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.ProcessRequestInternal(HttpContextBase context, String fileset, ClientDependencyType type, Int32 version, Byte[] outputBytes, OutputCachedPage page)
at ClientDependency.Core.CompositeFiles.CompositeDependencyHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
System Info:
Product: DNN Platform Version:
8.0.1 (.NET
4.5.1) Windows
Server 2012, SQL Server 2014
CAS Permissions: ReflectionPermission, WebPermission,
AspNetHostingPermission
Caching Provider: FileBasedCachingProvider
Logging Provider: DBLoggingProvider
HTML Editor Provider: DotNetNuke.RadEditorProvider
Friendy URL Provider: DNNFriendlyUrl
Friendly URLs Enabled: True
Friendly URL Type: advanced
Web Farm Enabled: False
jQuery Version: 1.9.1
jQuery UI Version: 1.10.3
Help?
Any ideas at all of what to look at?