응용 프로그램 풀과 연관된 작업 개체에서 오류가 발생했습니다.

Microsoft.Windows.InternetInformationServices.10.0.Job.object.associated.with.the.application.pool.encountered.an.error (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.10.0.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.Job.object.associated.with.the.application.pool.encountered.an.error" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.10.0.WarningAndErrorEventProvider">
<LogName>System</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool.EventFilter">
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(5088|5061|5060)$</Pattern>
</RegExExpression>
</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.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.Job.object.associated.with.the.application.pool.encountered.an.error.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>