Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SagaWindowViewModel.FetchOrderedSagaData - NullReferenceException #738

Closed
danielHalan opened this issue Jul 12, 2017 · 5 comments
Closed
Assignees
Labels
Milestone

Comments

@danielHalan
Copy link
Contributor

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](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

@HEskandari
Copy link
Contributor

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.

@HEskandari HEskandari added the Bug label Jul 13, 2017
@danielHalan
Copy link
Contributor Author

danielHalan commented Jul 13, 2017

@HEskandari SI v1.7.1, you can contact me for diagnostics details, using my github handle at gmail

@HEskandari
Copy link
Contributor

@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).

@HEskandari
Copy link
Contributor

Keeping this issue open for now as I have received another report of this exact problem.

@adamralph
Copy link
Member

@danielHalan thanks for raising this issue. This has been fixed in 1.7.2, which was released today: https://twitter.com/ParticularNews/status/899943683973361664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants