On Linux, when stopping a JCP via the Service Manager, if you restart the JCP it displays a message stating the JCP was ended abnormally.
This is due to the java signal handling on linux.
Release : 12.3
Component : AUTOMATION ENGINE
Remove the -Xrs flag from the java startup. This is a default installation:
java -Xrs -Xmx512M -jar ucsrvjp.jar -IG:\Automic\Automation.Platform\ServiceManager\bin\..\..\AutomationEngine\bin\ucsrv.ini -svc%port% -rest
Modify it to:
java -Xmx512M -jar ucsrvjp.jar -IG:\Automic\Automation.Platform\ServiceManager\bin\..\..\AutomationEngine\bin\ucsrv.ini -svc%port% -rest