| When running the plugin management jar in Docker, the following error is thrown: java.lang.reflect.InaccessibleObjectException: Unable to make boolean jdk.nio.zipfs.ZipFileSystem.isDirectory(byte[]) throws java.io.IOException accessible: module jdk.zipfs does not "opens jdk.nio.zipfs" I tried copying an empty faildplugins file into the image using a COPY command in the Dockerfile, but I'm not sure if I'm copying the file to the wrong location or if there's some other issue. |