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

Conflict errors transferring files to Cryptomator vault #11880

Closed
cyberduck opened this issue Oct 21, 2021 · 1 comment
Closed

Conflict errors transferring files to Cryptomator vault #11880

cyberduck opened this issue Oct 21, 2021 · 1 comment
Assignees
Labels
bug cryptomator Cryptomator Vault onedrive OneDrive Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

79324f3 created the issue

Problem Description:

Attempting to transfer a large sum of data (100GB+) triggers an error message (image attached) randomly throughout the transfer process:

Q88Hy7l_d.webp
Debug Log:

Caused by: BackgroundException{class=class ch.cyberduck.core.exception.ConflictException, file=Path{path='/My Files/My Vault/d/DZ/JGIPWQZA2DS2YIW6MJDZNW3LLY27VT/7ww3ityh-LE7FsOwqVNUlafwmz6tNyVA.c9r', type=[directory, encrypted]}, message='Cannot create folder 7ww3ityh-LE7FsOwqVNUlafwmz6tNyVA.c9r.', detail='Conflict. The specified item name already exists.', cause='org.apache.http.client.HttpResponseException: status code: 409, reason phrase: Conflict. The specified item name already exists.'}
	at ch.cyberduck.core.http.HttpResponseExceptionMappingService.map(HttpResponseExceptionMappingService.java:57)
	at ch.cyberduck.core.http.HttpResponseExceptionMappingService.map(HttpResponseExceptionMappingService.java:44)
	at ch.cyberduck.core.onedrive.GraphExceptionMappingService.map(GraphExceptionMappingService.java:70)
	at ch.cyberduck.core.onedrive.GraphExceptionMappingService.map(GraphExceptionMappingService.java:37)
	at ch.cyberduck.core.AbstractExceptionMappingService.map(AbstractExceptionMappingService.java:52)
	at ch.cyberduck.core.onedrive.GraphExceptionMappingService.map(GraphExceptionMappingService.java:53)
	at ch.cyberduck.core.onedrive.features.GraphDirectoryFeature.mkdir(GraphDirectoryFeature.java:56)
	at ch.cyberduck.core.cryptomator.features.CryptoDirectoryV7Feature.mkdir(CryptoDirectoryV7Feature.java:63)
	at ch.cyberduck.core.vault.registry.VaultRegistryDirectoryFeature.mkdir(VaultRegistryDirectoryFeature.java:41)
	at ch.cyberduck.core.transfer.UploadTransfer.transfer(UploadTransfer.java:258)
	at ch.cyberduck.core.worker.AbstractTransferWorker$3.transferSegment(AbstractTransferWorker.java:417)
	... 10 more
Caused by: org.apache.http.client.HttpResponseException: status code: 409, reason phrase: Conflict. The specified item name already exists.
	... 19 more

-Workarounds/Other Test Results:*

Attempting to transfer the same data to a non-encrypted vault in One Drive for Business works successfully without error.


Attachments

@dkocher
Copy link
Contributor

dkocher commented Mar 1, 2023

I cannot reproduce the problem running 8.5.6.

@dkocher dkocher closed this as completed Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cryptomator Cryptomator Vault onedrive OneDrive Protocol Implementation
Projects
None yet
Development

No branches or pull requests

3 participants