Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 36290 invoked from network); 14 Jul 2006 10:24:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 10:24:24 -0000 Received: (qmail 53333 invoked by uid 500); 14 Jul 2006 10:24:20 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 53300 invoked by uid 500); 14 Jul 2006 10:24:20 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 53242 invoked by uid 99); 14 Jul 2006 10:24:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 03:24:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Jul 2006 03:24:19 -0700 Received: (qmail 624 invoked from network); 14 Jul 2006 10:24:00 -0000 Received: from 41.28.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.28.41) by 0 with SMTP; 14 Jul 2006 10:24:00 -0000 Message-ID: <44B770B9.2080004@venisse.net> Date: Fri, 14 Jul 2006 12:23:53 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Problem with check out with more than one sheduled projects References: <23037877.21821152871603338.JavaMail.servlet@kundenserver> In-Reply-To: <23037877.21821152871603338.JavaMail.servlet@kundenserver> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N it seems to be a problem with the local provider. The local provider doesn't initialize the change date because we can't know it and in DefaultContinuumScm, we check it. Please create an issue. Emmanuel thorsten@online.de a �crit : > Hi, > > now i have five projects, that start at 12:00. > All Projects get this error (see below). > > (Manuell starting works fine - scm provider is 'file') > > What is going wrong? > > > Thanks, > Thorsten > > > > Build statistics: > State: Error > Previous State: Ok > Started at: Fr, 14 Jul 2006 12:00:51 +0200 > Finished at: Fr, 14 Jul 2006 12:01:05 +0200 > Total time: 14s > Build Trigger: Schedule > Exit code: 0 > Building machine hostname: srv-ew-web > Operating system : Windows 2003(Service Pack 1) > Java version : 1.5.0_06(Sun Microsystems Inc.) > > > **************************************************************************** > Build Error: > **************************************************************************** > org.apache.maven.continuum.scm.ContinuumScmException: Cannot checkout sources. > at org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:276) > at org.apache.maven.continuum.core.action.UpdateWorkingDirectoryFromScmContinuumAction.execute(UpdateWorkingDirectoryFromScmContinuumAction.java:58) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:166) > at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:47) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103) > at java.lang.Thread.run(Thread.java:595) > Caused by: java.lang.NullPointerException > at org.apache.maven.continuum.scm.DefaultContinuumScm.convertScmResult(DefaultContinuumScm.java:414) > at org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:244) > ... 5 more > > >