El servicio WWW no pudo configurar correctamente la longitud de la cola del grupo de aplicaciones

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

Knowledge Base article:

Resumen

Para garantizar el aislamiento de los sitios y aplicaciones web, los grupos de aplicaciones de Internet Information Services (IIS) se deben configurar con nombres únicos y las identidades deben estar configuradas correctamente. Si se producen errores durante la configuración de un grupo de aplicaciones, es posible que deje de estar disponible para servir los sitios y aplicaciones web que tiene asignados.

Resoluciones

Corrija la configuración del grupo de aplicaciones tal como se indica en el mensaje del registro de eventos. Si el problema persiste, compruebe los permisos en el archivo ApplicationHost.config y asegúrese de que todos los servicios necesarios se han iniciado. En algunos casos, habrá que detener y reiniciar WAS.

Edite la configuración del grupo de aplicaciones mediante el Administrador de Internet Information Services (IIS)

Para editar la configuración del grupo de aplicaciones:

Detener y reiniciar WAS

Para detener y reiniciar WAS:

Nota: al detener WAS, se detendrán también los servicios dependientes, incluido el servicio de publicación World Wide Web (W3SVC). Por lo tanto, quizás haya que reiniciar W3SVC o u otros servicios.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
El servicio WWW no pudo configurar correctamente la longitud de la cola del grupo de aplicaciones
{0}

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2008.WWW.service.failed.to.properly.configure.the.application.pool.queue.length" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.ApplicationPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.2008.WarningAndErrorEventProvider">
<LogName>System</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="Microsoft.Windows.InternetInformationServices.2008.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.2008.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.2008.WWW.service.failed.to.properly.configure.the.application.pool.queue.length.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>