You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2012/02/24 04:44:02 UTC

[jira] (CONTINUUM-2677) When the build output directory is not writable, Continuum silently fails

Brett Porter created CONTINUUM-2677:
---------------------------------------

             Summary: When the build output directory is not writable, Continuum silently fails
                 Key: CONTINUUM-2677
                 URL: https://jira.codehaus.org/browse/CONTINUUM-2677
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.4.1 (Beta)
            Reporter: Brett Porter


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira