JDK-8245950 : TZUpdater cannot update to tzdata2020a for JDK 7u
  • Type: Bug
  • Component: tools
  • Sub-Component: updaters
  • Affected Version: tz2.3.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2020-05-27
  • Updated: 2020-07-10
  • Resolved: 2020-06-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tz2.3.1Fixed
Related Reports
Relates :  
Relates :  
Sub Tasks
JDK-8247850 :  
Description
Tzupdater cannot perform an update to tzdata2020a for jdk7u. The following error is seen :


Using https://www.iana.org/time-zones/repository/releases/tzdata2020a.tar.gz as source for tzdata bundle.
javazic: fatal error: unknown time mode: R
Comments
Fixed in 2.3.1
18-06-2020

Working on the fix
16-06-2020

A temporary workaround for the above problem is to set the following flag while running TZUpdater -Dtzupdater.forceUseOfVanguard=true Note: This workaround is forcing the use of vanguard bundle to update tzdata. JDK 7u works only with rearguard bundle. Due to this, there might few timezones which will provide the wrong output.
16-06-2020