Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Barak KorrenBarak Korren(Deactivated)Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Barak Korren
Barak Korren(Deactivated)Priority
Created January 22, 2017 at 3:34 PM
Updated April 2, 2017 at 12:51 PM
Resolved February 28, 2017 at 4:24 PM
A recently invoked system teasts job failed with the following error:
Looking at
el7-vm26.phx.ovirt.org failed
where this happened proved that indeed the file '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-2.b15.el7_3.x86_64/jre/lib/resources.jar
' does not exist on the node. The file '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el7_3.x86_64/jre/lib/resources.jar
' does exist however.Further examination in the logs revealed that the system's java version was recently updated:
I suppose the issue is does to the system Jave and libraries being updated while the Jenkins agent was still running and trying to use the older libraries.
I suggest we endure that the Jenkins agent is shut down every time package updates are done on the node and restarted afterwards. This could be done by setting the node to "offline" in Jenkins.