You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following Error occurs on ServiceInsight startup, causing it to Terminate.
System.NullReferenceException: Object reference not set to an instance of an object. at ServiceInsight.Saga.SagaWindowViewModel.<>c__DisplayClass31_0.<FetchOrderedSagaData>b__3(SagaUpdate update) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 222 at System.Linq.Enumerable.Any[TSource](IEnumerable1 source, Func2 predicate) at ServiceInsight.Saga.SagaWindowViewModel.FetchOrderedSagaData(Guid sagaId) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 221 at ServiceInsight.Saga.SagaWindowViewModel.RefreshSaga(SagaInfo originatingSaga) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 170 at ServiceInsight.Saga.SagaWindowViewModel.RefreshSaga(StoredMessage message) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 152 at ServiceInsight.Saga.SagaWindowViewModel.Handle(SelectedMessageChanged event) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 103
The text was updated successfully, but these errors were encountered:
Thanks for reporting it @danielHalan. I'm just wondering which version of SI were you using? There seems to be an issue with the Saga data that is potentially expired? Do you have this symptom on other instances of ServiceControl?
Would you be able to securely share the database with us so we can reproduce it? If yes, I can email you the details on how.
@danielHalan I had a look through the code and we are checking the data for being null. Since you couldn't reproduce the issue either, should we close this for now? (we can always reopen it if you encounter it again).
Hi,
Following Error occurs on ServiceInsight startup, causing it to Terminate.
System.NullReferenceException: Object reference not set to an instance of an object. at ServiceInsight.Saga.SagaWindowViewModel.<>c__DisplayClass31_0.<FetchOrderedSagaData>b__3(SagaUpdate update) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 222 at System.Linq.Enumerable.Any[TSource](IEnumerable
1 source, Func2 predicate) at ServiceInsight.Saga.SagaWindowViewModel.FetchOrderedSagaData(Guid sagaId) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 221 at ServiceInsight.Saga.SagaWindowViewModel.RefreshSaga(SagaInfo originatingSaga) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 170 at ServiceInsight.Saga.SagaWindowViewModel.RefreshSaga(StoredMessage message) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 152 at ServiceInsight.Saga.SagaWindowViewModel.Handle(SelectedMessageChanged event) in C:\BuildAgent\work\7540559e45164f93\src\ServiceInsight\Saga\SagaWindowViewModel.cs:line 103
The text was updated successfully, but these errors were encountered: