Am running ccnet as Console only.
On Feb 2, 7:02 pm, Ruben Willems <[email protected]> wrote: > hi > > you have the following error : a time out > ThoughtWorks.CruiseControl.Core.CruiseControlException: > Source control operation has timed out. > > Do you run CCNet as a service, or as the console? > > I'm running CCNet with vss for some years now, > and never had problems with it (CCNet that is, vss has problems) > > if you run it as a service, does the account that CCNet uses, > has permission to go to the url specified? > > I would suggest to run ccnet first as a console, ruling out most security > issues > > with kind regards > Ruben Willems > > > > On Mon, Feb 2, 2009 at 2:57 PM, Hem <[email protected]> wrote: > > > Hi, > > > Am not able to get latest version from VSS using <sourcecontrol > > type="vss"> in CCNet.config. > > while running the CruiseControl.Net it will start process after some > > few seconds it will stand by some time (what ever time we given in > > <timeout> section) after that time its showing below exception. > > ----------------------------------------------- > > <cruisecontrol project="HRMSMS"> > > <request source="continuous" buildCondition="ForceBuild">continuous > > triggered a build (ForceBuild)</request> > > <modifications /> > > <build date="2009-01-29 11:38:52" buildtime="00:18:08" > > buildcondition="ForceBuild" /> > > <exception><![CDATA > > [ThoughtWorks.CruiseControl.Core.CruiseControlException: Source > > control operation has timed out. > > at > > ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute > > (ProcessInfo processInfo) > > at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vss.GetSource > > (IIntegrationResult result) > > at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build > > (IIntegrationResult result)]]></exception> > > </cruisecontrol> > > ------------------------------------------------- > > My SourceControl & Tasks Block > > -------------------------------------------------- > > <sourcecontrol type="vss"> > > <executable>C:\Program Files\Microsoft Visual Studio\VSS\win32 > > \SSEXP.EXE</executable> > > <project>$/HRMS/DEVELOPMENT AREA/Source/SPAN.HRMS</project> > > <username>abcdef</username> > > <password>abcdef</password> > > <ssdir>\\11.11.50.60\sgeth</ssdir> > > <applyLabel>false</applyLabel> > > <autoGetSource>true</autoGetSource> > > <alwaysGetLatest>true</alwaysGetLatest> > > <workingDirectory>C:\LATEST</workingDirectory> > > <culture>en-US</culture> > > <timeout units="minutes">20</timeout> > > <cleanCopy>false</cleanCopy> > > </sourcecontrol> > > <tasks> > > <msbuild> > > <executable>C:\WINDOWS\Microsoft.NET\Framework > > \v2.0.50727\MSBuild.exe</executable> > > <workingDirectory>C:\01_VSS_NEW_LATEST\HRMS\DEVELOPMENT AREA > > \Source\SPAN.HRMS</workingDirectory> > > <projectFile>SPAN.HRMS.sln</projectFile> > > <timeout>900</timeout> > > </msbuild> > > </tasks> > > -------------------------------------------------------------------- > > Please help me out from this issue . > > > Thanks in advance.- Hide quoted text - > > - Show quoted text -
