Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cf push fails on Korifi 0.13.0 #28

Open
dashaun opened this issue Nov 20, 2024 · 1 comment
Open

cf push fails on Korifi 0.13.0 #28

dashaun opened this issue Nov 20, 2024 · 1 comment

Comments

@dashaun
Copy link

dashaun commented Nov 20, 2024

Korifi v0.13.0 supports service brokers.

Thanks for bringing this sample up to Spring Boot 3.3.5!

I'm able to ./gradlew assemble using Java 17!

I tried to cf push -f deploy/cloudfoundry/manifest.yml

Error here, makes me think that the version of embedded MongoDB won't work with the latest buildpacks.

   2024-11-20T13:14:53.10-0800 [APP/] OUT 2024-11-20T21:14:53.101Z  INFO 1 --- [           main] d.f.e.m.s.autoconfigure.EmbeddedMongo    : download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-4.4.1.tgz : finished
   2024-11-20T13:14:53.97-0800 [APP/] OUT 2024-11-20T21:14:53.975Z ERROR 1 --- [       Thread-4] d.f.e.m.s.autoconfigure.EmbeddedMongo    : /home/cnb/.embedmongo/fileSets/62f69a17f39c94ce92e9efdb21361869457fecaf838d082735e0114b4e1868ae/mongod: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
@royclarkson
Copy link
Collaborator

Interesting, thanks for sharing. I've been wondering if it wouldn't be best to swap out mongo for a different reactive driver and database. The embedded mongo doesn't seem ideal for all scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants