WAS가 응용 프로그램 풀에 구성 변경 사항을 적용하지 못했습니다.

Microsoft.Windows.InternetInformationServices.6.2.WAS.did.not.apply.configuration.changes.to.application.pool (Rule)

Knowledge Base article:

요약

웹 사이트 및 웹 응용 프로그램이 격리되도록 하려면 IIS(인터넷 정보 서비스) 응용 프로그램 풀의 이름이 고유하게 구성되어 있고 ID가 올바르게 구성되어 있어야 합니다. 응용 프로그램을 구성하는 동안 오류가 발생하면 응용 프로그램 풀에서 이 풀에 할당된 웹 사이트 및 웹 응용 프로그램을 처리하지 못할 수 있습니다.

해결 방법

응용 프로그램 풀 중지 및 다시 시작

응용 프로그램 풀을 정상 작동 상태로 되돌리려면 때때로 다시 시작해야 합니다. 응용 프로그램 풀은 WAS(Windows Process Activation Service)에 종속되어 있으므로 WAS를 다시 시작해야 할 수 있습니다. WAS를 다시 시작하는 경우 WAS에 종속된 W3SVC(World Wide Web Publishing 서비스)도 다시 시작해야 할 수 있습니다.

애플리케이션 풀을 중지하고 시작하려면:

아래 링크를 사용하여 응용 프로그램 풀을 다시 시작할 수도 있습니다.

응용 프로그램 풀 재생

WAS를 중지하거나 다시 시작하려면:

W3SVC를 시작하려면:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.IIS.6.2.WarningAndErrorEventProvider Default
Filter ConditionDetection Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.EventFilter Default
WA WriteAction Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.WAS.did.not.apply.configuration.changes.to.application.pool" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.6.2.WarningAndErrorEventProvider">
<LogName>System</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.EventFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5085</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-WAS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.6.2.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.WAS.did.not.apply.configuration.changes.to.application.pool.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>