Hi,
I failed to launch a new Jenkins agent (slave) on an AIX system. It seems that the “automatic JDK installation” of Jenkins does not work here:
hudson.util.IOException2: Could not find any known supported java version in [java, /usr/bin/java, /usr/java/default/bin/java, /usr/java/latest/bin/java, /usr/local/bin/java, /usr/local/java/bin/java, /usr/jenkins/.jenkins/jdk/bin/java, /bin/java], and we also failed to install JDK as a fallback
at hudson.plugins.sshslaves.SSHLauncher.resolveJava(SSHLauncher.java:820)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:716)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException:
Failed to detect the environment for automatic JDK installation. Please report this to
jenkins...@googlegroups.com:
AIX at hudson.plugins.sshslaves.SSHLauncher.attemptToInstallJDK(SSHLauncher.java:931)
at hudson.plugins.sshslaves.SSHLauncher.resolveJava(SSHLauncher.java:818)
... 6 more
[12/20/16 10:46:34] Launch failed - cleaning up connection
[12/20/16 10:46:34] [SSH] Connection closed.
Is it possible to get AIX systems supported in the near future?