I am trying to enable EventStore in ServiceFabric, but the upgrade fails.
fabric:/System/EventStoreService
fails to start.
Desired Behavior: enable EventStore
Specific Error Message:
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 on the node)
DETAILS
When the cluster certificate is stored in Root
certificate store on the VMs by accident - which actually works - EventStore/BindCertificate
cannot access it. Place the cluster certificate in My
certificate store.