【问题标题】:Jenkins Master and Slave configuration linux to AIXJenkins Master 和 Slave 配置 linux 到 AIX
【发布时间】:2016-04-17 15:37:01
【问题描述】:

这是我的环境。

Jenkins 大师 - Linux 64 位 从 AIX 32 位

我必须在 AIX 32 位上的 Jenkins slave 上运行一些作业。问题在于在 AIX 上启动从属。无论我使用什么版本的 java,我都无法启动 slave。

启动从站时出现以下错误。顺便说一下,ssh 工作正常。

jre1.8.0_65/bin/java:cannot execute hudson.util.IOException2: Slave JVM has terminated. Exit code=1
at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
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.EOFException: unexpected stream termination*

任何帮助将不胜感激!! 提前致谢。

【问题讨论】:

    标签: java linux jenkins aix


    【解决方案1】:

    还有其他几种方法可以尝试添加从属设备

    SSH Slave 这会使用一组选定的凭据启动来自主服务器的连接

    Swarm Plugin 这需要主节点上的插件,然后监听来自想要加入的从节点的连接。我更喜欢这个,因为你可以增加更多的奴隶,而不必改变主人

    【讨论】:

      猜你喜欢
      • 2017-01-21
      • 2011-11-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-24
      • 2012-09-26
      • 1970-01-01
      相关资源
      最近更新 更多