通用应用程序由于过程创建错误而无法联机

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

Knowledge Base article:

摘要

通用应用程序由于过程创建错误而无法联机

解决方案

如果当前未打开事件查看器,请参阅“打开事件查看器并查看与故障转移群集相关的事件”。如果事件中包含您尚未查找的错误代码,请参阅“了解有关某些事件消息包含的错误代码的详细信息”。检查事件后,确认群集通用应用程序实例所使用的应用程序满足以下条件:

如果上述所有项目均配置正确,请检查事件查看器中是否存在与应用程序相关的其他错误,以查看干扰应用程序启动的可能因素。

若要执行这些过程,您必须是服务器上本地“管理员”组的成员,或者您必须被委派了等效的权限。

若要查看或更改群集通用应用程序实例的服务名称和其他设置,请执行以下操作:

要打开事件查看器并查看与故障转移群集相关的事件,请执行以下操作:

要了解有关某些事件消息包含的错误代码的详细信息,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.6.2.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.6.2.Cluster.EventProvider Default
WA WriteAction Microsoft.Windows.Cluster.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.6.2.Cluster.Management.Monitoring.Generic.application.could.not.be.brought.online.due.to.process.creation.error" Enabled="true" Target="Clus8Library!Microsoft.Windows.6.2.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.6.2.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.6.2.Cluster.Management.Monitoring.Generic.application.could.not.be.brought.online.due.to.process.creation.error.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>