[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-24 Thread Adrian (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_56748 ] Adrian commented on MNG-1938: - This bug is currently blocking our continuous integration cycle. We run nightly builds that update our website documentation for developers. With this bug

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_56836 ] Brett Porter commented on MNG-1938: --- Does anyone have a reproducible case with Maven 2.0.2? As I said, it's fine for me. site:deploy hangs forever on remote upack command

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-24 Thread ?rjan Austvold (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_56868 ] Ørjan Austvold commented on MNG-1938: - It is totally reproducible on a project we have have at work. The failure is occuring each time when I upload the site to a CentOS machine.

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55119 ] Dan Tran commented on MNG-1938: --- would problem go away if you use this recommened 2.0.2 snapshot build?

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread ?rjan Austvold (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55120 ] Ørjan Austvold commented on MNG-1938: - Thank you for the snapshot build, but the behaviour didn't change. AbstractSshWagon still hangs attempting to get input from the error stream

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread ?rjan Austvold (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55121 ] Ørjan Austvold commented on MNG-1938: - Continuing on the termination condition thing. The author of jsch seems to test for channel.isClosed() after a channel.connect() on a

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread ?rjan Austvold (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55126 ] Ørjan Austvold commented on MNG-1938: - I've been debugging the AbstractSshWagon and jsch but I cannot find out why the inputstream doesn't return null in the executeCommand method.

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55127 ] Brett Porter commented on MNG-1938: --- We've seen this before: MNG-476. It was when there was output on the server. However, I was pretty sure this new code dealt with that. Might

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread ?rjan Austvold (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55132 ] Ørjan Austvold commented on MNG-1938: - I don't know if this would help, but we've seen this problem on large sites since early stages of maven 2.0 The problem has consistently been

[jira] Commented: (MNG-1938) site:deploy hangs forever on remote upack command

2006-01-06 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1938?page=comments#action_55136 ] Brett Porter commented on MNG-1938: --- are you sure you have the latest code? I was just able to upload a 23mb site without issues. The fixes done on scp were predominantly in the