Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 24548 invoked from network); 2 Feb 2006 16:11:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 16:11:40 -0000 Received: (qmail 23680 invoked by uid 500); 2 Feb 2006 16:11:39 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 23595 invoked by uid 500); 2 Feb 2006 16:11:38 -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 23556 invoked by uid 99); 2 Feb 2006 16:11:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 08:11:37 -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; Thu, 02 Feb 2006 08:11:34 -0800 Received: (qmail 19557 invoked by uid 89); 2 Feb 2006 16:11:14 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 2 Feb 2006 16:11:14 -0000 Message-ID: <69509598.1138896674238.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 2 Feb 2006 10:11:14 -0600 (CST) From: "Emmanuel Venisse (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Commented: (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=comments#action_57646 ] Emmanuel Venisse commented on CONTINUUM-577: -------------------------------------------- Where do you find continuum-core-1.1-SNAPSHOT? Can you post the stacktrace with it? > Schedule Build Error > -------------------- > > Key: CONTINUUM-577 > URL: http://jira.codehaus.org/browse/CONTINUUM-577 > Project: Continuum > Type: Bug > Reporter: clojinted > > > 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