Question

I can't start the FME Server core on linux

  • 5 April 2018
  • 1 reply
  • 0 views

Userlevel 4
Badge +13

It seems like core isn’t starting because the web interface is complaining about not being able to connect to core and running `sudo ./startServer.sh` results in this error:

 

```Cannot open log file /opt/fmeserver/resources/logs/core/current/fmeprocessmonitorcore.log for writing, defaulting to standard error output```

1 reply

Badge +2

If you have FME Server set to run as a system service, don't use the bash scripts to start or stop fME Server, instead use the systemctl command.

 

After rebooting FME Server, you should find this lets you start the core.

Reply