|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I have this same problem with jenkins 1.506.
[03/27/13 12:44:29] [SSH] Starting sftp client.
[03/27/13 12:44:29] [SSH] Copying latest slave.jar...
[03/27/13 12:44:29] [SSH] Copied 284,160 bytes.
ERROR: Failed to expand buffer size
java.lang.NoSuchMethodException: com.trilead.ssh2.Session.setWindowSize(int)
at java.lang.Class.getMethod(Class.java:1605)
at hudson.plugins.sshslaves.SSHLauncher.expandChannelBufferSize(SSHLauncher.java:711)
at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:661)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:472)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:222)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
<REDACTED>
<===[JENKINS REMOTING CAPACITY]===>channel started
Slave.jar version: 2.22
....
Likewise, when upgrading to ssh-slave 0.23, all my ssh authentication broke (it created credentials for each slave, but the authentication didn't work; I had to manually create my own credential setting, and change it slave to use it).