Startup failing with NoClassDefFoundError sun.util.calendar.ZoneInfoFile after java updated to java-11-openjdk-headless-1:11.0.20.0.8-2.el8.x86_64, ubi-8-appstream #34907
-
Quarkus fails to start after openjdk was updated to java-11-openjdk-headless-1:11.0.20.0.8-2.el8.x86_64 yesterday in redhat repo: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/j/ It works ok with openjdk java-11-openjdk-headless-1:11.0.19.0.7-4.el8.x86_64. Quarkus version: 2.8.0.Final This looks more like an openjdk related issue. Anyone experiencing the same issue? Stack trace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I found the fix for this an adding it here in case someone else runs into this. |
Beta Was this translation helpful? Give feedback.
I found the fix for this an adding it here in case someone else runs into this.
The fix was to also install
tzdata-java
package inside the container.