Am lauching slave through SSH. After successful authentication the launch fails with below exception
Jenkins Version - 1.424.6
Slave - Redhat 5.5
Slave Launch method - "Launch slave via execution of command on the master"
Exception
---------
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending command: java -jar /opt/installers/slave.jar
<===[JENKINS REMOTING CAPACITY]===>Slave.jar version: ${build.version}
This is a Unix slave
just before slave MyClient Group - MyClient Environment Setups gets online ...
ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins
java.lang.NoClassDefFoundError: org/jenkinsci/plugins/slave_setup/SetupConfig
at org.jenkinsci.plugins.slave_setup.ComputerListenerImpl.preOnline(ComputerListenerImpl.java:32)
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:353)
at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:121)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:198)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
Am lauching slave through SSH. After successful authentication the launch fails with below exception
Jenkins Version - 1.424.6
Slave - Redhat 5.5
Slave Launch method - "Launch slave via execution of command on the master"
Exception
---------
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending command: java -jar /opt/installers/slave.jar
<===[JENKINS REMOTING CAPACITY]===>Slave.jar version: ${build.version}
This is a Unix slave
just before slave MyClient Group - MyClient Environment Setups gets online ...
ERROR: Unexpected error in launching a slave. This is probably a bug in Jenkins
java.lang.NoClassDefFoundError: org/jenkinsci/plugins/slave_setup/SetupConfig
at org.jenkinsci.plugins.slave_setup.ComputerListenerImpl.preOnline(ComputerListenerImpl.java:32)
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:353)
at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:121)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:198)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)