Status Monitor exits after restarting PowerServer for WebLogic in Linux

In Linux environment, when Appeon Status Monitor detects that PowerServer for WebLogic shuts down, it will restart PowerServer for WebLogic, but it can only restart PowerServer for only one time, after that, Status Monitor will stop running, and cannot restart PowerServer for WebLogic when it shuts down again.

Cause: It is a bug of Appeon Status Monitor.

Solution: Modify the $appeon/bin/appeonserverstart.bat file, by changing script

"$WEBLOGIC/startWebLogic.sh"

To

gnome-terminal –e "$WEBLOGIC/startWebLogic.sh"