adam-may / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Hudson Tray Tracker Crashed On Queued Builds #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
======================================
1. In Hudson: Reduce the number of build executors to a small number (say, 
1)
2. In Hudson: Kick off a long-running job
3. In Hudson: Kick off another job, and ensure it appears in the "Build 
Queue" -- it should have a little clock next to the 
4. Check/refresh your Hudson Tray Tracker. It will have crashed, with an 
error message.

What is the expected output? What do you see instead?
=====================================================
Expected output: Unknown. I would like to see HTT decorate its pending 
jobs with a waiting icon in the full view, but I will settle for it not 
crashing. :-)

The error message which appears is:
System.NullReferenceException: Object reference not set to an instance of 
an object.
   at Hudson.TrayTracker.UI.TrayNotifier.UpdateBalloonTip(ICollection`1 
errorProjects, ICollection`1 regressingProjects)
   at Hudson.TrayTracker.UI.TrayNotifier.DoUpdateNotifier()
   at Hudson.TrayTracker.UI.TrayNotifier.UpdateNotifier()

What version of the product are you using? On what operating system?
====================================================================
Running HTT 0.9.4.0 on Windows 7 Enterprise (64-bit).

Please provide any additional information below.
================================================
N/A - please let me know if you have any questions or comments.

Original issue reported on code.google.com by jgaj...@gmail.com on 4 Mar 2010 at 6:08

GoogleCodeExporter commented 9 years ago
I wasn't able to reproduce the issue. Can you test with the latest beta 
version? It
is built in debug so line numbers will appear in the log files. That would help
knowing exactly what is going wrong.

Here is the link:
http://hudson-tray-tracker.googlecode.com/files/HudsonTrayTrackerInstaller_v0.9.
8_beta.exe

Thanks.

Original comment by Alexis.S...@gmail.com on 12 Mar 2010 at 10:45

GoogleCodeExporter commented 9 years ago
I wound up installing the new 0.10.0.0 release, and I don't see the problem any 
more. Thank you!

Original comment by jgaj...@gmail.com on 12 Mar 2010 at 2:48