An unprovoked shutdown occurs during Spring boot executable jar execution.

Asked 2 years ago, Updated 2 years ago, 53 views

Hello.

Currently, about 5 web projects written in spring boot on Linux have been distributed in the form of executable jar and are registered and running in service.

Occasionally, some projects are experiencing unprovoked shutdowns.

The log shows the same as when a normal shutdown command occurs.

Is there anyone who has experienced this phenomenon or who knows anything else to look at other than the spring log?

spring-boot

2022-09-22 19:33

1 Answers

Search to see if you are calling System.exit.


2022-09-22 19:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.