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] Created: (CONTINUUM-2035) Unable to release when Distributed Build is enabled

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:

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

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

        

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

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed CONTINUUM-2035.
----------------------------------

         Assignee: Maria Catherine Tan
       Resolution: Fixed
    Fix Version/s: 1.3.1

Author: ctan
Date: Wed Jan 14 23:20:59 2009
New Revision: 734620

URL: http://svn.apache.org/viewvc?rev=734620&view=rev
Log:
fix release by checking-out source code when in distributed builds mode

> 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
>            Assignee: Maria Catherine Tan
>             Fix For: 1.3.1
>
>
> 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