Open timja opened 10 years ago
All nodes (Jenkins master and slave) are CentOS 6.5? Does this affect all of them, or only one? Since when, did it ever work?
yes, all are CentOS 6.5.
Yes it worked and working! But we encounter this issue several times and it become critical for us.
I'm having the same issue, it does not happen always, and not continuously using fc21 slaves (with JDK1.8).
The jenkins version I'm using is 1.575
I've found though that after disconnecting and reconnecting the slaves (forcing the slave process to restart and the slave.jar to be checked) it does not fail, or at least, it did not fail yet. I'll let you know if it starts failing again.
We have seen this on Jenkins 1.553 on a linux64 (amd64) slave running Red Hat Enterprise Linux Server release 6.5. I think the java version for the slave was probably 1.8.0_25, although several other java versions are also installed on the machine (including 1.7.0_25).
I've had a similar issue. It seems to be caused by a bad slave.jar installation/download.
After restarting the slave, everything was back to normal.
Also see: http://lists.ovirt.org/pipermail/infra/2014-October/008170.html
I have the same issue with slaves provisioned using docker plugin
I use ssh public key to access slaves so, seemingly the problem is not in the wrong slave.jar
The same issue is reported in JENKINS-34017.
(It happened with copyartifact, but the root cause is same.)
Seems similar to JENKINS-21985, though the class in question is different.
Yes, the issue is similar. Also JENKINS-18682 & Co. No occurrences outside Jenkins, so it's likely our baby. I would say that it happens due to the custom architecture without JNR support, but I am not sure this is a case for this issue.
The recommended approach is JENKINS-36088 as jglick proposed
[Originally related to: JENKINS-21985]
[Originally related to: JENKINS-34017]
[Originally related to: JENKINS-37130]
[Originally related to: JENKINS-36088]
This is critical, since those artifacts will be deleted after the job is finished.
Originally reported by aviv_yam, imported from: Failed to archive artifacts: *.tar.gz NoClassDefFoundError