I solved for my local. THank you. But i need to do for docker containers. We have app that has 7-8 docker containers. Docker has its own jre. So what can i do about it? I couldnot find any guide for this.

On 4 November 2016 at 22:00, Paul Eggert <eggert@cs.ucla.edu> wrote:
On 11/03/2016 11:16 PM, Caner Aydinbey wrote:
i need to do sha512, i do as described but it doesnot work.


I guess Oracle's TZUpdater tool normally checks your tzdata updates against a central server maintained by Oracle, and verifies that your update matches a checksum on file with the central server. This prevents users from installing their own changes (and also poses some interesting privacy and security implications -- did you know about that central server?).

If I'm right, it sounds like you could fix things by running a shell command like this:

sha512sum tzdata2016g.tar.gz | awk '{print $1}' >tzdata2016g.tar.gz.sha512

just before running TZUpdater. Here 'sha512sum' is the GNU core utilities SHA-512 checksummer and 'awk' is POSIX Awk. The documentation in http://www.oracle.com/technetwork/java/javase/tzupdater-readme-136440.html is unclear about this, though. For clarity, please ask Oracle tech support, as this mailing list is a generic one and we aren't expert in Oracle's quirks.

You might also consider upgrading to 2016i instead of bothering with 2016g.




--



Caner Aydin
Software Developer
Infoowl Software Solutions & Consultancy