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 S3AccessControlListFeature #9177

Closed
cyberduck opened this issue Dec 23, 2015 · 4 comments
Closed

Null pointer in S3AccessControlListFeature #9177

cyberduck opened this issue Dec 23, 2015 · 4 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

b6c856d created the issue

I'm using 4.7.3 to upload a folder to S3, Mac client works well, but on Windows there's 'Transfer incomplete' error after uploading each file. I'm using the same aws user and bucket/folder. Uploading one file has no problem on both platforms.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Caused by: java.lang.NullPointerException
	at ch.cyberduck.core.s3.S3AccessControlListFeature.convert(S3AccessControlListFeature.java:128)
	at ch.cyberduck.core.s3.S3AccessControlListFeature.setPermission(S3AccessControlListFeature.java:112)
	at ch.cyberduck.core.transfer.upload.AbstractUploadFilter.complete(AbstractUploadFilter.java:290)
	at ch.cyberduck.core.worker.AbstractTransferWorker$3.call(AbstractTransferWorker.java:422)
	at ch.cyberduck.core.worker.SingleTransferWorker.submit(SingleTransferWorker.java:84)
	at ch.cyberduck.core.worker.AbstractTransferWorker.transfer(AbstractTransferWorker.java:374)
	at ch.cyberduck.core.worker.AbstractTransferWorker.run(AbstractTransferWorker.java:236)
	at ch.cyberduck.core.worker.AbstractTransferWorker.run(AbstractTransferWorker.java:64)
	at ch.cyberduck.core.threading.WorkerBackgroundAction.run(WorkerBackgroundAction.java:110)
	at ch.cyberduck.core.threading.TransferCollectionBackgroundAction.run(TransferCollectionBackgroundAction.java:93)
	at ch.cyberduck.core.threading.TransferCollectionBackgroundAction.run(TransferCollectionBackgroundAction.java:40)
	at ch.cyberduck.core.threading.AbstractBackgroundAction.call(AbstractBackgroundAction.java:119)
	at ch.cyberduck.core.threading.SessionBackgroundAction.call(SessionBackgroundAction.java:184)
	at ch.cyberduck.core.threading.WorkerBackgroundAction.call(WorkerBackgroundAction.java:121)
	at ch.cyberduck.core.AbstractController$BackgroundCallable.call(AbstractController.java:175)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
	at ch.cyberduck.core.threading.NamedThreadFactory$1.run(NamedThreadFactory.java:58)
	at java.lang.Thread.run(Thread.java:955)
 

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please update to the latest snapshot build available and reopen this issue if the problem persists.

@cyberduck
Copy link
Collaborator Author

c4eb05c commented

I tried using 4.9.1 and now 5.0 on a Mac, this issue is now happening to me: files transfer fine, but the first directory fails with "Transfer Incomplete" error.

This is preventing me from being able to upload my directory to S3.

@cyberduck
Copy link
Collaborator Author

c4eb05c commented

I closed this ticket again, and will reopen another. It is most likely that the reason for my error is different.

@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 s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants