I have an app hosted on a Wildfly 18 Server that will randomly shutdown periodically. (the Wildfly service that is), It's hosted on a Ubuntu 22.0 VM.Checking the wildfly logs just shows the message: "Server shutdown has been requested via an OS Signal." Checking syslog just shows Session-{#}.scope: Deactivated successfully. Not sure how I can trackdown the reason for this happening, haven't detected any patterns.
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/be7e0ec3-1427-41fc-89b8-c32699ffb4a8n%40googlegroups.com.
Hey Ken,I don't think it's a OOM issue. The VM currently has 25GB ram free and I haven't seen where it has come close to maxing it out or using any of the swap memory.The server is started using the start command in the /bin/ folder (.standalone.sh)
--On Wednesday, 11 October 2023 at 14:51:24 UTC-5 Ken Wills wrote:Hi Matt,On Wed, Oct 11, 2023, 14:47 Mat <matsoa...@gmail.com> wrote:I have an app hosted on a Wildfly 18 Server that will randomly shutdown periodically. (the Wildfly service that is), It's hosted on a Ubuntu 22.0 VM.Checking the wildfly logs just shows the message: "Server shutdown has been requested via an OS Signal." Checking syslog just shows Session-{#}.scope: Deactivated successfully. Not sure how I can trackdown the reason for this happening, haven't detected any patterns.The most likely case is the VM is running out of memory and the out-of-memory (OOM) reaper is terminating it, you can check dmesg for clues as to if that is happening here.Aside from that not sure what else would cause a shutdown like this, how is the server being started, systemd?Ken--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/be7e0ec3-1427-41fc-89b8-c32699ffb4a8n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/fc184d8c-0763-4d14-87ef-50c5bad9d356n%40googlegroups.com.
The last time it had happened was last week Thursday, my dmesg command starts at Oct 6 so I'm currently unable to verify. Skimming through the dmesg log file itself though didn't show any OOM messages for me.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/98183353-b655-44c1-af00-447fc31f8502n%40googlegroups.com.
Gotcha. Any example of what error messages I could look out for? I'm hoping it doesn't happen again but it in the event it does I'd like to know what I can look for in whichever logs.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/2b43bb65-5b33-4235-bcd0-373b8534d574n%40googlegroups.com.