exa.common.errors.iqm_error.EngineInitialisationError

exa.common.errors.iqm_error.EngineInitialisationError#

exception EngineInitialisationError(message="Station-control engine appears not initialized. A probable cause is that the job executor worker process failed to start. To find out what went wrong, please check station-control logs from the very beginning of the service startup. If station-control loggers are configured with 'verbose=True', each log message contains the module path; filtering by 'job_executor' will show all messages from the worker process, including possible errors. It is highly recommended to inspect the entire log for any preceding warnings or errors.", log_level=30)#

Raised when the station control engine fails to initialize.

Parameters:
  • message (str)

  • log_level (int)