NotImplementedException thrown using 1.4x remoting (Bug #101)


Added by almost 4 years ago. Updated almost 4 years ago.


Status:Closed Start date:
Priority:Immediate Due date:
Assignee:Craig Sutherland % Done:

0%

Category:Monitor Spent time: -
Target version:Monitor Release

Description

I've set up multiple 1.4x remoting servers. Some of the projects on these servers share the same name. When I try to connect to them using FF.NET, I get an unhandled NotImplementedException. Here's the stack trace responding to the server event:

System.Windows.Forms.dll!System.Windows.Forms.Control.MarshaledInvoke(System.Windows.Forms.Control caller, System.Delegate method, object[] args, bool synchronous) + 0x3a7 bytes    
System.Windows.Forms.dll!System.Windows.Forms.Control.Invoke(System.Delegate method, object[] args) + 0x50 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.Invoke(System.Delegate method) + 0x7 bytes
FastForward.WinCore.dll!FastForward.WinCore.ControlUtils.SafeInvoke(System.Windows.Forms.Control control = {FastForward.WinCore.ProjectListView}, System.Action action = {Method = {Void <server_ProjectAdded>b+0()}}) + 0x95 bytes
FastForward.WinCore.dll!FastForward.WinCore.ProjectListView.server_ProjectAdded(object sender = {ThoughtWorks.CruiseControl.Remote.Monitor.Server}, [[ThoughtWorks]].CruiseControl.Remote.Monitor.ProjectChangedArgs e = {ThoughtWorks.CruiseControl.Remote.Monitor.ProjectChangedArgs}) + 0x81 bytes

History

Updated by Craig Sutherland almost 4 years ago

This is happening because there is a call to get the current build status. Unfortunately, this call only works on a 1.5.x server, so it was failing with the exception :-(

I have added an error check for this failure now.

  • Status changed from New to Closed
  • (deleted custom field) set to fixed

Also available in: Atom PDF