You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.nio.file.DirectoryNotEmptyException: /vault/d/FW/62AD46Y3CLSPBJCAZTO2EQD5TDALWH/y6Yo0PGakzpfU2ZozQWLcHrgiT8=.c9s
at com.google.common.jimfs.FileSystemView.checkEmpty(FileSystemView.java:493)
at com.google.common.jimfs.FileSystemView.checkDeletable(FileSystemView.java:477)
at com.google.common.jimfs.FileSystemView.delete(FileSystemView.java:449)
at com.google.common.jimfs.FileSystemView.copy(FileSystemView.java:539)
at com.google.common.jimfs.JimfsFileSystemProvider.copy(JimfsFileSystemProvider.java:268)
at com.google.common.jimfs.JimfsFileSystemProvider.move(JimfsFileSystemProvider.java:273)
at java.base/java.nio.file.Files.move(Files.java:1432)
at org.cryptomator.cryptofs/org.cryptomator.cryptofs.CryptoFileSystemImpl.moveSymlink(CryptoFileSystemImpl.java:585)
at org.cryptomator.cryptofs/org.cryptomator.cryptofs.CryptoFileSystemImpl.move(CryptoFileSystemImpl.java:573)
at org.cryptomator.cryptofs/org.cryptomator.cryptofs.MoveOperation.move(MoveOperation.java:37)
at org.cryptomator.cryptofs/org.cryptomator.cryptofs.CryptoFileSystemProvider.move(CryptoFileSystemProvider.java:255)
at java.base/java.nio.file.Files.move(Files.java:1432)
The same happens when using a regular filesystem instead of JIMFS.
Tests showed that both ciphertextSource.getRawPath() and ciphertextTarget.getRawPath() are directories, not regular files. I assume the problem is related to this.
The text was updated successfully, but these errors were encountered:
Moving a symlink (on top of another symlink) causes a DirectoryNotEmptyException:
Stacktrace:
The same happens when using a regular filesystem instead of JIMFS.
org.cryptomator.cryptofs/org.cryptomator.cryptofs.CryptoFileSystemImpl.moveSymlink(CryptoFileSystemImpl.java:585)
:Tests showed that both
ciphertextSource.getRawPath()
andciphertextTarget.getRawPath()
are directories, not regular files. I assume the problem is related to this.The text was updated successfully, but these errors were encountered: