<div dir="ltr">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.</div><div class="gmail_extra"><br><div class="gmail_quote">On 4 November 2016 at 22:00, Paul Eggert <span dir="ltr"><<a href="mailto:eggert@cs.ucla.edu" target="_blank">eggert@cs.ucla.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/03/2016 11:16 PM, Caner Aydinbey wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
i need to do sha512, i do as described but it doesnot work.<br>
<br>
</blockquote>
<br></span>
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?).<br>
<br>
If I'm right, it sounds like you could fix things by running a shell command like this:<br>
<br>
sha512sum tzdata2016g.tar.gz | awk '{print $1}' >tzdata2016g.tar.gz.sha512<br>
<br>
just before running TZUpdater. Here 'sha512sum' is the GNU core utilities SHA-512 checksummer and 'awk' is POSIX Awk. The documentation in <a href="http://www.oracle.com/technetwork/java/javase/tzupdater-readme-136440.html" rel="noreferrer" target="_blank">http://www.oracle.com/technetw<wbr>ork/java/javase/tzupdater-<wbr>readme-136440.html</a> 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.<br>
<br>
You might also consider upgrading to 2016i instead of bothering with 2016g.<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br></div><div><font color="#ffd966"><br></font></div><font color="#ffd966"><br style="font-size:12.8px"></font><div style="font-size:12.8px"><div dir="ltr"><div dir="ltr"><div><font color="#38761d">Caner Aydin<br>Software Developer</font></div><font color="#38761d">Infoowl Software Solutions & Consultancy</font><div dir="ltr"><div><br></div><div style="color:rgb(136,136,136)"><a href="tel:%2B90%20530%20960%2035%2053" value="+905309603553" style="color:rgb(17,85,204)" target="_blank">+90 542 788 62 64</a><br></div><div style="color:rgb(136,136,136)"><a href="http://www.infoowl.net/" style="color:rgb(17,85,204)" target="_blank">www.infoowl.net</a></div><div style="color:rgb(136,136,136)"><br></div></div></div></div></div></div></div></div></div></div></div>
</div>