You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2006/02/22 18:13:36 UTC

[jira] Assigned: (WAGONSSH-36) SSH transport hangs on large transfers

     [ http://jira.codehaus.org/browse/WAGONSSH-36?page=all ]

John Casey reassigned WAGONSSH-36:
----------------------------------

    Assign To: John Casey

> SSH transport hangs on large transfers
> --------------------------------------
>
>          Key: WAGONSSH-36
>          URL: http://jira.codehaus.org/browse/WAGONSSH-36
>      Project: wagon-ssh
>         Type: Bug

>     Versions: 1.0-alpha-6
>     Reporter: Mike Perham
>     Assignee: John Casey
>      Fix For: 1.0-alpha-7

>
>
> (1.0-alpha-6 needs to be released and a7 added as a new version)
>             executeCommand( "cd " + path + "; unzip -o " + zipFile.getName() + "; rm -f " + zipFile.getName() );
> This code hangs when the zip is large.  The problem is that the process's outputstream is not read so eventually it fills its buffer and the process hangs.  My fix?  Add "-q" to unzip's arguments so that it does not spew tons of output.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-dev-help@maven.apache.org