[jdk17u-dev] RFR: 8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
Alexey Bakhtin
abakhtin at openjdk.org
Thu Nov 14 18:55:50 UTC 2024
On Thu, 14 Nov 2024 16:20:18 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> java.nio.file.FileSystemException: app.jar: Function not implemented
@akhilesh-delphix, It looks like a similar issue, but the state syscall returns `ENOSYS` error code instead of `EPERM`. So, this PR does not fix your issue.
Could you please describe your environment? Maybe we will need a follow-up to handle `ENOSYS` as well.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2883#issuecomment-2477180490
More information about the jdk-updates-dev
mailing list