<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello Peter,<br>
    </p>
    <p>Looking at the linked issue and the stacktrace presented there,
      this appears to be related to java.util.zip code.  I've moved this
      thread to core-libs-dev which is where discussions related to
      java.util.zip happen.</p>
    <p>The stacktrace is as follows:</p>
    <p>Caused by: java.lang.IllegalStateException: Current state =
      CODING_END, new state = FLUSHED<br>
          at java.nio.charset.CharsetDecoder.throwIllegalStateException
      (CharsetDecoder.java:998)<br>
          at java.nio.charset.CharsetDecoder.flush
      (CharsetDecoder.java:681)<br>
          at java.nio.charset.CharsetDecoder.decode
      (CharsetDecoder.java:810)<br>
          at java.util.zip.ZipCoder.normalizedHashDecode
      (ZipCoder.java:136)<br>
          at java.util.zip.ZipCoder$UTF8ZipCoder.normalizedHash
      (ZipCoder.java:228)<br>
          at java.util.zip.ZipFile$Source.initCEN (ZipFile.java:1527)<br>
          at java.util.zip.ZipFile$Source.<init>
      (ZipFile.java:1249)<br>
          at java.util.zip.ZipFile$Source.get (ZipFile.java:1211)<br>
          at java.util.zip.ZipFile$CleanableResource.<init>
      (ZipFile.java:701)<br>
          at java.util.zip.ZipFile.<init> (ZipFile.java:240)<br>
          at java.util.zip.ZipFile.<init> (ZipFile.java:171)<br>
          at java.util.jar.JarFile.<init> (JarFile.java:347)<br>
          at jdk.internal.loader.URLClassPath$JarLoader.getJarFile
      (URLClassPath.java:816)</p>
    <p><br>
    </p>
    <p>Additional details in that issue state that the JDK being used is
      Java 15. There have been code changes in this piece of code in
      java.util.zip.ZipFile since then. In fact, in the current mainline
      (and recent releases) I don't see initCEN calling the ZipCoder.
      Would you be able to test this against more recent releases
      (preferably Java 19) and see if it is still reproducible?<br>
    </p>
    <p>-Jaikiran<br>
    </p>
    <div class="moz-cite-prefix">On 17/03/23 4:09 pm, Peter Rader wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:trinity-e5a25fa2-bd13-48c3-934f-a4fdf9bb80dc-1679049565612@3c-app-gmx-bs31">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div style="font-family: Verdana;font-size: 12.0px;">
        <div>I have been requested to ask if you feel responsible to fix
          this bug.</div>
        <div> </div>
        <div>Caused by: java.lang.IllegalStateException: Current state =
          CODING_END, new state = FLUSHED<br>
              at
          java.nio.charset.CharsetDecoder.throwIllegalStateException
          (CharsetDecoder.java:998)<br>
              at java.nio.charset.CharsetDecoder.flush
          (CharsetDecoder.java:681)<br>
              at java.nio.charset.CharsetDecoder.decode
          (CharsetDecoder.java:810)<br>
              at java.util.zip.ZipCoder.normalizedHashDecode
          (ZipCoder.java:136)<br>
              at java.util.zip.ZipCoder$UTF8ZipCoder.normalizedHash
          (ZipCoder.java:228)</div>
        <div> </div>
        <div>Original ticket: <a
            href="https://issues.apache.org/jira/browse/MNG-7742"
            target="_blank" moz-do-not-send="true"
            class="moz-txt-link-freetext">https://issues.apache.org/jira/browse/MNG-7742</a></div>
        <div> </div>
        <div class="signature">Kind regards<br>
          <br>
          Peter Rader<br>
          --<br>
          Fachinformatiker AE / IT Software Developer<br>
          Peter Rader<br>
          Wilsnacker Strasse 17<br>
          10559 Berlin - GERMANY<br>
          Tel: 0049 (0)30 / 6 29 33 29 6<br>
          Fax: 0049 (0)30 / 6 29 33 29 6<br>
          Handy: 0049 (0)176 / 87 521 576<br>
          Handy: 0049 (0)176 / 47 876 303</div>
      </div>
    </blockquote>
  </body>
</html>