Hi everybody,
Ii'm using two servers, one for jenkins master, and one for the slave
instance
I'm using Jenkins 1.456 as a main stream version, and was trying to prepare
an upgrade to 1.518, so i just installed another jenkins master for testing
puropose, and defined different ports for each one (the main master and the
test master)
then i added a slave node to the test-master, and i had already a slave
node for the main master.
i launch each slave by calling a script through ssh, something like
ssh me@my-slaves-server '/home/me/ slave_test.ksh start'
and the script is calling slaves that way
nohup /.../JAVA-6/bin/java -Xms512m -Xmx1024m -Djava.io.tmpdir=/tmp -jar
/.../hudson_slave/jar/${HUDSON_VERSION}/slave.jar -jnlpUrl
http://${MASTER_HOST}:${MASTER_PORT}/computer/${SLAVE_HOST}/slave-agent.jnlp
The problem is, each time i launch the test-slave the main-slave goes
offline and i have this stack trace
ERROR: Unable to launch the slave agent for
my-slaves-serverjava.io.EOFException
<http://stacktrace.jenkins-ci.org/search?query=java.io.EOFException>:
unexpected stream termination
at hudson.remoting.Channel.<init>(Channel.java:408)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
at hudson.remoting.Channel.<init>(Channel.java:366)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
at hudson.remoting.Channel.<init>(Channel.java:327)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
at hudson.remoting.Channel.<init>(Channel.java:323)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Channel.%3Cinit%3E&entity=method>
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:313)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer.setChannel&entity=method>
at hudson.slaves.CommandLauncher.launch(CommandLauncher.java:122)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.CommandLauncher.launch&entity=method>
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:200)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.slaves.SlaveComputer$1.call&entity=method>
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method>
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method>
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runTask&entity=method>
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method>
at java.lang.Thread.run(Thread.java:662)
<http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method>
Any ideas about this issue ?
Thanks in advance !
Regards,
Raouf.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.