[Cyberduck-trac] [Cyberduck] #6103: Almost all of 100 50Mb files failed uploading

Cyberduck trac at trac.cyberduck.ch
Sat Jul 23 15:50:03 CEST 2011


#6103: Almost all of 100 50Mb files failed uploading
------------------------------------------+------------------------
 Reporter:  http://sinm.livejournal.com/  |         Owner:  dkocher
     Type:  defect                        |        Status:  new
 Priority:  normal                        |     Milestone:
Component:  s3                            |       Version:  4.1
 Severity:  critical                      |    Resolution:
 Keywords:  NoSuchUpload                  |  Architecture:  Intel
 Platform:  Mac OS X 10.6                 |
------------------------------------------+------------------------
Description changed by dkocher:

Old description:

> 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>

New description:

 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>
 }}}

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/6103#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list