Exception java.lang.ExceptionInInitializerError: Cannot unpack libzstd-jni-1.5.5-1: Read-only file system [in thread "default-nioEventLoopGroup-1-4"] #1881
Replies: 3 comments 2 replies
-
Using 0.24.0 everything works fine, no such error. |
Beta Was this translation helpful? Give feedback.
-
The error you have seems to be linked to a readonly filesystem in the container that is preventing Micronaut to start. Micronaut needs to unpack the ZSTD library and a RO FS prevents it. Don't you have a readOnlyRootFilesystem in your Helm values ? |
Beta Was this translation helpful? Give feedback.
-
I'm facing the same problem. Our k8s cluster is running with a readOnlyRootFilesystem policy only |
Beta Was this translation helpful? Give feedback.
-
When I install the version 0.25.0 and 0.25.1 of akhq using helm, I alway got this error, and akhq will not start. Following is the complete log after installing.
Beta Was this translation helpful? Give feedback.
All reactions