You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the pod is scheduled and started, it appears the APIServer gets stuck after initializing the embedded Jetty server. Any requests to the server responds in a 503. Because of liveness and readiness probes, the pod is restarted due to the 503's.
The pod logs are:
2025-04-10 13:14:24,380 INFO [EmbeddedJettyServer] alpine-executable-war v3.2.0 (e93877d0-df20-4fb1-94d1-18aaaff5eb24) built on: 2025-04-02T10:25:57ZShutting down application
(The shutting down application happens as a result of the liveness check).
Any idea what could be causing the APIServer to not start properly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to deploy Dependency Track in a Kubernetes cluster and the APIServer simply refuses to serve any requests.
For various reasons I can't use the helmchart, so I've implemented a Deployment using the settings from the helmchart like this:
As the pod is scheduled and started, it appears the APIServer gets stuck after initializing the embedded Jetty server. Any requests to the server responds in a 503. Because of liveness and readiness probes, the pod is restarted due to the 503's.
The pod logs are:
(The
shutting down applicationhappens as a result of the liveness check).Any idea what could be causing the APIServer to not start properly?
Beta Was this translation helpful? Give feedback.
All reactions