-
1. Re: JBAS015986 Host Controller shutdown has been requested via an OS signal
abhijithumbe Jun 27, 2017 9:16 AM (in response to qkhan)Have you checked /var/log/messages file and see if OOMkiller has send shutdown signal . JVM crash can also cause such issues, check for hs_err_pid file in filesystem.
To avoid JBoss shutdown because of the OS signal you can add -Xrs JVM option in standalone.conf file.
-
2. Re: JBAS015986 Host Controller shutdown has been requested via an OS signal
qkhan Jun 27, 2017 10:11 AM (in response to abhijithumbe)These are the messages regarding the Jboss EAP shutdown from
/var/log/message
Jun 26 09:14:04 MCR-JRN-FUSE01 jboss-as-standalone.sh: Starting jboss-as: /
Jun 26 09:15:34 MCR-JRN-FUSE01 systemd: jboss-as.service start operation
timed out. Terminating.
Jun 26 09:15:34 MCR-JRN-FUSE01 systemd: Unit jboss-as.service entered
failed state.
Jun 26 09:15:34 MCR-JRN-FUSE01 systemd: jboss-as.service failed.
Jun 26 09:15:52 MCR-JRN-FUSE01 jboss-as-standalone.sh: Starting jboss-as: /
Jun 26 09:17:22 MCR-JRN-FUSE01 systemd: jboss-as.service start operation
timed out. Terminating.
Jun 26 09:17:22 MCR-JRN-FUSE01 systemd: Unit jboss-as.service entered
failed state.
Jun 26 09:17:22 MCR-JRN-FUSE01 systemd: jboss-as.service failed.
Jun 26 09:18:01 MCR-JRN-FUSE01 jboss-as-standalone.sh: Starting jboss-as: /
Jun 26 09:19:17 MCR-JRN-FUSE01 jboss-as-standalone.sh:
Jun 26 09:19:17 MCR-JRN-FUSE01 systemd: jboss-as.service: Supervising
process 28823 which is not our child. We'll most likely not notice when it
exits.
It does not look like OOMkiller sending a shutdown signal. I also looked
for hs_err_pid file and could not find one.
Regarding using -Xrs option, is there any downside?
Thanks
On Tue, Jun 27, 2017 at 9:17 AM, abhijithumbe <do-not-reply@jboss.com>
-
3. Re: JBAS015986 Host Controller shutdown has been requested via an OS signal
qkhan Jun 27, 2017 2:32 PM (in response to qkhan)We tried starting the service after adding -Xrs JVM option in standalone.conf file but there was no difference we still continued to have the same problem i.e. EAP starts after several failed attempts
-
4. Re: JBAS015986 Host Controller shutdown has been requested via an OS signal
abhijithumbe Jun 29, 2017 10:29 PM (in response to qkhan)Looks like server is taking more time to start than default value specified in jboss-as-standalone.sh script. Can you increase default statup wait time by modifying startup script. In sh file update value of 'STARTUP_WAIT' parameter reload the systemctl service and try to start server instance.