azure - 在 ServiceFabric 中启用 'EventStore' 失败

标签 azure azure-service-fabric

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

fabric:/System/EventStoreService启动失败。

所需行为:启用 EventStore

enter image description here

具体错误消息:

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 在节点上)

详细信息

最佳答案

当集群证书意外存储在虚拟机上的Root 证书存储中时(实际上有效),EventStore/BindCertificate 无法访问它。将集群证书放入我的证书存储中。

关于azure - 在 ServiceFabric 中启用 'EventStore' 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54971705/

相关文章:

使用 Shiny 从 Azure 刷新 token

azure - Azure 资源组需要多个标签名称

Azure 资源管理器部署与存储帐户的经典部署

visual-studio-2017 - VS2017 MSB4057 项目中不存在目标 "CreateManifestResourceNames"

azure - 在多个 Azure 区域中的 Service Fabric 上运行微服务

c# - 隔离 Service Fabric ServiceContext 以进行单元测试

azure - ADF 自定义事件如何访问 Azure Key Vault?

azure - 如何针对本地 CosmosDB 模拟器运行 Azure CLI 命令?

azure-service-fabric - Azure Service Fabric 可靠集合和内存

azure - Azure API 应用程序和 Azure Service Fabric 之间有什么区别?