R – “Duplicate node detected” in a CruiseControl.NET configuration file

cruisecontrol.net

When I launch CruiseControl.NET with a particular configuration file I receive the following error:

ThoughtWorks.CruiseControl.Core.Config.ConfigurationException: Duplicate node detected

What does this mean, and what causes it?

Best Answer

I think you have 2 nodes in your config where it only expected one. Is there any chance you could post the config file it is throwing the exception on here as additional information? I'm using cruisecontrol (not the .net version) currently and find it can be very picky about it's XML files (rightly so) but not tell you anything about where in the file the exceptions were thrown from.

Related Topic