When starting the SpectroSERVER the following error is observed in the VNM.OUT messages.
Nov 16 11:40:50 ERROR TRACE at VNM.cc(493): SpectroSERVER unable to set core unlimited. The system level error was: Operation not permitted
The ulimit value for core files isn't set properly. The Spectrum and/or root user does not have the rights to set ulimit and the error is thrown when it tries to set ulimit.
This is observed in the following output:
[$SPEC_USER@SS_HostName ~]$ ulimit -a
...
core file size (blocks, -c) 0
[$SPEC_USER@SS_HostName ~]$ cat /proc/27725/limits
...
Max core file size 0 0 bytes
[$SPEC_USER@SS_HostName ~]$ cat /proc/27768/limits
...
Max core file size 0 0 bytes
NOTE: The number in the /proc paths are the Process IDs (PID) for the processd and SpectroSERVER services.