shutdownReason :配置更改,但仅更改静态文件?
我使用的是带有最新官方更新的 IIS 7.5 和 ASP.NET 4。我正在记录所有应用程序关闭原因。一切正常,但自一周以来,奇怪的关机原因被记录下来。
现在,当服务器上更新静态文件时,就会发生这种情况。 日志示例:
shutDownMessage:
关键目录的更改通知。 bin 目录更改或目录重命名 HostingEnvironment 启动关闭 托管环境导致关闭 关键目录的更改通知。 bin 目录更改或目录重命名 关键目录的更改通知。 bin 目录更改或目录重命名 ...(50 行!) X:\IISTemp\ASPNET4Compilation\root\c6474edd\e8b7124f\hash\hash.web 中的更改 关键目录的更改通知。 bin 目录更改或目录重命名 关键目录的更改通知。 bin 目录更改或目录重命名 ...(20x!) 配置更改 配置更改 配置更改
关闭原因:BinDirChangeOrDirectoryRename
关闭堆栈:
at System.Environment.GetStackTrace(异常 e,布尔型 needFileInfo) 在 System.Environment.get_StackTrace() 在 System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() 在 System.Web.HttpRuntime.ShutdownAppDomain(字符串 stackTrace) 在 System.Web.HttpRuntime.OnCriticalDirectoryChange(对象发送者,FileChangeEvent e) 在 System.Web.FileChangesMonitor.OnCriticaldirChange(对象发送者,FileChangeEvent e) 在 System.Web.DirectoryMonitor.FireNotifications() 在 System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback 回调) 在System.Threading.ExecutionContext.Run(ExecutionContextexecutionContext,ContextCallback回调,对象状态,布尔ignoreSyncCtx) 在 System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() 在 System.Threading.ThreadPoolWorkQueue.Dispatch() 在 System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
有什么想法吗?
I'm on IIS 7.5 and ASP.NET 4 with latest official updates. I'm logging all application shutdown reasons. All is working ok, but since a week strange shutdown reasons are logged.
This now happens when static files are updated on the server.
Example log:
shutDownMessage:
Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown HostingEnvironment caused shutdown Change Notification for critical directories. bin dir change or directory rename Change Notification for critical directories. bin dir change or directory rename ... (50 lines !) Change in X:\IISTemp\ASPNET4Compilation\root\c6474edd\e8b7124f\hash\hash.web Change Notification for critical directories. bin dir change or directory rename Change Notification for critical directories. bin dir change or directory rename ... (20x !) CONFIG change CONFIG change CONFIG change
shutdownReason: BinDirChangeOrDirectoryRename
shutDownStack:
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender, FileChangeEvent e) at System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender, FileChangeEvent e) at System.Web.DirectoryMonitor.FireNotifications() at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Any idea ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该问题已通过更新时间同步设置得到解决。
The problem has been fixed by updating time sync settings.