From continuum-users-return-1904-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Jun 16 11:26:56 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 54104 invoked from network); 16 Jun 2006 11:26:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 11:26:56 -0000 Received: (qmail 62521 invoked by uid 500); 16 Jun 2006 11:26:55 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 62500 invoked by uid 500); 16 Jun 2006 11:26:55 -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 62489 invoked by uid 99); 16 Jun 2006 11:26:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 04:26:55 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.186] (HELO moutng.kundenserver.de) (212.227.126.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 04:26:52 -0700 Received: from [172.23.4.156] (helo=pustefix156.kundenserver.de) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1FrCT83Jl3-0000j8; Fri, 16 Jun 2006 13:26:30 +0200 Message-Id: <26676492.113191150457190741.JavaMail.servlet@kundenserver> From: thorsten@online.de To: Subject: AW: Re: Nullpointer while scm AbstractUpdateCommand MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 5124230 X-Routing: DE X-Message-Id: <5124230$1150457190740172.23.4.15611171530@pustefix156.kundenserver.de--1821466778> X-Received: from pustefix156.kundenserver.de by 62.96.62.178 with HTTP id 5124230 for [continuum-users@maven.apache.org]; Fri, 16 Jun 2006 13:26:30 CEST Date: Fri, 16 Jun 2006 13:26:30 +0200 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Emmanuel, it is Continuum 1.0.3 and unfortunately not fixed ;-( The scm provider ist local file. Regards, Thorsten=20 >What is your continuum version? I think it's fixed in Continuum 1.0.3. > >Emmanuel > >thorsten@online.de a =E9crit : >> Hi, >>=20 >> i always get this error when runnig a scheduled build - on every schedul= e =20 >;-( After restarting the build it work fine... >>=20 >> Does anyone have an idea what i can try? >>=20 >> Regards, >> Thorsten >>=20 >>=20 >> Build statistics: >> State: Error >> Previous State: Ok >> Started at: Do, 15 Jun 2006 12:00:04 +0200 >> Finished at: Do, 15 Jun 2006 12:00:49 +0200 >> Total time: 45s >> 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.) >>=20 >>=20 >>=20 >**************************************************************************= ** >> Build Error: >>=20 >**************************************************************************= ** >> org.apache.maven.continuum.scm.ContinuumScmException: Error while update= =20 >sources. >> =09at=20 >org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultCo= ntinu >umScm.java:272) >> =09at=20 >org.apache.maven.continuum.core.action.UpdateWorkingDirectoryFromScmContin= uumAc >tion.execute(UpdateWorkingDirectoryFromScmContinuumAction.java:58) >> =09at=20 >org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(De= fault >BuildController.java:166) >> =09at=20 >org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execut= eTask >(BuildProjectTaskExecutor.java:47) >> =09at=20 >org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executor= Runna >ble.run(ThreadedTaskQueueExecutor.java:103) >> =09at java.lang.Thread.run(Thread.java:595) >> Caused by: org.apache.maven.scm.ScmException: Exception while executing = SCM=20 >command. >> =09at=20 >org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:= 59) >> =09at=20 >org.apache.maven.scm.provider.local.LocalScmProvider.update(LocalScmProvid= er.ja >va:191) >> =09at=20 >org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvid= er.ja >va:386) >> =09at=20 >org.apache.maven.scm.provider.AbstractScmProvider.update(AbstractScmProvid= er.ja >va:363) >> =09at=20 >org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultCo= ntinu >umScm.java:242) >> =09... 5 more >> Caused by: java.lang.NullPointerException >> =09at java.util.Date.getMillisOf(Date.java:938) >> =09at java.util.Date.after(Date.java:911) >> =09at=20 >org.apache.maven.scm.command.update.AbstractUpdateCommand.executeCommand(A= bstra >ctUpdateCommand.java:89) >> =09at=20 >org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:= 55) >> =09... 9 more >>=20 >>=20 >>=20 >