You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2008/07/09 05:12:31 UTC

[jira] Created: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Upload task broken: Net::SFTP::StatusException (2, "no such file")
------------------------------------------------------------------

                 Key: BUILDR-101
                 URL: https://issues.apache.org/jira/browse/BUILDR-101
             Project: Buildr
          Issue Type: Bug
    Affects Versions: 1.3.1
            Reporter: Alex Boisvert


Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)

========== quote =============================================

Running integration tests...
Deploying packages from com.intalio.bpms.connectors.aar.runtime
Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
Password for release.intalio.com:
*******
rake aborted!
Net::SFTP::StatusException (2, "no such file")

(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]

(See full trace by running task with --trace)
==================================================================

The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612249#action_12612249 ] 

Assaf Arkin commented on BUILDR-101:
------------------------------------

I suspect SFTP upload doesn't create remote directories, and fails to upload because the remote directory doesn't exist.

There's a fix for that in trunk/head, to test, please remove the remote directories before making a release again.

> Upload task broken: Net::SFTP::StatusException (2, "no such file")
> ------------------------------------------------------------------
>
>                 Key: BUILDR-101
>                 URL: https://issues.apache.org/jira/browse/BUILDR-101
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Alex Boisvert
>             Fix For: 1.3.2
>
>
> Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)
> ========== quote =============================================
> Running integration tests...
> Deploying packages from com.intalio.bpms.connectors.aar.runtime
> Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
> Password for release.intalio.com:
> *******
> rake aborted!
> Net::SFTP::StatusException (2, "no such file")
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]
> (See full trace by running task with --trace)
> ==================================================================
> The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin resolved BUILDR-101.
--------------------------------

    Resolution: Fixed

> Upload task broken: Net::SFTP::StatusException (2, "no such file")
> ------------------------------------------------------------------
>
>                 Key: BUILDR-101
>                 URL: https://issues.apache.org/jira/browse/BUILDR-101
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Alex Boisvert
>             Fix For: 1.3.3
>
>
> Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)
> ========== quote =============================================
> Running integration tests...
> Deploying packages from com.intalio.bpms.connectors.aar.runtime
> Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
> Password for release.intalio.com:
> *******
> rake aborted!
> Net::SFTP::StatusException (2, "no such file")
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]
> (See full trace by running task with --trace)
> ==================================================================
> The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin updated BUILDR-101:
-------------------------------

    Fix Version/s: 1.3.2

> Upload task broken: Net::SFTP::StatusException (2, "no such file")
> ------------------------------------------------------------------
>
>                 Key: BUILDR-101
>                 URL: https://issues.apache.org/jira/browse/BUILDR-101
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Alex Boisvert
>             Fix For: 1.3.2
>
>
> Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)
> ========== quote =============================================
> Running integration tests...
> Deploying packages from com.intalio.bpms.connectors.aar.runtime
> Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
> Password for release.intalio.com:
> *******
> rake aborted!
> Net::SFTP::StatusException (2, "no such file")
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]
> (See full trace by running task with --trace)
> ==================================================================
> The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Posted by "Scott Robertson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617683#action_12617683 ] 

Scott Robertson commented on BUILDR-101:
----------------------------------------

This fix worked for me.  Thank you!

> Upload task broken: Net::SFTP::StatusException (2, "no such file")
> ------------------------------------------------------------------
>
>                 Key: BUILDR-101
>                 URL: https://issues.apache.org/jira/browse/BUILDR-101
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Alex Boisvert
>             Fix For: 1.3.3
>
>
> Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)
> ========== quote =============================================
> Running integration tests...
> Deploying packages from com.intalio.bpms.connectors.aar.runtime
> Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
> Password for release.intalio.com:
> *******
> rake aborted!
> Net::SFTP::StatusException (2, "no such file")
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]
> (See full trace by running task with --trace)
> ==================================================================
> The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (BUILDR-101) Upload task broken: Net::SFTP::StatusException (2, "no such file")

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin updated BUILDR-101:
-------------------------------

    Fix Version/s:     (was: 1.3.2)
                   1.3.3

> Upload task broken: Net::SFTP::StatusException (2, "no such file")
> ------------------------------------------------------------------
>
>                 Key: BUILDR-101
>                 URL: https://issues.apache.org/jira/browse/BUILDR-101
>             Project: Buildr
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>            Reporter: Alex Boisvert
>             Fix For: 1.3.3
>
>
> Here's a quote from "buildr release" on a given project:    ("buildr upload" reports same error)
> ========== quote =============================================
> Running integration tests...
> Deploying packages from com.intalio.bpms.connectors.aar.runtime
> Deploying com.intalio.bpms.connectors:com.intalio.bpms.connectors.aar.runtime:pom:1.0.0.1
> Password for release.intalio.com:
> *******
> rake aborted!
> Net::SFTP::StatusException (2, "no such file")
> (See full trace by running task with --trace)
> rake aborted!
> Command failed with status (1): [c:/Ruby/bin/buildr.cmd clean upload --buil...]
> (See full trace by running task with --trace)
> ==================================================================
> The target path exists, the local generated targets exist.   Not sure where this error comes from....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.