Hello all, I am upgrading from 1.5 RC1 to 1.5 Released. Everything went smoothly until I tried to force build one of my projects. Iget this exception in the log:
[3:WARN] INTERNAL ERROR: Key cannot be null. Parameter name: key ---------- System.ArgumentNullException: Key cannot be null. Parameter name: key at System.Collections.Hashtable.get_Item(Object key) at ThoughtWorks.CruiseControl.Core.ProjectIntegratorList.get_Item(String projectName) at ThoughtWorks.CruiseControl.Core.IntegrationQueueManager.GetIntegrator(String projectName) at ThoughtWorks.CruiseControl.Core.CruiseServer.<>c__DisplayClass17.<GetMostRecentBuildNames>b__16(ProjectRequest arg, Response resp) at ThoughtWorks.CruiseControl.Core.CruiseServer.RunProjectRequest(ProjectRequest request, Nullable`1 permission, Nullable`1 eventType, ProjectRequestAction action) ---------- Any ideas? The project seemed to run fine but I want to be sure nothing is messedup behind the scenes. Thanks, David
