|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Hi, I'm experiencing the same issue using Jenkins 1.580.1 on ppc64 running AIX 5.3. In particular I'm seeing the exact same bytes that you have posted in the attached file "slavelog-from-slave.log":
java.io.StreamCorruptedException: invalid stream header: 009AACED
Searching the web I found the following explanation for this sequence of bytes:
Looking at the similarity in the byte sequence, it looks like either an endianess issue or an off-by-one error.
Thank you for providing the workaround, I'll set up the buildslave using JNLP.