Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 61104 invoked from network); 8 Feb 2006 19:24:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 19:24:20 -0000 Received: (qmail 91945 invoked by uid 500); 8 Feb 2006 19:24:10 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 91880 invoked by uid 500); 8 Feb 2006 19:24:10 -0000 Mailing-List: contact continuum-dev-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-dev@maven.apache.org Received: (qmail 91866 invoked by uid 99); 8 Feb 2006 19:24:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 11:24:09 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 11:24:09 -0800 Received: (qmail 22710 invoked by uid 89); 8 Feb 2006 19:23:48 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 8 Feb 2006 19:23:48 -0000 Message-ID: <117130000.1139426628344.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 8 Feb 2006 13:23:48 -0600 (CST) From: "Emmanuel Venisse (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Updated: (CONTINUUM-577) Schedule Build Error In-Reply-To: <73608658.1138891393181.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-577?page=all ] Emmanuel Venisse updated CONTINUUM-577: --------------------------------------- Version: 1.0.2 Fix Version: 1.0.3 > Schedule Build Error > -------------------- > > Key: CONTINUUM-577 > URL: http://jira.codehaus.org/browse/CONTINUUM-577 > Project: Continuum > Type: Bug > Versions: 1.0.2 > Reporter: clojinted > Assignee: Emmanuel Venisse > Fix For: 1.0.3 > > > Hello, > I'm using Continuum with a Maven 2 project. It builds fine when you force the build but the following error arises when the build is scheduled: > jvm 1 | 02-Feb-2006 14:21:00 org.quartz.core.JobRunShell run > jvm 1 | SEVERE: Job DEFAULT.itraxspring threw an unhandled Exception: > jvm 1 | java.lang.NullPointerException > jvm 1 | at org.apache.maven.continuum.DefaultContinuum.buildProjects(DefaultContinuum.java:368) > jvm 1 | at org.apache.maven.continuum.scheduler.ContinuumBuildJob.execute(ContinuumBuildJob.java:66) > jvm 1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:191) > jvm 1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516) > jvm 1 | 02-Feb-2006 14:21:00 org.quartz.core.ErrorLogger schedulerError > jvm 1 | SEVERE: Job (DEFAULT.itraxspring threw an exception. > jvm 1 | org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NullPointerException] > jvm 1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) > jvm 1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516) > jvm 1 | * Nested Exception (Underlying Cause) --------------- > jvm 1 | java.lang.NullPointerException > jvm 1 | at org.apache.maven.continuum.DefaultContinuum.buildProjects(DefaultContinuum.java:368) > jvm 1 | at org.apache.maven.continuum.scheduler.ContinuumBuildJob.execute(ContinuumBuildJob.java:66) > jvm 1 | at org.quartz.core.JobRunShell.run(JobRunShell.java:191) > jvm 1 | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516) > I have replaced continuum-core-1.0.2.jar with continuum-core-1.1-SNAPSHOT.jar and the problem was not fixed. Also I only have one project to build in Continuum. > Any help will be greatly appreciated, > Thanks very much -- 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