
TimWillemstein2 (Customer) asked a question.
When we start Wildfly the application tries to start but deployment is cancelled after the defined timeout of 15 minutes with this error (from server.log):
"2024-02-14 15:35:20,872 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0348: Timeout after [900] seconds waiting for service container stability. Operation will roll back. Step that first updated the service container was 'add' at address '[("interface" => "management")]'
"
I have tried extending this to 1 hour, but it gives the exact same error after that time. Any idea's on how to fix this?
I was able to figure out what was going on. For some reason none of the logs threw an error about some queries that got stuck due to table space sizing. I figured it out after checking oracle enterprise manager for problematic queries. After changing some database parameters we were able to get the application up and running. Thanks for the thoughts and insights!