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

Null pointer in FolderTransferCollection #7920

Closed
cyberduck opened this issue Apr 29, 2014 · 4 comments
Closed

Null pointer in FolderTransferCollection #7920

cyberduck opened this issue Apr 29, 2014 · 4 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

a669c8b created the issue

Hello,

In the past two days when I try to upload a file through WebDav, when I click "upload" and select the file from my computer, Cyberduck immediately crashes. I tried uninstalling and reinstalling the program but that did not help.

I apologize if this question has already been answered, I'm afraid I haven't been able to figure out how to navigate forum/closed ticket sections.

Thanks so much for your help!


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please include the file cyberduck.log in the application support directory.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

2014-04-29 12:47:17,966 [background-5] FATAL ch.cyberduck.ui.AbstractController - Unhandled exception running background task null
java.lang.NullPointerException
	at ch.cyberduck.core.FolderTransferCollection.addAll(FolderTransferCollection.java:168)
	at ch.cyberduck.core.FolderTransferCollection.load(FolderTransferCollection.java:195)
	at ch.cyberduck.core.TransferCollection.load(TransferCollection.java:199)
	at cli.Ch.Cyberduck.Ui.Controller.MainController.<ApplicationDidFinishLaunching>b__d(Unknown Source)
	at cli.Ch.Cyberduck.Ui.Controller.AsyncDelegateBackgroundAction.run(Unknown Source)
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:119)
	at ch.cyberduck.ui.AbstractController$BackgroundCallable.call(AbstractController.java:159)
	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 ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:57)
	at java.lang.Thread.run(Thread.java:937)
	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

Can you please attach the .cyberducktransfer files in the http://trac.cyberduck.ch/wiki/help/en/faq#Wherearepreferencesandapplicationsettingssavedto application support directory] in C:\Users\[username]\AppData\Roaming\Cyberduck\Transfers.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In f8cdf4e.

@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.
Labels
bug fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants