Upgraded my springboot REST based application from 2.7.2 to 3.0.7 version.

Application is stopping immediately after starting

2023-06-30T19:48:34.312+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||INFO|[main]|Started BrTuOnlineAssemblygatewayApplication in 7.153 seconds (process running for 8.411)
2023-06-30T19:48:34.317+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[main]|Application availability state LivenessState changed to CORRECT
2023-06-30T19:48:34.323+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[main]|Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
2023-06-30T19:48:34.336+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[SpringApplicationShutdownHook]|Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1494b84d, started on Fri Jun 30 19:48:28 IST 2023
2023-06-30T19:48:34.338+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[SpringApplicationShutdownHook]|Stopping beans in phase -2147483647
2023-06-30T19:48:34.340+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[SpringApplicationShutdownHook]|Bean 'springBootLoggingLifecycle' completed its stop procedure
2023-06-30T19:48:34.342+05:30GMT+05:30|LCHN5CG2514QTT|BR|Assembly Gateway||DEBUG|[SpringApplicationShutdownHook]|Shutting down ExecutorService 'executor'

Comment From: wilkinsona

The JVM is exiting which will happen if there are no non-daemon threads running to keep it alive. That typically happens when there's no web server. That could be because there's a missing dependency or there's a corrupted jar which makes a dependency appear to be missing. Unfortunately, we can't tell from a few lines of logging.

If you would like us to spend some more time investigating, please spend some time providing a complete yet minimal sample that reproduces the problem. You can share it with us by pushing it to a separate repository on GitHub or by zipping it up and attaching it to this issue.

Comment From: spring-projects-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-projects-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.