All of a sudden my local Service Fabric is unable to start Stateful services. I've tried to uninstall the SDK's, but with no luck. The same service run fine on the Azure cluster.
Even the quickstart service in visual studio won't start
Service Status: fabric:/testapp/Stateful1 is not ready, 1 partitions remaining.
Service Status: fabric:/testapp/Stateful1 is not ready, 1 partitions remaining.
Something is taking too long, the application is still not ready. Finished executing script 'Get-ServiceFabricApplicationStatus'. Time elapsed: 00:01:41.7659838
Error from Service Fabric Explorer: Error event: SourceId='System.FM', Property='State'. Partition is below target replica or instance count.
<Parameters> <Parameter Name="Stateful1_PartitionCount" Value="1" /> <Parameter Name="Stateful1_MinReplicaSetSize" Value="1" /> <Parameter Name="Stateful1_TargetReplicaSetSize" Value="1" /> </Parameters>
– Thomas B