You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Marc Walter <ma...@sbb.ch> on 2008/06/13 13:58:23 UTC

CVS command fails. But why?

Hi,

when Continuum starts a build, I get a cvs error. But I don't know why. Is
there a way how I can get more information about what is going wrong here?

jvm 2    | 2008-06-13 13:39:22,850 [SocketListener0-1] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing 
NWMZ' with build definition 'Run JUnit tests' - id=11).
jvm 2    | 2008-06-13 13:39:22,881 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Initializing build
jvm 2    | 2008-06-13 13:39:22,912 [SocketListener0-1] INFO 
com.opensymphony.xwork.Action:projectView  - buildResult wi
th id 124 has been deleted
jvm 2    | 2008-06-13 13:39:23,084 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Starting build of NWMZ
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Updating working dir
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action check-working-directory
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action update-working-directory-from-scm
jvm 2    | 2008-06-13 13:39:23,272 [pool-1-thread-1] INFO 
org.apache.maven.continuum.scm.ContinuumScm:default  - Updati
ng project: id: '1', name 'NWMZ'.
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO 
org.apache.maven.scm.manager.ScmManager:default  - Executing:
 cmd.exe /X /C '"cvs -z3 -f -q update -d"'
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO 
org.apache.maven.scm.manager.ScmManager:default  - Working di
rectory: D:\apps\continuum-1.1\apps\working-directory\1
jvm 2    | Warning: The server is not supporting gzip-file-contents request,
no compression is used.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Error
while updating the code for project: 'NWMZ', id: '1' to
'D:\apps\continuum-1.1\apps\working-directory\1'.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Comman
d output:
jvm 2    |
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Provid
er message: The cvs command failed.
jvm 2    | 2008-06-13 13:41:25,395 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Merging SCM results
jvm 2    | 2008-06-13 13:41:25,691 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Error updating from SCM, not building


The build result looks like this:

Provider message: The cvs command failed.
Command output: 
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------


So what actually happened? Thanks for your help!
-- 
View this message in context: http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17821829.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: CVS command fails. But why?

Posted by Emmanuel Venisse <em...@gmail.com>.
so you configured Continuum with this system property:

-Dmaven.scm.provider.cvs.implementation=cvs_native

right?
Without it, you don't use your cvs but the pure java client.

http://maven.apache.org/scm/cvs.html

Emmanuel

On Fri, Jun 13, 2008 at 4:21 PM, Marc Walter <ma...@sbb.ch> wrote:

>
> I'm using Concurrent Versions System (CVS) 1.11.22 (client) from
> http://www.nongnu.org/cvs/.
>
>
> Emmanuel Venisse-2 wrote:
> >
> > Do you use the pure java cvs client (it is the default) or a native cvs
> > client?
> >
> > Emmanuel
> >
>
> --
> View this message in context:
> http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17824581.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>

Re: CVS command fails. But why?

Posted by Marc Walter <ma...@sbb.ch>.
I'm using Concurrent Versions System (CVS) 1.11.22 (client) from
http://www.nongnu.org/cvs/.


Emmanuel Venisse-2 wrote:
> 
> Do you use the pure java cvs client (it is the default) or a native cvs
> client?
> 
> Emmanuel
> 

-- 
View this message in context: http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17824581.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: CVS command fails. But why?

Posted by Emmanuel Venisse <em...@gmail.com>.
Do you use the pure java cvs client (it is the default) or a native cvs
client?

Emmanuel

On Fri, Jun 13, 2008 at 2:16 PM, Marc Walter <ma...@sbb.ch> wrote:

>
> Yes, everything worked well before.
> The cvs server is up and running. I can connect to our cvs and checkout new
> sources.
>
> I will set up the project from scratch. But this cannot be the solution...
>
>
>
> jslinnha wrote:
> >
> > I have just had the same problem.
> >
> > A previously working project, suddenly started producing this error.
> >
> > Was you project working before you got this error ?
> >
> > The only way I could get it going again, was to delete and recreate.
> >
> > Let me know if you get to the bottom of this.
> >
> > Cheers
> >
> > Jon
> >
>
> --
> View this message in context:
> http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17822116.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>

RE: CVS command fails. But why?

Posted by Marc Walter <ma...@sbb.ch>.
Yes, everything worked well before.
The cvs server is up and running. I can connect to our cvs and checkout new
sources.

I will set up the project from scratch. But this cannot be the solution...



jslinnha wrote:
> 
> I have just had the same problem.
> 
> A previously working project, suddenly started producing this error.
> 
> Was you project working before you got this error ?
> 
> The only way I could get it going again, was to delete and recreate.
> 
> Let me know if you get to the bottom of this.
> 
> Cheers
> 
> Jon
> 

-- 
View this message in context: http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17822116.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


RE: CVS command fails. But why?

Posted by Pa...@gxs.com.
Hey it looks like you have not configured one of the directories properly

See if you have following directory in your system other wise update it

Error while updating the code for project: 'NWMZ', id: '1' to 'D:\apps\continuum-1.1\apps\working-directory\1'.

Thanks & regards
Pallavi Satish







-----Original Message-----
From: SlinnHawkins, Jon (ELS-CAM) [mailto:J.SlinnHawkins@elsevier.com]
Sent: Friday, June 13, 2008 5:31 PM
To: users@continuum.apache.org
Subject: RE: CVS command fails. But why?

I have just had the same problem.

A previously working project, suddenly started producing this error.

Was you project working before you got this error ?

The only way I could get it going again, was to delete and recreate.

Let me know if you get to the bottom of this.

Cheers

Jon

-----Original Message-----
From: Marc Walter [mailto:marc.walter@sbb.ch]
Sent: 13 June 2008 12:58
To: users@continuum.apache.org
Subject: CVS command fails. But why?


Hi,

when Continuum starts a build, I get a cvs error. But I don't know why.
Is
there a way how I can get more information about what is going wrong
here?

jvm 2    | 2008-06-13 13:39:22,850 [SocketListener0-1] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing
NWMZ' with build definition 'Run JUnit tests' - id=11).
jvm 2    | 2008-06-13 13:39:22,881 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Initializing build
jvm 2    | 2008-06-13 13:39:22,912 [SocketListener0-1] INFO
com.opensymphony.xwork.Action:projectView  - buildResult wi
th id 124 has been deleted
jvm 2    | 2008-06-13 13:39:23,084 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Starting build of NWMZ
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Updating working dir
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action check-working-directory
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action update-working-directory-from-scm
jvm 2    | 2008-06-13 13:39:23,272 [pool-1-thread-1] INFO
org.apache.maven.continuum.scm.ContinuumScm:default  - Updati
ng project: id: '1', name 'NWMZ'.
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - Executing:
 cmd.exe /X /C '"cvs -z3 -f -q update -d"'
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO
org.apache.maven.scm.manager.ScmManager:default  - Working di
rectory: D:\apps\continuum-1.1\apps\working-directory\1
jvm 2    | Warning: The server is not supporting gzip-file-contents
request,
no compression is used.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN
org.apache.maven.continuum.scm.ContinuumScm:default  - Error
while updating the code for project: 'NWMZ', id: '1' to
'D:\apps\continuum-1.1\apps\working-directory\1'.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN
org.apache.maven.continuum.scm.ContinuumScm:default  - Comman
d output:
jvm 2    |
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN
org.apache.maven.continuum.scm.ContinuumScm:default  - Provid
er message: The cvs command failed.
jvm 2    | 2008-06-13 13:41:25,395 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Merging SCM results
jvm 2    | 2008-06-13 13:41:25,691 [pool-1-thread-1] INFO
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Error updating from SCM, not building


The build result looks like this:

Provider message: The cvs command failed.
Command output:
------------------------------------------------------------------------
-------

------------------------------------------------------------------------
-------


So what actually happened? Thanks for your help!
--
View this message in context:
http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17821829.ht
ml
Sent from the Continuum - Users mailing list archive at Nabble.com.



This email is from Elsevier Limited, a company registered in England and Wales with company number 1982084,
whose registered office is The Boulevard, Langford Lane, Kidlington, Oxford, OX5 1GB, United Kingdom.



RE: CVS command fails. But why?

Posted by "SlinnHawkins, Jon (ELS-CAM)" <J....@elsevier.com>.
I have just had the same problem.

A previously working project, suddenly started producing this error.

Was you project working before you got this error ?

The only way I could get it going again, was to delete and recreate.

Let me know if you get to the bottom of this.

Cheers

Jon

-----Original Message-----
From: Marc Walter [mailto:marc.walter@sbb.ch] 
Sent: 13 June 2008 12:58
To: users@continuum.apache.org
Subject: CVS command fails. But why?


Hi,

when Continuum starts a build, I get a cvs error. But I don't know why.
Is
there a way how I can get more information about what is going wrong
here?

jvm 2    | 2008-06-13 13:39:22,850 [SocketListener0-1] INFO
org.apache.maven.continuum.Continuum:default  - Enqueuing 
NWMZ' with build definition 'Run JUnit tests' - id=11).
jvm 2    | 2008-06-13 13:39:22,881 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Initializing build
jvm 2    | 2008-06-13 13:39:22,912 [SocketListener0-1] INFO 
com.opensymphony.xwork.Action:projectView  - buildResult wi
th id 124 has been deleted
jvm 2    | 2008-06-13 13:39:23,084 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Starting build of NWMZ
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Updating working dir
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action check-working-directory
jvm 2    | 2008-06-13 13:39:23,162 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Performing action update-working-directory-from-scm
jvm 2    | 2008-06-13 13:39:23,272 [pool-1-thread-1] INFO 
org.apache.maven.continuum.scm.ContinuumScm:default  - Updati
ng project: id: '1', name 'NWMZ'.
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO 
org.apache.maven.scm.manager.ScmManager:default  - Executing:
 cmd.exe /X /C '"cvs -z3 -f -q update -d"'
jvm 2    | 2008-06-13 13:39:23,350 [pool-1-thread-1] INFO 
org.apache.maven.scm.manager.ScmManager:default  - Working di
rectory: D:\apps\continuum-1.1\apps\working-directory\1
jvm 2    | Warning: The server is not supporting gzip-file-contents
request,
no compression is used.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Error
while updating the code for project: 'NWMZ', id: '1' to
'D:\apps\continuum-1.1\apps\working-directory\1'.
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Comman
d output:
jvm 2    |
jvm 2    | 2008-06-13 13:41:25,348 [pool-1-thread-1] WARN 
org.apache.maven.continuum.scm.ContinuumScm:default  - Provid
er message: The cvs command failed.
jvm 2    | 2008-06-13 13:41:25,395 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Merging SCM results
jvm 2    | 2008-06-13 13:41:25,691 [pool-1-thread-1] INFO 
org.apache.maven.continuum.buildcontroller.BuildController:de
fault  - Error updating from SCM, not building


The build result looks like this:

Provider message: The cvs command failed.
Command output: 
------------------------------------------------------------------------
-------

------------------------------------------------------------------------
-------


So what actually happened? Thanks for your help!
-- 
View this message in context:
http://www.nabble.com/CVS-command-fails.-But-why--tp17821829p17821829.ht
ml
Sent from the Continuum - Users mailing list archive at Nabble.com.



This email is from Elsevier Limited, a company registered in England and Wales with company number 1982084,
whose registered office is The Boulevard, Langford Lane, Kidlington, Oxford, OX5 1GB, United Kingdom.