That was the problem.
Thanks Emmanual!!
Daren
-----Original Message-----
From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
Sent: Thursday, November 02, 2006 7:00 AM
To: continuum-users@maven.apache.org
Subject: Re: Continuum can't connect to CVS?
I think you don'trun continuum with the same user. You need to define CVS_RSH to ssh for the
user
that run continuum.
Emmanuel
Drummond Daren - dadrum a écrit :
> Continuum Experts,
>
>
>
> When I try to build my Continuum project it fails during the scm update
> step. I am connecting to a CVS server via ssh configured to use key
> pair authentication. Here is my continuum scm url (user ID and host
> omitted):
>
>
>
> scm:cvs:ext:<myUserID>@<theCVShost>:/cvsroot/impact/:di-common
>
>
>
> When I copy the cvs command out of the continuum console (see below -
> User ID and host removed.) and execute it directly from the command
> line, the checkout operation works! So how come it doesn't work when it
> is executed by Continuum?
>
>
>
> cvs -z3 -f -d :ext:<myID>@<myhost>:/cvsroot/impact -q checkout -d 6
> di-common
>
>
>
> I'm running cygwin bash on Windows XP, sp2, with JDK 1.5. The build
> error I receive is pasted below.
>
>
>
> I'd greatly appreciate any help you can offer.
>
>
>
> Thanks,
>
>
>
> Daren
>
> ----------------
>
> The error displayed in the Continuum console is:
>
>
>
> jvm 1 | 2006-11-01 11:23:51,692 [Thread-2] WARN SQL
>
> - Object with id "0" not found !
>
> jvm 1 | 2006-11-01 11:23:51,692 [Thread-2] INFO ContinuumScm
>
> - Checking out project: '7.2-SNAPSHOT di-common', id: '6' to
> 'C:\continuum-1.
>
> 0.3\bin\win32\..\..\apps\continuum\Impact\6'.
>
> jvm 1 | 2006-11-01 11:23:51,692 [Thread-2] INFO ScmManager
>
> - Executing: cvs -z3 -f -d :ext:<myID>@<myhost>:/cvsroot/impact
>
> / -q checkout -d 6 di-common
>
> jvm 1 | 2006-11-01 11:23:51,692 [Thread-2] INFO ScmManager
>
> - Working directory: C:\continuum-1.0.3\apps\continuum\Impact
>
> jvm 1 | 2006-11-01 11:23:51,817 [Thread-2] WARN ContinuumScm
>
> - Error while checking out the code for project: '7.2-SNAPSHOT
> di-common', id
>
> : '6' to 'C:\continuum-1.0.3\bin\win32\..\..\apps\continuum\Impact\6'.
>
> jvm 1 | 2006-11-01 11:23:51,817 [Thread-2] WARN ContinuumScm
>
> - Command output:
>
> jvm 1 |
>
> jvm 1 | Runs commands on remote hosts running the RSH service.
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 | RSH host [-l username] [-n] command
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 | host Specifies the remote host on which to run
> command.
>
> jvm 1 |
>
> jvm 1 | -l username Specifies the user name to use on the
> remote host.
>
> If
>
> jvm 1 |
>
> jvm 1 | omitted, the logged on user name is used.
>
> jvm 1 |
>
> jvm 1 | -n Redirects the input of RSH to NULL.
>
> jvm 1 |
>
> jvm 1 | command Specifies the command to run.
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 |
>
> jvm 1 | cvs [checkout aborted]: end of file from server (consult
> above messag
>
> es if any)
>
> jvm 1 |
>
> jvm 1 | 2006-11-01 11:23:51,817 [Thread-2] WARN ContinuumScm
>
> - Provider message: The cvs command failed.
>
> *************************************************************************
> The information contained in this communication is confidential, is
> intended only for the use of the recipient named above, and may be
> legally privileged.
>
> If the reader of this message is not the intended recipient, you are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.
>
> If you have received this communication in error, please resend this
> communication to the sender and delete the original message or any copy
> of it from your computer system.
>
> Thank you.
> *************************************************************************
>
|