在事件属性中浏览Web应用程序时出现错误 [英] Getting error when browse web application in event Properties

查看:313
本文介绍了在事件属性中浏览Web应用程序时出现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,请诊断出问题..........




Hi all please diagnose the problem..........




Log Name:      System
Source:        Microsoft-Windows-WAS
Date:          11/15/2014 6:58:36 AM
Event ID:      5013
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      ip-0A29ADB6
Description:
A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '2952'.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
    <EventID Qualifiers="32768">5013</EventID>
    <Version>0</Version>
    <Level>3</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-11-15T13:58:36.000000000Z" />
    <EventRecordID>4686334</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Computer>ip-0A29ADB6</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="AppPoolID">DefaultAppPool</Data>
    <Data Name="ProcessID">2952</Data>
    <Binary>
    </Binary>
  </EventData>
</Event>

推荐答案

您看过MSDN文档吗?原因和解决方法已明确说明:

http://support.microsoft.com/kb/2634635 [
Did you look at the MSDN documentation? The cause and resolutions are clearly explained:

http://support.microsoft.com/kb/2634635[^]


由此,我们说不清什么.
当您遇到这样的问题时,请首先搜索错误消息:
Google:在关闭期间,为应用程序池"DefaultAppPool"提供服务的进程超过了时间限制." [ http://support2.microsoft.com/kb/2634635 [ 当然,我们将无能为力!
From that, we can''t tell much, if anything.
When you get problems like this, start by Googling the error message:
Google: "A process serving application pool ''DefaultAppPool'' exceeded time limits during shut down."[^]
The first hit is MSDN: http://support2.microsoft.com/kb/2634635[^] which tlaks about the error, why you get it and what you can do.

It''s not that helpful in this specific case, because basically what it says is "debug your application" - but it does suggest some things that may be wrong with your code.

Certainly, we can do no more!


在Google进行了10个小时的研究和测试后,问题解决了.

Ans. Increase the ShutdownTimeLimit value

ShutdownTimeLimit的默认值可能已从其90秒的默认值修改.可以预期,应用程序池需要时间来完全关闭,因为启动关闭时当前正在处理的所有请求都需要一定的时间才能完成.如果将ShutdownTimeLimit值设置得太低,则可能在高流量的Web应用程序中或在预期需要一些时间才能完成请求的Web应用程序中导致这些错误的事件日志警告.

要在IIS 6.0中修改ShutdownTimeLimit值,请参阅以下文档:

我将IIS 6.0中的ShutdownTimeLimit值从90秒增加了.到200秒重载4 GB RAM CPU
Problem solved myself after 10 hour research over Google and testing.

Ans. Increase the ShutdownTimeLimit value

It is possible that the default ShutdownTimeLimit value was modified from its default value of 90 seconds. It can be expect that an application pool needs time to fully shut down, as any requests currently processing when the shutdown is initiated need to be given a certain amount of time to complete. Setting the ShutdownTimeLimit value too low may cause these erroneous event log warnings in high traffic web applications or in web applications that have requests that are expected to take some time to complete.

To modify the ShutdownTimeLimit value in IIS 6.0, please see the following documentation:

I have increase ShutdownTimeLimit value in IIS 6.0 from 90 sec. to 200 sec. heaving 4 GB RAM CPU


这篇关于在事件属性中浏览Web应用程序时出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆