Quarkus container shuts down immediately after deployment & startup #31952
-
I have a weird one that I was hoping ya'll might know something about. For some reason, our Quarkus/Kotlin application -- which is deployed as a container to GCP -- is shutting down immediately after successfully deploying. Here are the most recent logs, with timestamps removed to improve readability:
Our application has a very basic entry-point class that's decorated with the
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
/cc @evanchooly (kotlin), @geoand (kotlin) |
Beta Was this translation helpful? Give feedback.
-
Try running with debug or trace enabled. That might give a better hint. |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion (for now, anyway). If there's no obvious way of discerning why Quarkus is shutting down, then I'll probably try deploying a more boilerplate API and see if that works. If even a basic Quarkus API won't work when deployed, it's probably an issue with our deployment process; we have at least one other Quarkus app deployed, so they're obviously doing it right. And if a basic Quarkus API does work, I'll start laying more of my actual API on top of it, to see if there's a specific point at which it starts misbehaving. Thanks ya'll for taking a peek! |
Beta Was this translation helpful? Give feedback.
Closing this discussion (for now, anyway). If there's no obvious way of discerning why Quarkus is shutting down, then I'll probably try deploying a more boilerplate API and see if that works. If even a basic Quarkus API won't work when deployed, it's probably an issue with our deployment process; we have at least one other Quarkus app deployed, so they're obviously doing it right. And if a basic Quarkus API does work, I'll start laying more of my actual API on top of it, to see if there's a specific point at which it starts misbehaving.
Thanks ya'll for taking a peek!