-
Notifications
You must be signed in to change notification settings - Fork 9
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
java.lang.ClassNotFoundException: io.vertx.core.logging.SLF4JLogDelegateFactory #3
Comments
The code in this repo has not been updated for a while. I have however worked on another more practial approach in another example: https://github.com/gentics/mesh-alexa-skill/tree/native That example also uses logging. Maybe it can help you get your issue sorted out. (Check the native branch) You should be able to build it via |
Thx, I will try it. |
I made a fork and fixed the build to work with Vert.x 4.0.3, GraalVM 21.1.0 and Java 11. |
@fbuetler Can you create a PR? I would like to keep this example up to date if possible. I want to start a new Vert.x 4 project and it would be nice if I could generate native images as well. |
Sure, I can open a PR. However, I stripped out many things that seemed, from my point of view, unnecessary for a POC (like zeit.co). If you are fine with that I'm happy to open a PR. |
@fbuetler Sure, I don't mind that. |
Hi Jotschi,
Currently I try to get involved with graal and tried your example. The only difference is, that I used the released version of graal (19.1.1) and vert.x 3.8.0. The build worked fine, but this issue is raised at startup:
Since you are the only one, which is using the logger-factory, mybe you have an idea, what the source could be?
Thx,
Nikolas
The text was updated successfully, but these errors were encountered: