From issues-return-6568-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Wed Feb 18 18:09:14 2015 Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA34210102 for ; Wed, 18 Feb 2015 18:09:14 +0000 (UTC) Received: (qmail 86397 invoked by uid 500); 18 Feb 2015 18:09:14 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 86370 invoked by uid 500); 18 Feb 2015 18:09:14 -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 86359 invoked by uid 99); 18 Feb 2015 18:09:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 18:09:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 18:08:49 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 26CCDB117B for ; Wed, 18 Feb 2015 12:08:18 -0600 (CST) Date: Wed, 18 Feb 2015 12:08:18 -0600 (CST) From: "Brent N Atkinson (JIRA)" To: issues@continuum.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (CONTINUUM-2677) Viewing build result silently fails when build output directory is unwritable MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/CONTINUUM-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=363557#comment-363557 ] Brent N Atkinson commented on CONTINUUM-2677: --------------------------------------------- This, like CONTINUUM-2730 occurs because the global result error was overridden: {code:xml|title=struts.xml} ... ... projectGroupSummary ${projectGroupId} ... {code} > Viewing build result silently fails when build output directory is unwritable > ----------------------------------------------------------------------------- > > Key: CONTINUUM-2677 > URL: https://jira.codehaus.org/browse/CONTINUUM-2677 > Project: Continuum > Issue Type: Bug > Affects Versions: 1.4.1 > Reporter: Brett Porter > Labels: triaged > Fix For: 1.5.0 > > > When the build output directory is not writable, the following appears in the logs: > {code} > 2012-02-24 10:45:04,219 [pool-1-thread-1] ERROR action#execute-builder - Error running buildResult > org.apache.maven.continuum.configuration.ConfigurationException: Could not make the build output directory: '/Users/brett/scm/continuum/continuum/continuum-jetty/target/apache-continuum-1.4.1-SNAPSHOT/data/build-output-directory/1'. > at org.apache.maven.continuum.configuration.DefaultConfigurationService.getBuildOutputFile(DefaultConfigurationService.java:575) > at org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.execute(ExecuteBuilderContinuumAction.java:134) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:444) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:166) > at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:48) > at org.apache.continuum.taskqueueexecutor.ParallelBuildsThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ParallelBuildsThreadedTaskQueueExecutor.java:120) > {code} > If you then try to view the build result, Continuum redirects to Continuum home page instead of showing an error that the build result is missing, and puts no further information in the logs -- This message was sent by Atlassian JIRA (v6.1.6#6162)