Jazz Build Engine Timestamp revisited
I am running Jazz 4.0.4 on a Red Hat Enterprise Linux 6 server virtual machine. I run bot the RTC eclipse client and the JBE on the same machine
All the times displayed in the RTC client are correct (EDT) But the JBE timestamp appears to EST. [jfeldman@bosvmjerry ~]$ date Fri May 2 16:01:00 EDT 2014 [jfeldman@bosvmjerry ~]$ myjbe 2014-05-02 15:01:09 [Jazz build engine] Running build loop... 2014-05-02 15:01:09 [Jazz build engine] Waiting for request... The build listing in the client shows the correct start time. I am certain that the virtual machine is configured correctly. Also, the repository server is in the same timezone.
showing 5 of 11
show 6 more comments
|
Accepted answer
Mikhail Kuzmenko (16●1●2)
| answered Mar 17 '17, 2:32 p.m.
edited Mar 28 '17, 7:43 a.m. by Ralph Schoon (63.5k●3●36●46)
Ralph.
Issue resolved:
[devusr@USSLTCSNL2483 eclipse]$ cat jbe.ini
-vm
/usr/bin/java
--launcher.suppressErrors
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Dcom.ibm.team.filesystem.client.disable.fslistener=true
-Duser.timezone=America/New_York
-verbose:gc
[devusr@USSLTCSNL2483 eclipse]$ date
Fri Mar 17 14:31:59 EDT 2017
[devusr@USSLTCSNL2483 eclipse]$ ./jbe -repository https://10.118.19.57:9443/ccm/ -userId mikuzmenko -passwordFile ./passwd -engineID t_main -data /data/Build/empi_usjar/code -interactive
2017-03-17 14:32:04 [Jazz build engine] Running build loop...
2017-03-17 14:32:04 [Jazz build engine] Waiting for request...
Thank you
Ralph Schoon selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
We have the same problem. Any updates?
What are the timezone settings of
>>The machine that hosts the JBE
Eastern Standard Time
All Windows hosts was shift to daytime automatically with
The server that hosts the JBE shows the same timezone the JBE shows - at least from the information above. So there is no surprised the JBE shows the same. Am I missing something?
JBE does not show timezone actually.
I would have expected the JBE uses the timezone of the machine.
The java application likely uses SimpleDateFormat http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html#timezone to print the time , so GMT+/- hour might be also a valid input.
Ralph.
Correction:
Sorry for confuse you: