Bug 1610462

Summary: builder109 is throwing exception
Product: [Community] GlusterFS Reporter: Atin Mukherjee <amukherj>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, mscherer, nigelb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-03 10:10:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Atin Mukherjee 2018-07-31 16:52:50 UTC
Description of problem:

14:49:00 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to builder109.cloud.gluster.org
14:49:00 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
14:49:00 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
14:49:00 		at hudson.remoting.Channel.call(Channel.java:955)
14:49:00 		at hudson.FilePath.act(FilePath.java:1036)
14:49:00 		at hudson.FilePath.act(FilePath.java:1025)
14:49:00 		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:233)
14:49:00 		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
14:49:00 		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
14:49:00 		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
14:49:00 		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
14:49:00 		at hudson.model.Build$BuildExecution.post2(Build.java:186)
14:49:00 		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
14:49:00 		at hudson.model.Run.execute(Run.java:1823)
14:49:00 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
14:49:00 		at hudson.model.ResourceController.execute(ResourceController.java:97)
14:49:00 		at hudson.model.Executor.run(Executor.java:429)
14:49:00 java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile

Probably need a reboot?

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 M. Scherer 2018-07-31 20:49:33 UTC
The builder was taken offline, so we can take alook at what is going on. Deepshika said that builder 38 has the same problem.

Comment 2 Nigel Babu 2018-08-03 10:10:09 UTC
Seemingly, there were multiple problems here. Java was upgraded, but the connection wasn't reset causing this failure. In future, when there is a Java upgrade, we will need to do a reboot of all our nodes.