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

Almost all of 100 50Mb files failed uploading #6103

Closed
cyberduck opened this issue Jul 22, 2011 · 1 comment
Closed

Almost all of 100 50Mb files failed uploading #6103

cyberduck opened this issue Jul 22, 2011 · 1 comment
Assignees
Labels
bug s3 AWS S3 Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

http://sinm.livejournal.com/ created the issue

S3 claims it's a NoSuchUpload error... Right, this is because CyberDuck sent DELETE command before without a visible reason:

PUT
Date: Fri, 22 Jul 2011 12:41:46 GMT
Content-Type: application/octet-stream
Content-Length: 5242880
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (Mac OS X/10.6.8) (i386)
Expect: 100-continue
HTTP/1.1 200 OK
Date: Fri, 22 Jul 2011 12:40:18 GMT
Content-Length: 0
Server: AmazonS3
DELETE
Date: Fri, 22 Jul 2011 12:41:53 GMT
Content-Type: 
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (Mac OS X/10.6.8) (i386)
HTTP/1.1 204 No Content
Date: Fri, 22 Jul 2011 12:41:54 GMT
Server: AmazonS3

Here's corresponding message from the console log:

22/07/2011 16:41:55	[0x0-0xe6ae6a].ch.sudo.cyberduck[49037]	2011-07-22 16:41:55,218 (http-19) ERROR org.jets3t.service.impl.rest.httpclient.RestStorageService - Rethrowing as a ServiceException error in performRequest: org.jets3t.service.ServiceException: S3 Error Message. -- ResponseCode: 404, ResponseStatus: null, XML Error Message: <?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchUpload</Code><Message>The specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.</Message><UploadId>some</UploadId><RequestId>42B187CA2A9D7216</RequestId><HostId>some</HostId></Error>
@cyberduck
Copy link
Collaborator Author

@dkocher commented

I just tested a large multipart upload again and can't find any issue. This could have been a temporary issue with S3 as well.

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

No branches or pull requests

2 participants