Status Monitor exits after restarting Appeon Server for WebLogic in Linux

In Linux environment, when Appeon Status Monitor detects that Appeon Server for WebLogic shuts down, it will restart Appeon Server for WebLogic, but it can only restart Appeon Server for only one time, after that, Status Monitor will stop running, and cannot restart Appeon Server 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"