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 249114 - java.net.SocketTimeoutException: Read timed out
Summary: java.net.SocketTimeoutException: Read timed out
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 15:52 UTC by bolsover
Modified: 2016-11-30 20:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213909


Attachments
stacktrace (3.13 KB, text/plain)
2014-12-04 15:52 UTC, bolsover
Details
stacktrace (3.13 KB, text/plain)
2015-01-29 12:04 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2014-12-04 15:52:32 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
bolsover: Exception thrown during startup




Stacktrace: 
java.net.SocketTimeoutException: Read timed out
   at java.net.SocketInputStream.socketRead0(SocketInputStream.java:0)
   at java.net.SocketInputStream.read(SocketInputStream.java:150)
   at java.net.SocketInputStream.read(SocketInputStream.java:121)
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
Comment 1 bolsover 2014-12-04 15:52:34 UTC
Created attachment 150883 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2014-12-04 16:41:24 UTC
org.netbeans.cheats
Comment 3 bolsover 2015-01-29 12:04:00 UTC
Created attachment 151727 [details]
stacktrace

Not sure what's causing this - but having awful problems with a project that was previously behaving nicely.  Seems to be one particular gui form that is misbehaving.