因為程序建立錯誤,泛型應用程式無法上線

Microsoft.Windows.10.0.Cluster.Management.Monitoring.Generic.application.could.not.be.brought.online.due.to.process.creation.error (Rule)

Knowledge Base article:

摘要

因為程序建立錯誤,泛型應用程式無法上線

解決方式

如果您目前尚未開啟 [事件檢視器],請參閱「開啟事件檢視器和檢視與容錯移轉叢集相關的事件」。如果事件包含您尚未查閱的錯誤碼,請參閱「尋找與部分事件訊息所包含錯誤碼相關的詳細資訊」。在檢閱事件後,請確認下列項目對叢集化泛型應用程式執行個體使用的應用程式為真:

如果所有前述項目都已正確設定,請檢查 [事件檢視器] 以瞭解與應用程式相關的其他錯誤,從而查看影響應用程式啟動的可能原因。

若要執行這些程序,您必須是伺服器上本機 Administrators 群組的成員,或是已經委派您對應的權限。

檢視或變更叢集化泛型應用程式執行個體的服務名稱及其他設定:

開啟事件檢視器和檢視與容錯移轉叢集相關的事件:

尋找與部分事件訊息所包含錯誤碼相關的詳細資訊:

Element properties:

TargetMicrosoft.Windows.10.0.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
因為程序建立錯誤,泛型應用程式無法上線
{0}

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Generic.application.could.not.be.brought.online.due.to.process.creation.error" Enabled="true" Target="Clus8Library!Microsoft.Windows.10.0.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.10.0.Cluster.EventProvider">
<Criteria>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1039</Value>
</ValueExpression>
</SimpleExpression>
</Criteria>
<LogName>System</LogName>
<PublisherName>Microsoft-Windows-FailoverClustering</PublisherName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ClusLibrary!Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.10.0.Cluster.Management.Monitoring.Generic.application.could.not.be.brought.online.due.to.process.creation.error.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>