【发布时间】:2012-02-17 12:13:29
【问题描述】:
我开发了一个应用程序站点,其中一个设施是常见问题解答,用户可以在其中无限制地发布文本数据。 每当单个字段(问题或答案)大小很大(如一页长)时,我都会使用两台服务器来运行应用程序,其中一台服务器正在提供服务不可用。我在日志中检查了错误详细信息是
-------------------
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 1/23/2012
Time: 3:29:49 PM
User: N/A
Computer: BA5SWWW006
Description:
Application pool 'pool_name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
--------------------
还有
-------------------
Event Type: Error
Event Source: VsJITDebugger
Event Category: None
Event ID: 4096
Date: 1/23/2012
Time: 3:29:44 PM
User: NT AUTHORITY\NETWORK SERVICE
Computer: BA5SWWW006
Description:
An unhandled win32 exception occurred in w3wp.exe [10896]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.
Check the documentation index for 'Just-in-time debugging, errors' for more information.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 02 00 5c 80 ..\
------------------------
但另一台服务器工作正常。我检查了两者的所有基本设置是否相同。 并且任何其他模块也没有这样的登录错误。 如果问题或答案的文本较少,即使是同一模块也不会出现错误。
当发生这种情况时,它会要求输入用户凭据,我不明白为什么它会提示这样??????
我使用带有长文本字段的 my-sql 来存储问题或答案。
【问题讨论】:
-
返回并在事件日志中查看导致应用程序池“由于一系列故障而被禁用”的消息的任何警告。这一系列的失败是我们/你需要看到的错误。
-
如错误中所述,由于“一系列故障”而失败。我怎样才能看到为什么会发生这种故障以及如何解决它们??
-
警告出现在那边:-------- 事件类型:警告事件来源:W3SVC 事件类别:无事件 ID:1011 日期:2012 年 1 月 23 日时间:3: 29:49 PM 用户:N/A 计算机:BA5SWWW006 描述:为应用程序池“pool_name”提供服务的进程与万维网发布服务发生了致命的通信错误。进程 ID 为“9032”。数据字段包含错误号。有关详细信息,请参阅go.microsoft.com/fwlink/events.asp 的帮助和支持中心。数据:0000:6d 00 07 80 m..------------
-
您使用的是什么版本的 IIS?