I installed FME 2021.0.1 Server into a ubuntu 20.04 server (AWS EC2 instance).
The installation has been successfully done, I ran "/opt/fmeserver/Server/startServer.sh" to start the FME Server instance, then performed initial settings including licensing and so on.
Â
Then, I stopped the instance with "/opt/fmeserver/Server/stopServer.sh", and the following messages were shown on the console.
Stopping FME Engines...
Stopping FME Core...
Stopping Web Socket Server...
Stopping Cleanup Service...
Using CATALINA_BASE:  /opt/fmeserver/Utilities/tomcat
Using CATALINA_HOME:  /opt/fmeserver/Utilities/tomcat
Using CATALINA_TMPDIR: /opt/fmeserver/Utilities/tomcat/temp
Using JRE_HOME:    /opt/fmeserver/Utilities/jre
Using CLASSPATH:   /opt/fmeserver/Utilities/tomcat/bin/bootstrap.jar:/opt/fmeserver/Utilities/tomcat/bin/tomcat-juli.jarÂ
Using CATALINA_OPTS:
Using CATALINA_PID:  /var/run/catalina.pid
$CATALINA_PID was set but the specified file does not exist. Is Tomcat running? Stop aborted.
It seems that the Application Server (Tomcat) isn't stop correctly.
After that, I tried starting FME Server instance with "/opt/fmeserver/Server/startServer.sh", but this message appeared.
Â
Starting FME Server Core...
Starting FME Server Engines...
Starting Web Socket Server...
Starting Cleanup Service...
Starting FME Server Application Server...
Existing PID file found during start.
Tomcat appears to still be running with PID xxxxx. Start aborted.
If the following process is not a Tomcat process, remove the PID file and try again:
UIDÂ Â Â Â Â Â Â Â Â Â PIDÂ Â Â Â PPIDÂ Â CÂ STIMEÂ TTYÂ Â Â Â Â Â Â Â Â Â TIMEÂ CMD
fmeserv+   xxxxx      1  0 18:01 ?        00:00:52 /opt/fmeserver/Utilities/jre/bin/java -Djava.ut
Â
If you kill the PID and re-run the startServer.sh, sometimes FME Server started successfully, sometimes failed (reboot was required).
Â
Do you have experienced similar symptom?