Fast-jar compiled Quarkus app won't start — no logs, no errors #47505
-
Hi there! I'm having trouble running my Quarkus API when it's compiled with the fast-jar package type — it simply doesn't start, and I don't get any logs or errors. However, when I use the uber-jar packaging, everything works fine. Here's what happens: ➜ git:(master) java -jar target/quarkus-app/quarkus-run.jar
➜ git:(master) Nothing shows up, the application just exits silently. Here's the link to the GitHub repository if you'd like to take a look: 👉 https://github.com/pausegarra/russkiy-shpargalka-api Any idea what could be causing this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That's odd. Could you provide a smaller reproducer? This one is a bit too complex to investigate. |
Beta Was this translation helpful? Give feedback.
-
Try running with java -Dquarkus.log.console.level=debug -jar target/quarkus-app/quarkus-run.jar to reveal hidden errors—likely a missing dependency or classpath issue. |
Beta Was this translation helpful? Give feedback.
It's a SnakeYaml issue:
Basically, you have something in your dependency tree that conflicts with the SnakeYaml version Quarkus needs.
Looking at your dependency tree, I'm pretty sure it's: