gpt4 book ai didi

asp.net - AppPool 自行关闭

转载 作者:行者123 更新时间:2023-12-04 12:32:42 26 4
gpt4 key购买 nike

这是我在几个月内遇到过两次的问题。基本上,我接到一个电话,说我们的站点给出了 HTTP 错误 503,我查看了 IIS7 管理器并注意到 AppPool 已自行关闭。我重新启动它,它继续愉快地前进,直到几个月后它再次发生。

IIS 管理器正在处理四个站点,此问题两次都发生在同一个站点上。正在使用的 .NET Framework 版本是 v4.0。

查看事件日志,我看到以下内容

网络服务器 IIS:

Warning: Event 5011 "A Process serving the application pool 'foo' suffered a fatal communication error with the Windows Process Activation Service. The process id was 'X' The data field contains the error number." - This warning appears 5 times, with 5 difference values for X, this takes place over about a minute 10-15 seconds between each warning.

Error: Event 5002 "Application pool 'foo' is being automatically disabled due to a series of failures in the process(es) serving that application pool."



应用日志:

Error: Event 1000: "Faulting application name: w3wp.exe, version 7.5.7601.17514, time stamp: 0x4ce7afa2.
Faulting module name: clr.dll version 4.0.30319.17929, times tamp: 0x4ffa59b1. Exception codeL 0x0000fd"

Information: Event 1001 "Fault bucket, type 0
Event Name: APPCRASH Response: Not available"



上述两个事件发生在同一时间段内,首先是错误,然后是两个信息事件。这种情况发生了五次,与 Web 服务器日志中的警告一致。

如果有人能澄清发生了什么,将不胜感激。我宁愿不用担心我们的网站会从网络上消失,因为应用程序池决定自行关闭。

我知道可以关闭快速故障保护(在给定数量的故障后导致关闭),但我宁愿处理潜在的问题。

最佳答案

原来问题出在 PDF4Net 上,正如应用程序池中的故障转储所揭示的那样。链接 How to debug w3wp clr.dll error (由 MikeSmithDev 发布)概述了该过程。

无论如何,一个带有极小页面的 pdf 出现了,然后会被透明图像标记。这会产生堆栈溢出错误,当多次尝试访问该文件时,将导致应用程序池关闭。原来修复只是更新 PDF4Net 的问题。

关于asp.net - AppPool 自行关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18477072/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com