HI,
I'm having a problem using the CCnet plug-in, and I'd really like to since it is supposed to cut down on the number of connections used. Here's the error from my ccnet.log file. It looks like it doesn't like an empty password, and the password for the user I'm trying to use IS empty. Thanks.
andy
2008-06-20 13:29:15,216 [MyCompany.Data:ERROR] INTERNAL ERROR: Value cannot be null.
Parameter name: vaultPassword
----------
System.ArgumentNullException: Value cannot be null.
Parameter name: vaultPassword
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.FortressClient.Login(String vaultHost, String vaultRepositoryName, String vaultUser, String vaultPassword, Boolean useSSL, String proxyHost, String proxyDomain, Int32 proxyPort, String proxyUser, String proxyPassword)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.FortressVaultSourceControl.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.FilteredSourceControl.GetModifications(IIntegrationResult from, IIntegrationResult to)
at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)
at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)
at ThoughtWorks.CruiseControl.Core.Project.Integrate(IntegrationRequest request)
at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Integrate()
at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Run()
----------
Fortress CCNet plugin
Moderator: SourceGear