I am trying to deploy a Stateless application on my service fabric cluster. As soon as the application is deployed, it goes to warning and then error state with the following error:
'System.RA' reported Warning for property 'ReplicaOpenStatus'. Replica had multiple failures during open on _nt1vm_4. API call: IStatelessServiceInstance.Open(); Error = System.IndexOutOfRangeException (-2146233080) Index was outside the bounds of the array. at System.Fabric.Common.Tracing.FabricEventSource.ExtensionsEventsInternal.WriteWarning(String id, String type, String message) at Microsoft.ServiceFabric.Services.Runtime.StatelessServiceInstanceAdapter.<System.Fabric.IStatelessServiceInstance.OpenAsync>d__0.MoveNext() For more information see: https://aka.ms/sfhealth
This is happening on both my local SF cluster and when its deployed on Azure. Since it is not even entering the main program in the application, I am not able to see any other meaningful log or events. I have also logged into the remote node and looked at the logs, didn't find anything other than this. The source of this error is not clear from this message and I'm not able to debug without application logs.