작업자 프로세스를 초기화하는 동안 오류가 발생했습니다.

Microsoft.Windows.InternetInformationServices.2008.Worker.process.encountered.an.error.during.initialization (Rule)

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) 작업자 프로세스는 응용 프로그램 풀에 서비스를 제공하며 시작 중, 실행 중, 중지 중 또는 알 수 없는 상태일 수 있습니다. IIS 7에서 작업자 프로세스는 WAS(Windows Process Activation Service)에 의해 관리됩니다. 작업자 프로세스가 응답하지 않는 경우 WAS에서 재생할 수 있습니다.

해결 방법

작업자 프로세스 초기화 실패 확인

작업자 프로세스가 초기화되지 않는 경우 이벤트 로그 메시지에서 특정 오류 번호가 메시지에 포함되어 있는지 확인하십시오. 이 오류 번호는 이벤트 ID와는 다릅니다. 이렇게 하려면 다음 단계를 참조하십시오.

특정 오류 번호 확인

특정 오류 번호를 확인하려면

특정 오류 번호에 대한 자세한 정보 보기

특정 오류 번호에 대해 자세히 알아보려면

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.WebServer
CategoryAlert
EnabledTrue
Event SourceMicrosoft-Windows-IIS-W3SVC-WP
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
작업자 프로세스를 초기화하는 동안 오류가 발생했습니다.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2008.Worker.process.encountered.an.error.during.initialization" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC-WP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(2279|2278|2277)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.2008.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.2008.Worker.process.encountered.an.error.during.initialization.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>