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 209362

Summary: java.net.SocketTimeoutException: Read timed out
Product: php Reporter: lynxo
Component: FTP SupportAssignee: Tomas Mysik <tmysik>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: mrpc
Priority: P3    
Version: 7.1.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 201828    
Bug Blocks:    
Attachments: Back trace

Description lynxo 2012-03-09 09:48:51 UTC
Created attachment 116505 [details]
Back trace

+++ This bug was initially created as a clone of Bug #201828 and seems to be related to it +++

>System Info: 
  Product Version         = NetBeans IDE 7.1.1 (Build 201203012225) (#a903faa1d680)
  Operating System        = Windows 7 version 6.1 running on amd64
  Java; VM; Vendor        = 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_26-b03
  Java Home               = c:\Program Files\Java\jdk1.6.0_26\jre
  System Locale; Encoding = en (nb); Cp1251

User Comments:
Trying to upload a file using ftp. Read timeout occurs. Frequency is dependent on the server load. Java versions checked: 6u26, 6u31, 7u1, 7u3. It always occurs after USER command, other clients never experience this issue with this particular server.

Stacktrace: attached.

Please ask me for any participation you need to fix it. It is annoying.
Comment 1 Tomas Mysik 2012-03-27 14:33:28 UTC
Well, sorry, but we cannot do much with the timeout (this is usually caused by the remote server). Please, if you can, try to compare FTP logs of other FTP clients (which work) and the one from NetBeans. Then reopen this issue and tell us the differences, I will try to fix it.

Thanks a lot for your cooperation.