在 ServiceFabric 中启用 'EventStore' 失败

enabling 'EventStore' in ServiceFabric fails

我正在尝试在 ServiceFabric 中启用 EventStore,但升级失败。

fabric:/System/EventStoreService启动失败

期望的行为: 启用 EventStore

具体错误信息:

02/14/2019,11:18:04.325442 AM,1026,Error,.NET Runtime,,,Application: EventStore.Service.Setup.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
   at EventStore.Service.Setup.Program+PortAclUtility.BindCertificate(System.String, Int32, Byte[])
   at EventStore.Service.Setup.Program.Main(System.String[])

(节点上diagnostic logs

详情

当群集证书意外存储在 VM 上的 Root 证书存储中时 - 这实际上有效 - EventStore/BindCertificate 无法访问它。将集群证书放入 My 证书存储区。