Dear Jenkins Users,

The ssh command to connect to the jenkins slave is:
  ssh -A -t -q x.x.x.x ssh -A -p 51322 [email protected]
so I selected the slave launch method "Launch slave via execution of 
command on the Master"
and the launch command: ssh -A -q x.x.x.x ssh -A -q -p 51322 
[email protected] ~/jdk1.6.0_38/bin/java -jar ~/slave.jar

Output:

[04/03/14 16:40:36] Launching slave agent
$ ssh -A -q x.x.x.x ssh -A -q -p 51322 [email protected] ~/jdk1.6.0_38/bin/java 
-jar ~/slave.jar
ERROR: Unable to launch the slave agent for 
LT-PuppetSlaveTestjava.io.EOFException 
<http://stacktrace.jenkins-ci.org/search?query=java.io.EOFException>: 
unexpected stream termination
        at 
hudson.remoting.ClassicCommandTransport.create(ClassicCommandTransport.java:100)
 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.ClassicCommandTransport.create&entity=method>
        at hudson.remoting.Channel.<init>(Channel.java:392) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
        at hudson.remoting.Channel.<init>(Channel.java:388) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
        at hudson.remoting.Channel.<init>(Channel.java:349) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
        at hudson.remoting.Channel.<init>(Channel.java:345) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
        at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:338) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer.setChannel&entity=method>
        at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:122) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.CommandLauncher.launch&entity=method>
        at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:222) 
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer$1.call&entity=method>
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) 
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method>
        at java.util.concurrent.FutureTask.run(FutureTask.java:138) 
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method>
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runTask&entity=method>
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method>
        at java.lang.Thread.run(Thread.java:662) 
<http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method>


Is this possible?
Thanks
--Duncan

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" 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/d/optout.

Reply via email to