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

Failed message cannot be retried, application crashes with NullReferenceException #402

Closed
danielmarbach opened this issue Oct 16, 2014 · 3 comments
Labels
Milestone

Comments

@danielmarbach
Copy link
Contributor

We downloaded the installer from today. When you have a failed message and want to retry it in ServiceInsight as soon as you click the message the application crashes. The exception claims that the endpoint is null. I do not have stack trace here but the studs sends several error reports to you. We used the Exercise 8 branch to reproduce that failure. Interestingly it works with ServicePulse.

When I use 1.1.8 that NullReference issue doesn't occur. It occurs in 1.2.0

@manstir
Copy link

manstir commented Oct 16, 2014

we encountered the same issue: showing the following stack-trace

System.ArgumentNullException: endpoint is null.
Parameter name: endpoint
at Particular.ServiceInsight.Desktop.SequenceDiagram.EndpointInfo..ctor(Endpoint endpoint, StoredMessage message) in c:\BuildAgent\work\2be762a799648224\src\ServiceInsight.Desktop\SequenceDiagram\EndpointInfo.cs:line 15
at Particular.ServiceInsight.Desktop.SequenceDiagram.SequenceDiagramViewModel.b__4(StoredMessage m) in c:\BuildAgent\work\2be762a799648224\src\ServiceInsight.Desktop\SequenceDiagram\SequenceDiagramViewModel.cs:line 127
at System.Linq.Enumerable.d__142.MoveNext() at System.Linq.Enumerable.<DistinctIterator>d__811.MoveNext()
at ReactiveUI.ReactiveList1.setupRx(IEnumerable1 initialContents, Double resetChangeThreshold)
at Particular.ServiceInsight.Desktop.SequenceDiagram.SequenceDiagramViewModel.CreateEndpoints(IEnumerable`1 messages) in c:\BuildAgent\work\2be762a799648224\src\ServiceInsight.Desktop\SequenceDiagram\SequenceDiagramViewModel.cs:line 125
at Particular.ServiceInsight.Desktop.SequenceDiagram.SequenceDiagramViewModel.Handle(SelectedMessageChanged message) in c:\BuildAgent\work\2be762a799648224\src\ServiceInsight.Desktop\SequenceDiagram\SequenceDiagramViewModel.cs:line 84

@distantcam distantcam added the Bug label Oct 17, 2014
@distantcam distantcam added this to the 1.2.1 milestone Oct 17, 2014
@danielmarbach
Copy link
Contributor Author

I assume the TODO will be fixed in version 4.0 ;) 💃

@distantcam
Copy link
Contributor

That's part of #403 👅

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

3 participants