Hi all, I hit the following issue when I launched a slave:
--------------------------- snip ----------------------------- [07/09/13 03:02:41] [SSH] Checking java version of java [07/09/13 03:02:41] [SSH] java -version returned 1.7.0_25. [07/09/13 03:02:41] [SSH] Starting sftp client. [07/09/13 03:02:43] [SSH] Copying latest slave.jar... [07/09/13 03:02:52] [SSH] Copied 326,561 bytes. Expanded the channel window size to 4MB [07/09/13 03:02:52] [SSH] Starting slave process: cd '/home/jenkins' && java -jar slave.jar <===[JENKINS REMOTING CAPACITY]===>ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins.java.lang.IllegalStateException <http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>: Already connected at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:429) <http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer.setChannel&entity=method> at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:347) <http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer.setChannel&entity=method> at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:712) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.sshslaves.SSHLauncher.startSlave&entity=method> at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:498) <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.sshslaves.SSHLauncher.launch&entity=method> at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:230) <http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer$1.call&entity=method> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method> at java.util.concurrent.FutureTask.run(FutureTask.java:166) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorker&entity=method> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method> at java.lang.Thread.run(Thread.java:722) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method> my jenkins-ci version is 1.522, please let me know if you need further info? Thanks, Zhouping -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
