Hi everyone, I'm a newbie, in the CCNET install; and I would like to integrate it to my local SVN. I have everything on my own machine, it's for personal development.
I have setup SVN, without any problem, I can do commit/update/checkout without any problem. I have setup CCNET and followng the installation for newbie without any problem too. Now I try to setup the integration between both of them, and I got the following error: 2008-09-22 23:11:58,281 [CCNet Server:DEBUG] The trace level is currently set to debug. This will cause CCNet to log at the most verbose level, which is useful for setting up or debugging the server. Once your server is running smoothly, we recommend changing this setting in J:\Users\Servers\CruiseControl.NET\server \ccnet.exe.config to a lower level. 2008-09-22 23:11:58,296 [CCNet Server:INFO] Reading configuration file "J:\Users\Servers\CruiseControl.NET\server\ccnet.config" 2008-09-22 23:11:58,453 [CCNet Server:ERROR] Exception: Unable to instantiate CruiseControl projects from configuration document. Configuration document is likely missing Xml nodes required for properly populating CruiseControl configuration. No loaded type is marked up with a ReflectorType attribute that matches the Xml node (sourcecontrol). Xml Source: <sourcecontrol type="svn"><trunkUrl>http://localhost:81/svn/Sattic/trunk</ trunkUrl><workingDirectory>J:\Users\Build\Sattic</ workingDirectory><executable>J:\Users\Servers\Subversion\VisualSVN Server\bin\svn.exe</executable><username>builder</ username><password>bd</password><autoGetSource>false</ autoGetSource><checkExternals>false</checkExternals><!-- <webUrlBuilder></webUrlBuilder>--><tagOnSuccess>false</ tagOnSuccess><tagBaseUrl>false</tagBaseUrl><timeout units="minutes">10</timeout><!--<issueUrlBuilder></issueUrlBuilder>-- ></sourcecontrol> Conflicting project data : <sourcecontrol type="svn"><trunkUrl>http:// localhost:81/svn/Sattic/trunk</trunkUrl><workingDirectory>J:\Users \Build\Sattic</workingDirectory><executable>J:\Users\Servers\Subversion \VisualSVN Server\bin\svn.exe</executable><username>builder</ username><password>bd</password><autoGetSource>false</ autoGetSource><checkExternals>false</checkExternals><!-- <webUrlBuilder></webUrlBuilder>--><tagOnSuccess>false</ tagOnSuccess><tagBaseUrl>false</tagBaseUrl><timeout units="minutes">10</timeout><!--<issueUrlBuilder></issueUrlBuilder>-- ></sourcecontrol> ---------- ThoughtWorks.CruiseControl.Core.Config.ConfigurationException: Unable to instantiate CruiseControl projects from configuration document. Configuration document is likely missing Xml nodes required for properly populating CruiseControl configuration. No loaded type is marked up with a ReflectorType attribute that matches the Xml node (sourcecontrol). Xml Source: <sourcecontrol type="svn"><trunkUrl>http://localhost:81/svn/Sattic/trunk</ trunkUrl><workingDirectory>J:\Users\Build\Sattic</ workingDirectory><executable>J:\Users\Servers\Subversion\VisualSVN Server\bin\svn.exe</executable><username>builder</ username><password>bd</password><autoGetSource>false</ autoGetSource><checkExternals>false</checkExternals><!-- <webUrlBuilder></webUrlBuilder>--><tagOnSuccess>false</ tagOnSuccess><tagBaseUrl>false</tagBaseUrl><timeout units="minutes">10</timeout><!--<issueUrlBuilder></issueUrlBuilder>-- ></sourcecontrol> Conflicting project data : <sourcecontrol type="svn"><trunkUrl>http:// localhost:81/svn/Sattic/trunk</trunkUrl><workingDirectory>J:\Users \Build\Sattic</workingDirectory><executable>J:\Users\Servers\Subversion \VisualSVN Server\bin\svn.exe</executable><username>builder</ username><password>bd</password><autoGetSource>false</ autoGetSource><checkExternals>false</checkExternals><!-- <webUrlBuilder></webUrlBuilder>--><tagOnSuccess>false</ tagOnSuccess><tagBaseUrl>false</tagBaseUrl><timeout units="minutes">10</timeout><!--<issueUrlBuilder></issueUrlBuilder>-- ></sourcecontrol> ---> Exortech.NetReflector.NetReflectorException: No loaded type is marked up with a ReflectorType attribute that matches the Xml node (sourcecontrol). Xml Source: <sourcecontrol type="svn"><trunkUrl>http://localhost:81/svn/Sattic/trunk</ trunkUrl><workingDirectory>J:\Users\Build\Sattic</ workingDirectory><executable>J:\Users\Servers\Subversion\VisualSVN Server\bin\svn.exe</executable><username>builder</ username><password>bd</password><autoGetSource>false</ autoGetSource><checkExternals>false</checkExternals><!-- <webUrlBuilder></webUrlBuilder>--><tagOnSuccess>false</ tagOnSuccess><tagBaseUrl>false</tagBaseUrl><timeout units="minutes">10</timeout><!--<issueUrlBuilder></issueUrlBuilder>-- ></sourcecontrol> at Exortech.NetReflector.NetReflectorReader.Read(XmlNode node) at ThoughtWorks.CruiseControl.Core.Config.NetReflectorConfigurationReader.Read(XmlDocument document) --- End of inner exception stack trace --- at ThoughtWorks.CruiseControl.Core.Config.NetReflectorConfigurationReader.Read(XmlDocument document) at ThoughtWorks.CruiseControl.Core.Config.DefaultConfigurationFileLoader.Load(FileInfo configFile) at ThoughtWorks.CruiseControl.Core.Config.FileConfigurationService.Load() at ThoughtWorks.CruiseControl.Core.Config.FileWatcherConfigurationService.Load() at ThoughtWorks.CruiseControl.Core.Config.CachingConfigurationService.Load() at ThoughtWorks.CruiseControl.Core.CruiseServer..ctor(IConfigurationService configurationService, IProjectIntegratorListFactory projectIntegratorListFactory, IProjectSerializer projectSerializer) at ThoughtWorks.CruiseControl.Core.CruiseServerFactory.Create(Boolean remote, String configFile) at ThoughtWorks.CruiseControl.Core.ConsoleRunner.LaunchServer() at ThoughtWorks.CruiseControl.Core.ConsoleRunner.Run() at ThoughtWorks.CruiseControl.Console.ConsoleMain.Main(String[] args) ---------- Which obviously make me think I did a mistake in the ccnet.config, but I can't find it, if you have any idea where is my mistake, I will be please. <cruisecontrol> <!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! --> <!-- <project name="MyFirstProject" /> --> <sourcecontrol type="svn"> <trunkUrl>http://localhost:81/svn/Sattic/trunk</trunkUrl> <workingDirectory>J:\Users\Build\Sattic</workingDirectory> <executable>J:\Users\Servers\Subversion\VisualSVN Server\bin \svn.exe</executable> <username>builder</username> <password>bd</password> <autoGetSource>false</autoGetSource> <checkExternals>false</checkExternals> <!--<webUrlBuilder></webUrlBuilder>--> <tagOnSuccess>false</tagOnSuccess> <tagBaseUrl>false</tagBaseUrl> <timeout units="minutes">10</timeout> <!--<issueUrlBuilder></issueUrlBuilder>--> </sourcecontrol> <!-- <project> <name>mycompany</name> <triggers /> <tasks> <exec> <executable>J:\Users\Build\mycompany\Executable\test.cmd</ executable> </exec> </tasks> </project> --> </cruisecontrol> I had a look to the different post but I didn't find my answer. Any idea will be obviously welcome. I'm not really good in administration and stuff like that ;-( Thanks for any help Superfly
