shutdownReason :配置更改,但仅更改静态文件?

发布于 2024-12-07 21:36:38 字数 1420 浏览 0 评论 0原文

我使用的是带有最新官方更新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮光沉寂 2024-12-14 21:36:38

该问题已通过更新时间同步设置得到解决。

The problem has been fixed by updating time sync settings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文