Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 66068 invoked from network); 21 Jul 2008 09:51:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 09:51:26 -0000 Received: (qmail 35187 invoked by uid 500); 21 Jul 2008 09:51:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 35169 invoked by uid 500); 21 Jul 2008 09:51:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 35153 invoked by uid 99); 21 Jul 2008 09:51:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 02:51:26 -0700 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; Mon, 21 Jul 2008 09:50:33 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9006D1660015 for ; Mon, 21 Jul 2008 04:50:27 -0500 (CDT) Message-ID: <4166615.1216633827587.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 21 Jul 2008 04:50:27 -0500 (CDT) From: "Olivier Lamy (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-1825) NPE when checkout project with trunk (rev 678311) 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 NPE when checkout project with trunk (rev 678311) -------------------------------------------------- Key: CONTINUUM-1825 URL: http://jira.codehaus.org/browse/CONTINUUM-1825 Project: Continuum Issue Type: Bug Reporter: Olivier Lamy When I add a new project, I have the following stack trace : {code} 2008-07-21 11:42:29,420 [pool-2-thread-1] ERROR taskQueueExecutor#check-out-project - Error executing task org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error checking out project. at org.apache.maven.continuum.scm.queue.CheckOutTaskExecutor.executeTask(CheckOutTaskExecutor.java:102) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.NullPointerException at org.apache.maven.continuum.notification.AbstractContinuumNotifier.getBuildOutput(AbstractContinuumNotifier.java:66) at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:242) at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:195) at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:178) at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.checkoutComplete(DefaultContinuumNotificationDispatcher.java:75) at org.apache.maven.continuum.core.action.CheckoutProjectContinuumAction.execute(CheckoutProjectContinuumAction.java:188) at org.apache.maven.continuum.scm.queue.CheckOutTaskExecutor.executeTask(CheckOutTaskExecutor.java:96) ... 6 more {code} -- 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