Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8161724

EOFException in GZIPInputStream.readUByte while browsing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 9
    • 9
    • javafx
    • web

    Backports

      Description

        While browsing in windows 7 64 bit with jdk-9 in non-jigsaw mode is causing the below exception:

        1. Launch HelloWebview and load www.google.com
        2. Search any keyword
        3. Follow the links.
        4. Below Exception is observed.

        Jul 20, 2016 12:31:11 AM com.sun.webkit.network.URLLoader doRun
        WARNING: Unexpected error
        java.io.EOFException
                at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
                at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:259)
                at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
                at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79)
                at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91)
                at com.sun.webkit.network.URLLoader.receiveResponse(URLLoader.java:522)
                at com.sun.webkit.network.URLLoader.doRun(URLLoader.java:164)
                at com.sun.webkit.network.URLLoader.lambda$run$0(URLLoader.java:129)
                at java.security.AccessController.doPrivileged(Native Method)
                at com.sun.webkit.network.URLLoader.run(URLLoader.java:128)
                at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
        4)
                at java.util.concurrent.FutureTask.run(FutureTask.java:266)
                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
        java:1158)
                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
        .java:632)
                at java.lang.Thread.run(Thread.java:804)

        Attachments

          Issue Links

            Activity

              People

                mbilla Murali Billa
                mbilla Murali Billa
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: