Hi ,
I have an issue regarding CVSROOT configuration using HUDSON.
I am configure like this... by the help of research
:pserver:login:password@172.16.206.2:/cvs
But it will always throws an exceptions.
Note: I am connecting to CVS through remotely in our environment. CVS server is Linux.
My System is Windows-7.
Exception :
Started by user anonymous
[workspace] $ cvs -Q -z3 -d :pserver:udaycheera@172.16.206.2:/cvs co -P -D "Wednesday, July 25, 2012 8:59:14 AM UTC" AOD3.0
java.io.IOException: CreateProcess: cvs -Q -z3 -d :pserver:udaycheera@172.16.206.2:/cvs co -P -D "Wednesday, July 25, 2012 8:59:14 AM UTC" AOD3.0 error=2
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at hudson.Proc$LocalProc.<init>(Proc.java:192)
at hudson.Proc$LocalProc.<init>(Proc.java:164)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:639)
at hudson.Launcher$ProcStarter.start(Launcher.java:274)
at hudson.Launcher$ProcStarter.join(Launcher.java:281)
at hudson.scm.CVSSCM.run(CVSSCM.java:981)
at hudson.scm.CVSSCM.run(CVSSCM.java:989)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:435)
at hudson.scm.CVSSCM.checkout(CVSSCM.java:366)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1171)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:499)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:415)
at hudson.model.Run.run(Run.java:1362)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Sending e-mails to: uday.cheera@gmail.com
Finished: FAILURE