-
Task
-
Resolution: Fixed
-
Minor
-
-
GSoC 2019. Coding Phase 2
When running the plugin management jar in Docker, the following error is thrown:
java.io.FileNotFoundException: failedplugins.txt (Permission denied)
I tried copying an empty failedplugins 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 with permissions.
[JENKINS-58216] Issues with Failed Download Output File in Docker
Epic Link |
New:
|
Description |
Original:
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. |
New:
When running the plugin management jar in Docker, the following error is thrown: java.io.FileNotFoundException: failedplugins.txt (Permission denied) 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. |
Description |
Original:
When running the plugin management jar in Docker, the following error is thrown: java.io.FileNotFoundException: failedplugins.txt (Permission denied) 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. |
New:
When running the plugin management jar in Docker, the following error is thrown: java.io.FileNotFoundException: failedplugins.txt (Permission denied) I tried copying an empty failedplugins 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. |
Description |
Original:
When running the plugin management jar in Docker, the following error is thrown: java.io.FileNotFoundException: failedplugins.txt (Permission denied) I tried copying an empty failedplugins 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. |
New:
When running the plugin management jar in Docker, the following error is thrown: java.io.FileNotFoundException: failedplugins.txt (Permission denied) I tried copying an empty failedplugins 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 with permissions. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
I would just collect all failed plugins, print them at the end and do System.exit(1) so it exits as a failure