작업자 프로세스가 W3SVC 서비스와의 통신을 초기화하지 못했으므로 이 프로세스를 시작할 수 없습니다.

Microsoft.Windows.InternetInformationServices.10.0.Worker.process.failed.to.initialize.communication.with.the.W3SVC.and.therefore.could.not.be.started (Rule)

Knowledge Base article:

요약

IIS(인터넷 정보 서비스) 작업자 프로세스는 응용 프로그램 풀을 처리하며 시작, 실행 중, 중지 또는 알 수 없는 상태에 있을 수 있습니다. IIS 10에서 작업자 프로세스는 WAS(Windows Process Activation Service)에 의해 관리됩니다. 작업자 프로세스가 응답하지 않는 경우 WAS에 의해 처음 상태로 되돌려질 수 있습니다.

해결 방법

작업자 프로세스 초기화 오류 확인

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

특정 오류 번호 확인

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

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

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

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event_ID2281
Event SourceMicrosoft-Windows-IIS-W3SVC-WP
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.Worker.process.failed.to.initialize.communication.with.the.W3SVC.and.therefore.could.not.be.started" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2281</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<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.Worker.process.failed.to.initialize.communication.with.the.W3SVC.and.therefore.could.not.be.started.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>