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 201828 - [71cat] java.net.SocketTimeoutException: Read timed out
Summary: [71cat] java.net.SocketTimeoutException: Read timed out
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks: 209362
  Show dependency tree
 
Reported: 2011-09-08 14:36 UTC by mrpc
Modified: 2012-03-09 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180404


Attachments
stacktrace (1.32 KB, text/plain)
2011-09-08 14:36 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2011-09-08 14:36:03 UTC
Build: NetBeans IDE Dev (Build 201109060600)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-383, Java(TM) SE Runtime Environment, 1.6.0_26-b03-383-11A511
OS: Mac OS X

User Comments:
mrpc: Trying to upload a file using ftp. The internet connection was messy and it timed out.




Stacktrace: 
java.net.SocketTimeoutException: Read timed out
   at java.net.SocketInputStream.socketRead0(SocketInputStream.java:0)
   at java.net.SocketInputStream.read(SocketInputStream.java:129)
   at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
   at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
   at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
   at java.io.InputStreamReader.read(InputStreamReader.java:167)
Comment 1 mrpc 2011-09-08 14:36:07 UTC
Created attachment 110535 [details]
stacktrace
Comment 2 Tomas Mysik 2011-09-09 09:44:24 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/540a610127cc
Comment 3 Quality Engineering 2011-09-10 14:28:49 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/540a610127cc
User: Tomas Mysik <tmysik@netbeans.org>
Log: #201828 - [71cat] java.net.SocketTimeoutException: Read timed out