Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Unix slave died(Unix slave died with java.io.StreamCorruptedException)
Unix slave died [message #1402532] Thu, 17 July 2014 05:46 Go to next message
Lina Muryanto is currently offline Lina MuryantoFriend
Messages: 4
Registered: July 2014
Junior Member
I am using hudson.3.1.2. My hudson slave died with the following:

This is a Unix slave
ERROR: Connection terminated
ERROR: Unexpected error in launching a slave. This is probably a bug in Hudson.
java.io.StreamCorruptedException: invalid type code: 23
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1375)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:1017)
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 23
at hudson.remoting.Request.call(Request.java:142)
at hudson.remoting.Channel.call(Channel.java:643)
at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:337)
at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:383)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:203)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:190)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: hudson.remoting.RequestAbortedException: java.io.StreamCorruptedException: invalid type code: 23
at hudson.remoting.Request.abort(Request.java:262)
at hudson.remoting.Channel.terminate(Channel.java:743)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:1042)
Caused by: java.io.StreamCorruptedException: invalid type code: 23
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1375)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:1017)
[07/16/14 21:59:32] [SSH] Connection closed.
ERROR: [07/16/14 21:59:32] slave agent was terminated
java.io.StreamCorruptedException: invalid type code: 23
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1375)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)
at hudson.remoting.Channel$ReaderThread.run(Channel.java:1017)

====
Has anyone run into similar problems?
Re: Unix slave died [message #1403635 is a reply to message #1402532] Thu, 24 July 2014 17:30 Go to previous message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
This seems like an incorrect version of JDK. Make sure you have JDK 6 on that machine.

Winston Prakash
Eclipse Hudson team
Previous Topic:OS dependency with Hudson
Next Topic:hudson jobs failed at the end with Failed to join the process
Goto Forum:
  


Current Time: Thu Apr 25 23:56:32 GMT 2024

Powered by FUDForum. Page generated in 0.02502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top