iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.23k stars 286 forks source link

Operation timed out in SSH transport reader #9360

Closed cyberduck closed 8 years ago

cyberduck commented 8 years ago

9a44646 created the issue

I'm not sure how to include the transcript from "View -> Toggle Log Drawer." I clicked on that but no log appeared?? What do I need to do to include the transcript?

For work, I am making a backup of a server. I must download everything on the server to an external hard drive. Everything went quickly and easily for several days. Suddenly, the past 5 days, no collection of files and no single file that exceeds 4.3 GB can be downloaded - Cyberduck fails with "Transfer Incomplete" each time.

I have updated Cyberduck. I have tried changing preferences to allow more bandwidth and to retry multiple times, all to no avail. I have looked at other tickets and haven't seen this particular one.


Attachments

cyberduck commented 8 years ago

@dkocher commented

Do you get an error message displayed for the failed transfer?

cyberduck commented 8 years ago

9a44646 commented

Thank you for the quick response!

It only states: "Transfer Incomplete." Is there a way to show more information that might include an error message?

Thank you for your help,

Eryn

cyberduck commented 8 years ago

@dkocher commented

On Windows

On Mac

cyberduck commented 8 years ago

9a44646 commented

Okay, I have attached those output logs that you asked. Is that helpful or should I look for other logs?

cyberduck commented 8 years ago

@dkocher commented

Please post the transcript from the log drawer of the Transfers window (Choose ⌘-L on Mac) and any related output in the system.log (/Applications/Utilities/Console.app).

cyberduck commented 8 years ago

9a44646 commented

Thank you for your help!

I am using a Mac and tried pressing ⌘-L but nothing happened. I also tried going directly to: "View ->Toggle Log Drawer" but again nothing happened. I am not familiar with Macs - am I missing an important piece of the puzzle here? Can you tell me if there is an alternate way to get at the transcript?

At this point, it no longer begins the download but just "hangs" there. I am attaching a screenshot.

cyberduck commented 8 years ago

@dkocher commented

Can you find any related output in the system.log (/Applications/Utilities/Console.app).

cyberduck commented 8 years ago

9a44646 commented

Sorry - I was out of town. Here is the output from the Log Drawer after ending with "Transfer Incomplete" message but no other error message:

1 OPENDIR
2 READDIR
3 READDIR
4 CLOSE
5 OPENDIR
6 READDIR
7 READDIR
8 CLOSE
cyberduck commented 8 years ago

@dkocher commented

Can you find any related output in the system.log (/Applications/Utilities/Console.app).

cyberduck commented 8 years ago

9a44646 commented

I added an attachment with details from the Log (3-18-2016 Log), but the relevant lines seem repeated again and again:

3/18/16 9:56:34.197 AM Cyberduck[224]: objc[224]: Object 0x7f8bb1ba5c90 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
3/18/16 9:56:34.198 AM Cyberduck[224]: objc[224]: Object 0x7f8b910209d0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
3/18/16 9:56:34.199 AM Cyberduck[224]: [keep-alive] ERROR net.schmizz.sshj.transport.TransportImpl - Dying because - {}

java.lang.InterruptedException: sleep interrupted
    at java.lang.Thread.sleep(Native Method)
    at net.schmizz.keepalive.KeepAlive.run(KeepAlive.java:66)
3/18/16 9:56:34.200 AM Cyberduck[224]: [transfer-4] ERROR net.schmizz.concurrent.Promise - <<chan0 / close>> woke to: net.schmizz.sshj.connection.ConnectionException: Operation timed out
cyberduck commented 8 years ago

9a44646 commented

dkocher, will you explain that please?

cyberduck commented 8 years ago

@dkocher commented

It looks like the server is no more responding at some point during the transfer. Please check with your server administrator if you can find anything bogus in the server logs.