Bug #114
An error occurs when opening configuration
| Status: | Assigned | Start: | 09/19/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Monitor | Spent time: | - | |
| Target version: | Monitor Release |
Description
Looks like a neat project but it blows up after I get in the settings.
Here is the contents of the log file:
An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at ThoughtWorks.CruiseControl.Remote.Monitor.Server.OnWatcherUpdate(Object sender, ServerUpdateArgs e)
at ThoughtWorks.CruiseControl.Remote.Monitor.PollingServerWatcher.RetrieveSnapshot()
at ThoughtWorks.CruiseControl.Remote.Monitor.PollingServerWatcher.Poll()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Originally reported on [[http://csut017.wordpress.com/2009/08/22/fastforward-net-beta-3-released/#comment-305]].
History
Updated by Craig Sutherland over 2 years ago
- Status changed from New to Assigned
This appears to be an issue with the Communications API - my current guess is a duplicate project name. Waiting for feedback from the reporter.