adam-may / hudson-tray-tracker

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

Exception when trying to claim build #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on CI job to claim build
2. An error appears, and the application closes
3. The error below appears in the log files

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Version of product: 0.12.1.0
OS: Vista

Please provide any additional information below.
Excerpt from log file:
11-10-17 16:15:38,331 [13] INFO  
Hudson.TrayTracker.BusinessComponents.ProjectsUpdateService - Done
2011-10-17 16:15:39,578 [1] ERROR 
Hudson.TrayTracker.Utils.ThreadExceptionHandler - WebException - The remote 
server returned an error: (404) Not Found.Exc
2011-10-17 16:15:39,808 [1] ERROR 
Hudson.TrayTracker.Utils.ThreadExceptionHandler -    at 
System.Net.HttpWebRequest.GetResponse()
   at Hudson.TrayTracker.BusinessComponents.ClaimService.ClaimBuild(Project project, BuildDetails buildDetails, String reason, Boolean sticky)
   at Hudson.TrayTracker.UI.ClaimBuildForm.okButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
   at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2011-10-17 16:15:53,331 [13] INFO  
Hudson.TrayTracker.BusinessComponents.ProjectsUpdateService - Running update 
from Timer

Original issue reported on code.google.com by snobbles...@gmail.com on 17 Oct 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Update - this problem no longer occurs for us (think it may have been fixed 
when the Hudson/Jenkins configuration was updated to allow build claiming)

Original comment by snobbles...@gmail.com on 1 Nov 2011 at 1:19