<div dir="ltr"><div>Hi Scott, I agree, it's out of date... but for a lot of us balancing out a couple dozen other systems and OSs, unless there is a security issue, 3/17/2017 version of Jetty doesn't sound "far out of date" to many of us -- but that's on me, I paid that price.<br></div><div><br></div><div>To wrap up, I found this on the jetty bug list...</div><div><br></div><div>
<p style="margin:0in 0in 0.0001pt 0.5in;font-size:12pt;font-family:"Times New Roman",serif"><span style="font-size:11pt;font-family:"Calibri",sans-serif">The
problem looks to be that that RollOverFileOutputStream.toMidnight function
figures out what day it is in the local time zone, but then computes the delay
based on the timezone passed in. In this case, any time between 17:00 and 24:00
on day x in PDT computes midnight as midnight at the start of day x in GMT, and
nextMidnight at midnight on day x+1 in GMT. However, the current
System.currentTimeMillis() time is already past midnight on day x+1 in GMT as
soon as the time is past 17:00 on day x. Hence, the negative delay in
midnight.toInstant().toEpochMilli() - System.currentTimeMillis().<span></span></span></p>
<p style="margin:0in 0in 0.0001pt 0.5in;font-size:12pt;font-family:"Times New Roman",serif"><span style="font-size:11pt;font-family:"Calibri",sans-serif"> <span></span></span></p>
<p style="margin:0in 0in 0.0001pt 0.5in;font-size:12pt;font-family:"Times New Roman",serif"><span style="font-size:9pt;font-family:"Calibri",sans-serif;color:rgb(89,89,89)">From <<a href="https://github.com/eclipse/jetty.project/issues/1507" style="color:rgb(5,99,193);text-decoration:underline">https://github.com/eclipse/jetty.project/issues/1507</a>>
<span></span></span></p>
</div><div><br></div><div>This may be the actual cause of our issues because we rebooted later in the evening, something we've only done earlier in the day previously - and it probably explains why it all miraculously worked after 1am.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 19, 2018 at 10:50 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Thanks Scott. At present, are on Jetty 9.3.17.v20170317.<br>
<br>
Which basically answers your question, that's far out of date.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Scott<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/<wbr>confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</font></span></blockquote></div><br></div>