Return-Path: Delivered-To: apmail-maven-continuum-issues-archive@locus.apache.org Received: (qmail 45625 invoked from network); 6 Jan 2008 19:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2008 19:04:26 -0000 Received: (qmail 30318 invoked by uid 500); 6 Jan 2008 19:04:15 -0000 Delivered-To: apmail-maven-continuum-issues-archive@maven.apache.org Received: (qmail 30297 invoked by uid 500); 6 Jan 2008 19:04:15 -0000 Mailing-List: contact continuum-issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-issues@maven.apache.org Received: (qmail 30286 invoked by uid 99); 6 Jan 2008 19:04:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 11:04:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 19:03:52 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6407F14A803F for ; Sun, 6 Jan 2008 13:03:57 -0600 (CST) Message-ID: <16854728.1199646237406.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sun, 6 Jan 2008 13:03:57 -0600 (CST) From: "Henrik Brautaset Aronsen (JIRA)" To: continuum-issues@maven.apache.org Subject: [jira] Closed: (CONTINUUM-1615) Continuum freezes after checkout In-Reply-To: <5443635.1199355718132.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrik Brautaset Aronsen closed CONTINUUM-1615. ----------------------------------------------- Resolution: Fixed Fix Version/s: 1.1 Fixed as described in the previous comment. Anyway, Continuum should handle this more gracefully, no? > Continuum freezes after checkout > -------------------------------- > > Key: CONTINUUM-1615 > URL: http://jira.codehaus.org/browse/CONTINUUM-1615 > Project: Continuum > Issue Type: Bug > Components: SCM > Affects Versions: 1.1 > Environment: Linux > Reporter: Henrik Brautaset Aronsen > Fix For: 1.1 > > Attachments: Bilde 4.png > > > We have a maven2 project, with several sub projects. I installed Continuum 1.1 on a Debian Etch machine (cvs v1.12.13, mvn v2.0.8, java v1.5.0_10). > I added the Maven our projects using "Add Maven 2.x project" with a file:/// URL. All the projects are listed as they should. As Continuum starts working on the root project, it just hangs at the checkout (with the checkout icon next to the project). I cannot build another project, and I cannot cancel the build. > {noformat} > INFO | jvm 1 | 2008/01/03 10:19:40 | 2008-01-03 10:19:40,667 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action checkout-project > INFO | jvm 1 | 2008/01/03 10:19:40 | 2008-01-03 10:19:40,686 [pool-1-thread-1] INFO org.apache.maven.continuum.scm.ContinuumScm:default - Checking out project: 'Entire Project source', id: '31' to > '/usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/31'. > INFO | jvm 1 | 2008/01/03 10:19:40 | 2008-01-03 10:19:40,712 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Executing: /bin/sh -c "cd /usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory && cvs -z3 -f -d :ext:cc@myhost:/home/project/cvs -q checkout -d 31 project" > INFO | jvm 1 | 2008/01/03 10:19:40 | 2008-01-03 10:19:40,712 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Working directory: /usr/local/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory > INFO | jvm 1 | 2008/01/03 10:19:41 | #65188 warning C/S protocol error (section 5.10). It's regurarly observed with cvs 1.12.xx servers. > INFO | jvm 1 | 2008/01/03 10:19:41 | unexpected pathname=project/ missing root prefix=/home/project/cvs > INFO | jvm 1 | 2008/01/03 10:19:41 | relaxing, but who knows all consequences.... > [...] > INFO | jvm 1 | 2008/01/03 11:00:00 | 2008-01-03 11:00:00,016 [defaultScheduler_Worker-12] INFO org.apache.maven.continuum.build.settings.SchedulesActivator:default - >>>>>>>>>>>>>>>>>>>>> Executing build job (Every five minutes)... > INFO | jvm 1 | 2008/01/03 11:00:00 | 2008-01-03 11:00:00,139 [defaultScheduler_Worker-12] INFO org.apache.maven.continuum.Continuum:default - Project 'Entire Project Source' already being built. > {noformat} > The files are actually checked out into the .../working-directory/31 folder. If I try issuing the cvs checkout command above manually, it checks out just fine, without any errors. > This behaviour is identical on another linux box. On my Macbook, however, continuum builds all projects as it should (cvs v1.12.13, mvn v2.0.7, java v1.5.0_13). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira