WWW サービスは、アプリケーション プールのキューの長さを適切に構成できませんでした

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

Knowledge Base article:

[概要]

Web サイトと Web アプリケーションを分離するために、一意の名前と適切に構成された ID を持つようにインターネット インフォメーション サービス (IIS) のアプリケーション プールを構成する必要があります。アプリケーション プールの構成中にエラーが発生した場合、割り当てられた Web サイトおよび Web アプリケーションのサービスをアプリケーション プールで提供することができなくなる可能性があります。

解決方法

イベント ログ メッセージに記録されたアプリケーション プールの構成を修正します。問題が続く場合、ApplicationHost.config ファイルのアクセス許可を確認し、必要なサービスがすべて開始されていることを確認します。場合によっては、WAS を停止してから再起動することが必要になります。

インターネット インフォメーション サービス (IIS) マネージャーを使用して、アプリケーション プールの構成を編集する

アプリケーション プールの構成を編集するには、次の手順に従います。

WAS を停止して再起動する

WAS を停止して再起動するには、次の手順に従います。

注意: WAS を停止すると、World Wide Web 発行サービス (W3SVC) など、WAS に依存する他のサービスも停止します。そのため、W3SVC またはその他のサービスも再起動する必要があります。

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
WWW サービスは、アプリケーション プールのキューの長さを適切に構成できませんでした
{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>