Falha no serviço WWW ao configurar corretamente o tamanho da fila do pool de aplicativos

Microsoft.Windows.InternetInformationServices.6.2.WWW.service.failed.to.properly.configure.the.application.pool.queue.length (Rule)

Knowledge Base article:

Resumo

Para garantir o isolamento do site e aplicativo Web, os pools de aplicativos do IIS (Serviços de Informações da Internet) devem estar configurados com nomes exclusivos e identidades configuradas corretamente. Se ocorrerem erros durante a configuração de um pool de aplicativos, o pool de aplicativos pode não estar disponível para atender os sites e aplicativos Web atribuídos a ele.

Resoluções

Corrija a configuração do pool de aplicativos como indicado na mensagem do log de eventos. Se o problema persistir, verifique as permissões no arquivo ApplicationHost.config e verifique se todos os serviços necessários foram iniciados. Em alguns casos, talvez seja necessário parar e reiniciar o WAS.

Edite a configuração do pool de aplicativos usando o Gerenciador do IIS (Serviços de Informações da Internet)

Para editar a configuração do pool de aplicativos:

Pare e reinicie o WAS

Para parar e reiniciar o WAS:

Observação: Parar o WAS também interrompe todos os serviços que dependem dele, incluindo o W3SVC (Serviço de Publicação na World Wide Web). Talvez seja necessário reiniciar também o W3SVC ou outros serviços.

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.WWW.service.failed.to.properly.configure.the.application.pool.queue.length" 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>1087</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</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.WWW.service.failed.to.properly.configure.the.application.pool.queue.length.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>