Note that there are some explanatory texts on larger screens.

plurals
  1. POHudson Script Has Unexpected Stream Termination
    primarykey
    data
    text
    <p>I have a bat script that sets up Hudson in headless mode so that Jenkins can connect &amp; perform automatic builds. </p> <p>The script has worked for 2 years. To fix a problem, IT tech changed the internet port from 100Mb/s to 1Gigb/s. Now, the script has the following error. We switched the lines back but problem persists. </p> <p>I'm no sure if the line speeds was the cause of the problem. All I know is that it worked, the ports changed speeds, and now it has stopped working. </p> <p>slave_launch_command.bat</p> <pre><code>C:\IceBoX&gt;java -jar c:\IceBoX\slave.jar -jnlpUrl http://XX.XX.XX.XX:8080/jenkins/computer/.../slave-agent.jnlp Mar 20, 2013 3:31:59 PM hudson.remoting.jnlp.Main$CuiListener &lt;init&gt; INFO: Hudson agent is running in headless mode. Mar 20, 2013 3:31:59 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Locating server among [http://.....goldlnk.rootlnka.net:8080/jenkins/, http://XX.XX.XX.X:8080/jenkins/] Mar 20, 2013 3:31:59 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Connecting to nhnaunxlbapp005.goldlnk.rootlnka.net:35204 Mar 20, 2013 3:31:59 PM hudson.remoting.jnlp.Main$CuiListener status INFO: Handshaking Mar 20, 2013 3:31:59 PM hudson.remoting.jnlp.Main$CuiListener error SEVERE: unexpected stream termination java.io.EOFException: unexpected stream termination at hudson.remoting.Channel.&lt;init&gt;(Channel.java:408) at hudson.remoting.Channel.&lt;init&gt;(Channel.java:366) at hudson.remoting.Channel.&lt;init&gt;(Channel.java:327) at hudson.remoting.Channel.&lt;init&gt;(Channel.java:323) at hudson.remoting.Channel.&lt;init&gt;(Channel.java:311) at hudson.remoting.Engine.run(Engine.java:238) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload