ServiceType 在节点上被禁用 - 为什么?
ServiceType was disabled on the node - Why?
Post 部署,在激活期间,Service Fabric 未能激活我的服务,错误为 "The ServiceType was disabled on the node" Here is a screenshot。这里可能有什么问题?
如果服务在多次尝试后无法在某个节点上启动,SF 将简单地在该节点上禁用该类型并尝试在其他地方启动它。您可以在屏幕截图中看到,在禁用之前,出现无法启动的错误:"There was an error during activation."
Post 部署,在激活期间,Service Fabric 未能激活我的服务,错误为 "The ServiceType was disabled on the node" Here is a screenshot。这里可能有什么问题?
如果服务在多次尝试后无法在某个节点上启动,SF 将简单地在该节点上禁用该类型并尝试在其他地方启动它。您可以在屏幕截图中看到,在禁用之前,出现无法启动的错误:"There was an error during activation."