You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2009/01/15 16:24:19 UTC

[jira] Updated: (CONTINUUM-2035) Unable to release when Distributed Build is enabled

     [ http://jira.codehaus.org/browse/CONTINUUM-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2035:
-----------------------------------

    Description: 
I enabled distributed builds and successfully built a project on an agent.

When I attempt to Prepare Release for the project, I get:

{noformat}
Error Occurred
java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)

        java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at java.io.FileReader.<init>(FileReader.java:55)
	at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:158)
	at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:145)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        ...
{noformat}

(It's looking for the source code on the master, but the checkout is on one of the agents.)

  was:
I enabled distributed builds and successfully built a project on an agent.

When I attempt to Prepare Release for the project, I get:

Error Occurred
java.io.FileNotFoundException: /tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)

{noformat}
        java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at java.io.FileReader.<init>(FileReader.java:55)
	at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:158)
	at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:145)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        ...
{noformat}

(It's looking for the source code on the master, but the checkout is on one of the agents.)


> Unable to release when Distributed Build is enabled
> ---------------------------------------------------
>
>                 Key: CONTINUUM-2035
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2035
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>         Environment: Continuum 1.3.1-SNAPSHOT trunk r734446
>            Reporter: Wendy Smoak
>
> I enabled distributed builds and successfully built a project on an agent.
> When I attempt to Prepare Release for the project, I get:
> {noformat}
> Error Occurred
> java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
>         java.io.FileNotFoundException: /private/tmp/apache-continuum-1.3.1-SNAPSHOT/data/working-directory/6/pom.xml (No such file or directory)
> 	at java.io.FileInputStream.open(Native Method)
> 	at java.io.FileInputStream.<init>(FileInputStream.java:106)
> 	at java.io.FileReader.<init>(FileReader.java:55)
> 	at org.apache.maven.continuum.web.action.ReleasePrepareAction.getReleasePluginParameters(ReleasePrepareAction.java:158)
> 	at org.apache.maven.continuum.web.action.ReleasePrepareAction.input(ReleasePrepareAction.java:145)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         ...
> {noformat}
> (It's looking for the source code on the master, but the checkout is on one of the agents.)

-- 
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