com.baidubce.BceServiceException: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed. (Status Code: 404; Error Code: NoSuchUpload; Request ID: a66b870c-3c00-4cc7-a9dd-d434799e26a9)
at
com.baidubce.http.handler.BceErrorResponseHandler.handle(BceErrorResponseHandler.java:51) ~[bce-java-sdk-0.10.16.jar:na]
at com.baidubce.http.BceHttpClient.execute(BceHttpClient.java:227) ~[bce-java-sdk-0.10.16.jar:na]
at com.baidubce.AbstractBceClient.invokeHttpClient(AbstractBceClient.java:187) [bce-java-sdk-0.10.16.jar:na]
at com.baidubce.services.bos.BosClient.uploadPart(BosClient.java:1090) [bce-java-sdk-0.10.16.jar:na]
at baiduBucket.Sample.main(Sample.java:171) [bin/:na]
14:00:08.109 [main] DEBUG com.baidubce.http.BceHttpClient - Entity not repeatable, stop retrying
14:00:08.109 [main] DEBUG o.a.h.i.n.c.PoolingNHttpClientConnectionManager - Connection manager is shutting down
14:00:08.109 [main] DEBUG o.a.h.i.n.c.ManagedNHttpClientConnectionImpl - http-outgoing-0 192.168.1.102:56034220.181.172.34:80[ACTIVE][r:r]: Close
14:00:08.111 [I/O dispatcher 1] DEBUG o.a.h.n.p.HttpAsyncRequestExecutor - http-outgoing-0 [CLOSED]: Disconnected
14:00:08.114 [main] DEBUG o.a.h.i.n.c.PoolingNHttpClientConnectionManager - Connection manager shut down
Exception in thread "main" com.baidubce.BceServiceException: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed. (Status Code: 404; Error Code: NoSuchUpload; Request ID: a66b870c-3c00-4cc7-a9dd-d434799e26a9)
at com.baidubce.http.handler.BceErrorResponseHandler.handle(BceErrorResponseHandler.java:51)
at com.baidubce.http.BceHttpClient.execute(BceHttpClient.java:227)
at com.baidubce.AbstractBceClient.invokeHttpClient(AbstractBceClient.java:187)
at com.baidubce.services.bos.BosClient.uploadPart(BosClient.java:1090)
at baiduBucket.Sample.main(Sample.java:171)