小编var*_*ese的帖子

使用无头jnlp将slave连接到master时显示异常

我正在使用jenkins 1.447.2版本.我的主人是linux,奴隶是windows

    Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener <init>
    INFO: Hudson agent is running in headless mode.
    Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener status
    INFO: Locating server among [http://10.10.1.162:8080/jenkins/, http://dem
     Jul 27, 2012 12:44:38 PM hudson.remoting.jnlp.Main$CuiListener status
    INFO: Connecting to demo.sigmainfo.in:8050
     Jul 27, 2012 12:44:38 PM hudson.remoting.jnlp.Main$CuiListener status
     INFO: Handshaking
     Jul 27, 2012 12:44:58 PM hudson.remoting.jnlp.Main$CuiListener error
     SEVERE: The server rejected the connection:
     java.lang.Exception: The server rejected the connection:
     at hudson.remoting.Engine.onConnectionRejected(Engine.java:258)
     at hudson.remoting.Engine.run(Engine.java:233)
Run Code Online (Sandbox Code Playgroud)

我正在将连接奴隶连接到jenkins的主人时遇到上述错误.我得到了这个错误,因为我将master作为静态.(IP).

如何解决这个问题?

networking hudson hudson-api jenkins jenkins-plugins

4
推荐指数
1
解决办法
2万
查看次数