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 246815 - java.net.SocketTimeoutException: Read timed out
Summary: java.net.SocketTimeoutException: Read timed out
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 09:08 UTC by Tomas Pavek
Modified: 2014-09-10 17:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211543


Attachments
stacktrace (2.34 KB, text/plain)
2014-09-02 09:08 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-09-02 09:08:20 UTC
Build: NetBeans IDE Dev (Build ODCS-369-on-20140902)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
tpavek: Logged into qa-dev DCS server, the login dialog closed, but during loading the list of projects in MMM the exception appeared (after some time). The server obviusly has some problems... MMM showing "Error while loading some projects   retry".




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:235)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
   at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
Comment 1 Tomas Pavek 2014-09-02 09:08:22 UTC
Created attachment 148990 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-02 10:30:38 UTC
fixed in core-main #27cd1af86ef2
Comment 3 Quality Engineering 2014-09-03 02:27:36 UTC
Integrated into 'main-silver', will be available in build *201409030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/27cd1af86ef2
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #246815 - java.net.SocketTimeoutException: Read timed out
Comment 4 Tomas Pavek 2014-09-10 17:19:47 UTC
Can't really reproduce this to verify, but the fix looks good.
Comment 5 Tomas Pavek 2014-09-10 17:22:16 UTC
Verified in current trunk (build from default branch).