Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot sync large folders to cloudfiles (Windows) #6135

Closed
cyberduck opened this issue Aug 4, 2011 · 2 comments
Closed

Cannot sync large folders to cloudfiles (Windows) #6135

cyberduck opened this issue Aug 4, 2011 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

35610ec created the issue

When trying to sync a large folder to cloud files, the task fails with an exception. The folder contains ~20000 items (700 MB or so). It worked fine the previous day, so perhaps something changed in the API response.

Also tried latest build 4.1.1 for Windows; tried syncing on Win2k3x86, Win7x64, Win2k8x64

Exception:

2011-08-03 22:37:13,840 [background-9] ERROR ch.cyberduck.ui.AbstractController - Exception running background task:Unable to cast object of type 'Ch.Cyberduck.Ui.Controller.LocalImpl' to type 'ch.cyberduck.core.Path'.
java.lang.ClassCastException: Unable to cast object of type 'Ch.Cyberduck.Ui.Controller.LocalImpl' to type 'ch.cyberduck.core.Path'.
	at cli.Ch.Cyberduck.Ui.Controller.TreePathReference.equals(Unknown Source)
	at java.lang.Object.equals(map.xml)
	at java.util.concurrent.ConcurrentHashMap$Segment.put(ConcurrentHashMap.java:454)
	at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:910)
	at ch.cyberduck.core.AttributedList.add(AttributedList.java:219)
	at ch.cyberduck.core.Local.list(Local.java:348)
	at ch.cyberduck.core.AbstractPath.children(AbstractPath.java:160)
	at ch.cyberduck.core.AbstractPath.children(AbstractPath.java:146)
	at ch.cyberduck.core.UploadTransfer.children(UploadTransfer.java:262)
	at ch.cyberduck.core.SyncTransfer.children(SyncTransfer.java:231)
	at ch.cyberduck.core.Transfer.prepare(Transfer.java:606)
	at ch.cyberduck.core.Transfer.prepare(Transfer.java:607)
	at ch.cyberduck.core.Transfer.transfer(Transfer.java:560)
	at ch.cyberduck.core.Transfer.start(Transfer.java:674)
	at cli.Ch.Cyberduck.Ui.Controller.TransferController$TransferBackgroundAction.run(Unknown Source)
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:94)
	at ch.cyberduck.ui.AbstractController$1.call(AbstractController.java:88)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:167)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:604)
	at java.lang.Thread.run(Thread.java:883)
	at cli.System.Threading.ThreadHelper.ThreadStart_Context(Unknown Source)
	at cli.System.Threading.ExecutionContext.runTryCode(Unknown Source)
	at cli.System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(Unknown Source)
@cyberduck
Copy link
Collaborator Author

@dkocher commented

#6156 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 97107f4.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants