This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242753 - java.io.IOException: Premature EOF
Summary: java.io.IOException: Premature EOF
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 17:01 UTC by Sam.MIT
Modified: 2014-06-06 10:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196420


Attachments
stacktrace (1.35 KB, text/plain)
2014-03-10 17:01 UTC, Sam.MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-03-10 17:01:21 UTC
Build: NetBeans IDE Dev (Build 201403100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
Sam.MIT: Forced stop a tomcat server

Sam.MIT: Forced stop the running tomcat server

genomega: Stopping GF server

GUEST: When opening the embed browser

GUEST: I was just editing my website simple html5 and css3 when this popup came.




Stacktrace: 
java.io.IOException: Premature EOF
   at sun.net.www.http.ChunkedInputStream.readAheadBlocking(ChunkedInputStream.java:565)
   at sun.net.www.http.ChunkedInputStream.readAhead(ChunkedInputStream.java:609)
   at sun.net.www.http.ChunkedInputStream.read(ChunkedInputStream.java:696)
   at java.io.FilterInputStream.read(FilterInputStream.java:133)
   at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3322)
   at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:3315)
Comment 1 Sam.MIT 2014-03-10 17:01:22 UTC
Created attachment 145909 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-06-06 10:08:31 UTC
WebView in JavaFX could perhaps handle this error more gracefully, I don't think we can do much on our side.