[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365032#comment-365032
 ] 

Robert Scholte commented on MNG-5605:
-

I realized a bit too late that wagon-ssh isn't part of the Maven distribution, 
see http://maven.apache.org/ref/3.2.5/apache-maven/dependencies.html
However, it surprises me that this used to work with Maven-3.1.x and not in 
Maven-3.2.x anymore, like there's some kind of classloader issue. At least give 
wagon-ssh 2.9-SNAPSHOT a try, I assume you have specified wagon-ssh somewhere. 

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Frank Cornelis (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365031#comment-365031
 ] 

Frank Cornelis commented on MNG-5605:
-

I'm trying out 3.2.6-SNAPSHOT with the project at: 
https://github.com/e-Contract/mycarenet (check the pom.xml for the used release 
config).
However, during {{mvn release:plugin}} I still get:
{code}
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mycarenet 
---
[INFO] Uploading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom
[INFO] 4/8 KB   
[INFO] 8/8 KB   
[INFO]  
[INFO] Uploaded: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom (8 
KB at 4.2 KB/sec)
[INFO] Downloading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/maven-metadata.xml
[INFO] 892/891 B
{code}
The reported downloading size is one off and simply hangs on that.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Frank Cornelis (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365031#comment-365031
 ] 

Frank Cornelis edited comment on MNG-5605 at 3/15/15 5:04 AM:
--

I'm trying out 3.2.6-SNAPSHOT with the project at: 
https://github.com/e-Contract/mycarenet (check the pom.xml for the used release 
config).
However, during {{mvn release:perform}} I still get:
{code}
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mycarenet 
---
[INFO] Uploading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom
[INFO] 4/8 KB   
[INFO] 8/8 KB   
[INFO]  
[INFO] Uploaded: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom (8 
KB at 4.2 KB/sec)
[INFO] Downloading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/maven-metadata.xml
[INFO] 892/891 B
{code}
The reported downloading size is one off and simply hangs on that.


was (Author: fcorneli):
I'm trying out 3.2.6-SNAPSHOT with the project at: 
https://github.com/e-Contract/mycarenet (check the pom.xml for the used release 
config).
However, during {{mvn release:plugin}} I still get:
{code}
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mycarenet 
---
[INFO] Uploading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom
[INFO] 4/8 KB   
[INFO] 8/8 KB   
[INFO]  
[INFO] Uploaded: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/1.2.1/mycarenet-1.2.1.pom (8 
KB at 4.2 KB/sec)
[INFO] Downloading: 
scp://192.168.100.1/maven2/be/e_contract/mycarenet/maven-metadata.xml
[INFO] 892/891 B
{code}
The reported downloading size is one off and simply hangs on that.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Frank Cornelis (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365035#comment-365035
 ] 

Frank Cornelis commented on MNG-5605:
-

Of course the maven-release-plugin refuses to prepare for a release when 
depending on a wagon-ssh 2.9-SNAPSHOT version. So I guess I'll have to do a 
local release of wagon-ssh first.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Frank Cornelis (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365036#comment-365036
 ] 

Frank Cornelis commented on MNG-5605:
-

Doing a quick-and-dirty local release of wagon-ssh via:
{code}
git clone https://git-wip-us.apache.org/repos/asf/maven-wagon.git
cd maven-wagon
mvn versions:set -DnewVersion=2.9-econtract-1
mvn clean install -Dmaven.test.skip=true
{code}
and then referring to it via:
{code:xml}
extensions
extension
groupIdorg.apache.maven.wagon/groupId
artifactIdwagon-ssh/artifactId
version2.9-econtract-1/version
/extension
/extensions
{code}
indeed fixes the issue.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-15 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=365037#comment-365037
 ] 

Robert Scholte commented on MNG-5605:
-

When doing a {{mvn deploy}} you don't have that issue? If that's the case, the 
{{maven-release-plugin}} itself might add {{wagon-ssh}} to the classpath ( 
http://maven.apache.org/maven-release/maven-release-plugin/dependencies.html ) 
and that's wrong.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.2


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-12 Thread Herve Boutemy (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-5605:
---

Fix Version/s: (was: 3.3.0)

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.1


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-11 Thread Jason van Zyl (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl updated MNG-5605:
---

Fix Version/s: 3.3.1

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.3.0, 3.3.1


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-03-03 Thread Herve Boutemy (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=364438#comment-364438
 ] 

Herve Boutemy commented on MNG-5605:


can someone confirm that the SNAPSHOT wagon fixes the issue, please?
to be sure releaing Wagon (and waiting for it before releasing Maven core) is 
the way to go

thanks in advance to everybody interested in seeing this issue fixed

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.2.6


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-02-13 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=363221#comment-363221
 ] 

Robert Scholte commented on MNG-5605:
-

You can download one of the latest SNAPSHOTs of the Maven distribution from 
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/apache-maven/3.2.6-SNAPSHOT/
 and give it a try. It relies on the latest SNAPSHOT of Wagon, which should 
contain the required fixes.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.2.6


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-01-25 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MNG-5605:


Fix Version/s: 3.2.6

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker
 Fix For: 3.2.6


 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-01-24 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=361726#comment-361726
 ] 

Robert Scholte commented on MNG-5605:
-

[~danttran] can this be caused by WAGON-431?

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-01-24 Thread Dan Tran (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=361735#comment-361735
 ] 

Dan Tran commented on MNG-5605:
---

more like WAGON-429

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2015-01-24 Thread Dan Tran (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=361735#comment-361735
 ] 

Dan Tran edited comment on MNG-5605 at 1/24/15 7:43 PM:


I am very convinced this is related to WAGON-429 where the scp download 
accidentally set the requested transfer size as Long.MAX_VALUE rather than the 
size of the remote file.

See my explaination at WAGON-429 for details


was (Author: dantran):
more like WAGON-429

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-09-09 Thread Mariela Daventini (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=352544#comment-352544
 ] 

Mariela Daventini commented on MNG-5605:


Affects version 3.2.3

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-08-13 Thread Vladimir Piyanov (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=351348#comment-351348
 ] 

Vladimir Piyanov commented on MNG-5605:
---

I ran into the same problem while using the *download-single* goal and maven 
3.2.2.

{noformat}
build
extensions
extension
groupIdorg.apache.maven.wagon/groupId
artifactIdwagon-ssh/artifactId
version2.6/version
/extension
/extensions
/build
...
plugin
groupIdorg.codehaus.mojo/groupId
artifactIdwagon-maven-plugin/artifactId
version1.0-beta-5/version
executions
execution
id2-download-dump/id
phaseinstall/phase
goals
goaldownload-single/goal
/goals
configuration

urlscp://${jdbc.ssh.username}:${jdbc.ssh.password}@${jdbc.ssh.host}:${jdbc.ssh.port}//url

fromFile${jdbc.ssh.dump.dir.path}/${jdbc.ssh.dump.file.name}/fromFile

toFile${basedir}/${jdbc.ssh.dump.file.name}/toFile
/configuration
/execution
/executions
/plugin
{noformat}

Thread dump:
{noformat}

2014-08-13 12:58:05
Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode):

RMI TCP Connection(2)-10.99.66.53 daemon prio=6 tid=0x094e5800 
nid=0xa98 runnable [0x0babf000]
   java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
- locked 0xedaf0e30 (a java.io.BufferedInputStream)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:517)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)

   Locked ownable synchronizers:
- 0xed7234b0 (a 
java.util.concurrent.locks.ReentrantLock$NonfairSync)

JMX server connection timeout 15 daemon prio=6 tid=0x07b8b000 
nid=0x1d68 in Object.wait() [0x0b9bf000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on 0xed811580 (a [I)
at 
com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run(ServerCommunicatorAdmin.java:150)
- locked 0xed811580 (a [I)
at java.lang.Thread.run(Thread.java:662)

   Locked ownable synchronizers:
- None

RMI Scheduler(0) daemon prio=6 tid=0x08e60800 nid=0x2154 waiting on 
condition [0x0b8bf000]
   java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  0xed5e2710 (a 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:196)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2025)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:164)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:609)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:602)
at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:957)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:917)
at java.lang.Thread.run(Thread.java:662)

   Locked ownable synchronizers:
- None

RMI TCP Connection(1)-10.99.66.53 daemon prio=6 tid=0x08885800 
nid=0x21f0 runnable [0x0b7bf000]
   java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at 

[jira] (MNG-5605) ssh-wagon hangs

2014-07-18 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349961#comment-349961
 ] 

Jason van Zyl commented on MNG-5605:


That should, I didn't know if you used it as an extension or dropped the JARs 
in your installation. Nothing else around transport has changed, most notably 
the Aether code where the error is originating. Honestly this is not high on my 
priority list (which is not to say there aren't other committers for whom this 
is important)  as I don't use the SSH code path. Ideally if we can get a 
self-contained test that uses something like MINA SSHD and can demontrate the 
problem it will be easier to fix, and more importantly stays fixed.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-17 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349933#comment-349933
 ] 

Jason van Zyl commented on MNG-5605:


Did how did you use the different versions? Did you also make sure you were 
using the different versions of jsch? Wagon 2.4 uses 0.1.44-1, while Wagon 2.6 
uses 0.1.50.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-17 Thread Allan (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349934#comment-349934
 ] 

Allan commented on MNG-5605:


I assumed that locking the version in the extension declaration would use the 
same version regardless of which version of maven I'm using.
{code:xml}
build
...
extensions
extension
groupIdorg.apache.maven.wagon/groupId
artifactIdwagon-ssh/artifactId
version2.6/version
/extension
/build
{code}

Is that not the case?

Also, I didn't do anything else to control the jsch version.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-14 Thread Allan (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349686#comment-349686
 ] 

Allan commented on MNG-5605:


For me, at least, this does not seem to be a wagon-ssh issue. With the 
wagon-ssh version locked, I can recreate this issue 100% of the time simply by 
flipping between 3.2.1 (broken) and 3.1.1 (working). I have tried this with 
both wagon-ssh versions 2.4 and 2.6 with the same result.

Unfortunately, I can't seem to test Maven 3.2.2 - I'm running into the same 
problems that were discussed on the mailing list in [this 
thread|http://mail-archives.apache.org/mod_mbox/maven-dev/201407.mbox/%3c50066049-f6d1-4bf2-8c12-577658f31...@takari.io%3E]

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-05 Thread Frank Cornelis (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349188#comment-349188
 ] 

Frank Cornelis commented on MNG-5605:
-

The problem still occurs on Maven 3.2.2.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-05 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349189#comment-349189
 ] 

Michael Osipov edited comment on MNG-5605 at 7/5/14 4:20 AM:
-

Has anyone tried to downgrade/upgrade Wagon SSH or another JSch version? I 
doubt that this is a Maven problem but solely a plugin problem. I could be 
wrong, though.


was (Author: michael-o):
Has anyone tried to downgrade Wagon SSH or another JSch version? I doubt that 
this is a Maven problem but solely a plugin problem. I could be wrong, though.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-05 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349189#comment-349189
 ] 

Michael Osipov commented on MNG-5605:
-

Has anyone tried to downgrade Wagon SSH or another JSch version? I doubt that 
this is a Maven problem but solely a plugin problem. I could be wrong, though.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-05 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349198#comment-349198
 ] 

Jason van Zyl commented on MNG-5605:


Anyone with the issue needs to try Maven 3.2.2 with Wagon 2.4 which is what 
3.1.1 uses. None of the resolver code has changed as we are still at Aether 
0.0.9.M2.

It can't be fixed in Maven 3.2.2 if it's a Wagon issue.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-04 Thread Michael Osipov (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov reopened MNG-5605:
-


I'll reopen until some one verifies this as fixed with Maven 3.2.2.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-07-03 Thread Arnaud Brunet (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349158#comment-349158
 ] 

Arnaud Brunet commented on MNG-5605:


Using wagon-ssh 2.6 and maven 3.2.1, I have this issue.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-06-12 Thread Jason van Zyl (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl closed MNG-5605.
--

Resolution: Cannot Reproduce

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-09 Thread Marco Brandizi (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344456#comment-344456
 ] 

Marco Brandizi commented on MNG-5605:
-

sftp worked for me too. Thank you so much! :-)
Does this mean I'm no longer using wagon-ssh and instead I'm using jsch? Sorry, 
I'm too unfamiliar with this part of Maven to know if I'm asking a silly thing 
;-)

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-09 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344493#comment-344493
 ] 

Gray commented on MNG-5605:
---

No you are still using wagon-ssh just using their sftp protocol implementation 
instead of the scp protocol.  Not sure why sftp works.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-09 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344493#comment-344493
 ] 

Gray edited comment on MNG-5605 at 4/9/14 10:33 AM:


No you are still using wagon-ssh _and_ jsch, just that is is using the jsch 
sftp protocol implementation instead of the scp protocol.  Not sure why sftp 
works.


was (Author: graywatson):
No you are still using wagon-ssh just using their sftp protocol implementation 
instead of the scp protocol.  Not sure why sftp works.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344408#comment-344408
 ] 

Gray commented on MNG-5605:
---

Same for me.  If I log into the repo box I see the following process:

   maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom

If I then kill the process on the server, the client continues without an error.

   Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..


 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344408#comment-344408
 ] 

Gray edited comment on MNG-5605 at 4/8/14 12:08 PM:


I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

bq. {{maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p 
-f /var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}

If I then kill the process on the server, the client continues without an error.

{quote}
{{Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}
{{   401/400 B}}
{quote}

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..



was (Author: graywatson):
I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

{{maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}

If I then kill the process on the server, the client continues without an error.

{{Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B}}

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..


 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344408#comment-344408
 ] 

Gray edited comment on MNG-5605 at 4/8/14 12:06 PM:


I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

   maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom

If I then kill the process on the server, the client continues without an error.

   Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..



was (Author: graywatson):
Same for me.  If I log into the repo box I see the following process:

   maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom

If I then kill the process on the server, the client continues without an error.

   Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..


 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344408#comment-344408
 ] 

Gray edited comment on MNG-5605 at 4/8/14 12:08 PM:


I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

bq. {{maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p 
-f /var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}

If I then kill the process on the server, the client continues without an error.

{quote}
{{Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}
{{401/400 B}}
{quote}

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..



was (Author: graywatson):
I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

bq. {{maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p 
-f /var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}

If I then kill the process on the server, the client continues without an error.

{quote}
{{Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}
{{   401/400 B}}
{quote}

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..


 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344408#comment-344408
 ] 

Gray edited comment on MNG-5605 at 4/8/14 12:07 PM:


I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

{{maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom}}

If I then kill the process on the server, the client continues without an error.

{{Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B}}

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..



was (Author: graywatson):
I'm having a similar problem with maven downloads that hang -- typically on 
very small files like poms.   If I log into the repo box I see the following 
process:

   maven20954  0.0  0.0   2388   736 ?Ss   16:45   0:00 scp -p -f 
/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom

If I then kill the process on the server, the client continues without an error.

   Downloading: 
scp://dev.achievementnetwork.org/var/maven/org/moxieapps/gwt-highcharts/1.5.0/gwt-highcharts-1.5.0.pom
   401/400 B

It seems to me to be very small files that have the problem.  Possibly smaller 
than some sort of packet?  2k, 400B, etc..


 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-08 Thread Gray (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344412#comment-344412
 ] 

Gray commented on MNG-5605:
---

I seemed to have worked around this problem by switching to use sftp URLs as 
opposed to using scp.  In looking at the code, it sure seems to be that this is 
some incompatibility issue between jsch and wagon-ssh.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-04-03 Thread Parolini Antonio (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=344066#comment-344066
 ] 

Parolini Antonio commented on MNG-5605:
---

Same here. I tried to upgrade to the latest wagon ssh (2.6), same bug using 
maven 3.2.1. Fine with maven 3.1.1, thus this looks a maven core issue.

Will be great if this is corrected in next maven release.

 ssh-wagon hangs
 ---

 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker

 When releasing (using maven-release-plugin) via Maven 3.1.1 everything works 
 as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
 hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5605) ssh-wagon hangs

2014-03-25 Thread Allan (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=343623#comment-343623
 ] 

Allan commented on MNG-5605:


This happens consistently for me when deploying a file. 

OS: Windows 7 64 bit
JVM: Oracle JDK 6u45 64 bit
Debug console output:
{noformat}
...
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy from plugin realm 
ClassRealm[pluginorg.apache.maven.plugins:maven-deploy-plugin:2.7, parent: 
sun.misc.Launcher$AppClassLoader@546b97fd]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy' with basic 
configurator --
[DEBUG]   (f) artifact = my-group:my-project:jar:1.0-SNAPSHOT
[DEBUG]   (f) attachedArtifacts = 
[my-group:my-project:java-source:sources:1.0-SNAPSHOT, 
my-group:my-project:java-source:test-sources:1.0-SNAPSHOT]
[DEBUG]   (s) localRepository =id: local
  url: file:///C:/Users/username/.m2/repository/
   layout: default
snapshots: [enabled = true, update = always]
 releases: [enabled = true, update = always]

[DEBUG]   (f) offline = false
[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pomFile = C:\my-group\my-project\pom.xml
[DEBUG]   (f) project = MavenProject: my-group:my-project:1.0-SNAPSHOT @ 
C:\my-group\my-project\pom.xml
[DEBUG]   (f) retryFailedDeploymentCount = 1
[DEBUG]   (f) skip = false
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[DEBUG] Using connector WagonRepositoryConnector with priority 0.0 for 
scp://repo.example.com/snapshot-repo/ with username=username, password=***
Downloading: 
scp://repo.example.com/snapshot-repo/com/example/my-group/my-project/1.0-SNAPSHOT/maven-metadata.xml
2/2 KB
{noformat}
Thread dump during hang:
{noformat}
2014-03-25 10:58:02
Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode):

Connect thread repo.example.com session prio=6 tid=0x0ae81000 
nid=0x16a4 runnable [0x0cf4f000]
   java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at com.jcraft.jsch.IO.getByte(IO.java:82)
at com.jcraft.jsch.Session.read(Session.java:908)
at com.jcraft.jsch.Session.run(Session.java:1378)
at java.lang.Thread.run(Thread.java:662)

pool-1-thread-1 prio=6 tid=0x0ae06000 nid=0x187c in Object.wait() 
[0x0a7df000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on 0x0007af0ddb90 (a 
com.jcraft.jsch.Channel$MyPipedInputStream)
at java.io.PipedInputStream.read(PipedInputStream.java:310)
- locked 0x0007af0ddb90 (a 
com.jcraft.jsch.Channel$MyPipedInputStream)
at java.io.PipedInputStream.read(PipedInputStream.java:361)
- locked 0x0007af0ddb90 (a 
com.jcraft.jsch.Channel$MyPipedInputStream)
at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:532)
at 
org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:354)
at 
org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:317)
at 
org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:286)
at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:97)
at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
at 
org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:660)
at 
org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)

Low Memory Detector daemon prio=6 tid=0x07834000 nid=0x2d48 runnable 
[0x]
   java.lang.Thread.State: RUNNABLE

C2 CompilerThread1 daemon prio=10 tid=0x07827000 nid=0x2a7c waiting 
on condition [0x]
   java.lang.Thread.State: RUNNABLE

C2 CompilerThread0 daemon prio=10 tid=0x0782 nid=0x1cb4 waiting 
on condition [0x]
   java.lang.Thread.State: RUNNABLE

Attach Listener daemon prio=10 tid=0x0781e800 nid=0x28fc waiting on 
condition [0x]
   java.lang.Thread.State: RUNNABLE

Signal Dispatcher daemon prio=10 tid=0x0781c000 nid=0x1f60 runnable 
[0x]
   java.lang.Thread.State: RUNNABLE

Finalizer daemon prio=8 tid=0x077c4000 nid=0x2bb8 in Object.wait() 
[0x0850f000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on 0x000707123230 (a java.lang.ref.ReferenceQueue$Lock)
at 

[jira] (MNG-5605) ssh-wagon hangs

2014-03-21 Thread Frank Cornelis (JIRA)
Frank Cornelis created MNG-5605:
---

 Summary: ssh-wagon hangs
 Key: MNG-5605
 URL: https://jira.codehaus.org/browse/MNG-5605
 Project: Maven 2  3
  Issue Type: Bug
  Components: Deployment
Affects Versions: 3.2.1
Reporter: Frank Cornelis
Priority: Blocker


When releasing (using maven-release-plugin) via Maven 3.1.1 everything works as 
expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden 
hangs on the second ssh upload.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)