Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Runtime error when upgrading to Spring Boot 2.4.2 #446

Closed
AndersClausen opened this issue Jan 15, 2021 · 3 comments
Closed

Runtime error when upgrading to Spring Boot 2.4.2 #446

AndersClausen opened this issue Jan 15, 2021 · 3 comments
Labels
type: regression A bug that is also a regression
Milestone

Comments

@AndersClausen
Copy link

Hi

I'm running spring-graalvm-native 0.9.0-SNAPSHOT, Spring Boot 2.4.2 and java 11.0.9 AdoptOpenJDK.
mvn spring-boot:build-image completes successfully and when I run the docker image I get the error below.

/workspace/com.shipment.security.AuthApplication: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

I'm not sure if this is a spring-graalvm-native issue or a spring boot one - it does look to me that it could be a buildpack issue, so please let me know if I should raise it with spring boot instead. Cheers

@sdeleuze
Copy link
Contributor

Yeah sorry for that breakage, we are aware of that and are working on a fix that will be available shortly on buildpack side, see #432 (comment) related comment. I will close this issue when it will be fixed.

@sdeleuze sdeleuze added this to the 0.9.0 milestone Jan 15, 2021
@sdeleuze sdeleuze added the type: regression A bug that is also a regression label Jan 15, 2021
@AndersClausen
Copy link
Author

Please don't be sorry, I'm just happy that it's a known problem :-) Thanks for taking the time to confirm it though 👍🏻

@sdeleuze
Copy link
Contributor

This is now fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: regression A bug that is also a regression
Development

No branches or pull requests

2 participants