From issues-return-1681-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Mon Sep 22 06:19:45 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 35164 invoked from network); 22 Sep 2008 06:19:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 06:19:44 -0000 Received: (qmail 52368 invoked by uid 500); 22 Sep 2008 06:19:42 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 52356 invoked by uid 500); 22 Sep 2008 06:19:42 -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 52345 invoked by uid 99); 22 Sep 2008 06:19:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 23:19:41 -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, 22 Sep 2008 06:18:42 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CF66C14A801A for ; Mon, 22 Sep 2008 01:18:45 -0500 (CDT) Message-ID: <13016483.1222064325847.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Mon, 22 Sep 2008 01:18:45 -0500 (CDT) From: "Luc Willems (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1886) NPE when deleting a project group when ReleaseOutputDirectory is not defined In-Reply-To: <23351368.1221664968731.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 [ http://jira.codehaus.org/browse/CONTINUUM-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148669#action_148669 ] Luc Willems commented on CONTINUUM-1886: ---------------------------------------- I got is fixed by insert the value manually in my mysql database. update SYSTEMCONFIGURATION set RELEASE_OUTPUT_DIRECTORY='/data/continuum/release' where SYSTEMCONFIGURATION_ID=1; don't know how this would workout for other backends like derby. > NPE when deleting a project group when ReleaseOutputDirectory is not defined > ---------------------------------------------------------------------------- > > Key: CONTINUUM-1886 > URL: http://jira.codehaus.org/browse/CONTINUUM-1886 > Project: Continuum > Issue Type: Bug > Components: Core system > Affects Versions: 1.2 > Reporter: Olivier Lamy > Assignee: Maria Catherine Tan > Fix For: 1.2.1 > > > {code} > java.lang.NullPointerException > at org.apache.maven.continuum.configuration.DefaultConfigurationService.setReleaseOutputDirectory(DefaultConfigurationService.java:263) > at org.apache.maven.continuum.configuration.DefaultConfigurationService.getReleaseOutputDirectory(DefaultConfigurationService.java:253) > at org.apache.maven.continuum.configuration.DefaultConfigurationService.getReleaseOutputDirectory(DefaultConfigurationService.java:317) > at org.apache.maven.continuum.DefaultContinuum.removeProject(DefaultContinuum.java:813) > at org.apache.maven.continuum.DefaultContinuum.removeProjectGroup(DefaultContinuum.java:346) > at org.apache.maven.continuum.web.action.ProjectGroupAction.remove(ProjectGroupAction.java:283) > {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