Service | Problem | Severity | Potential Action |
---|
core_service | MongoDB URL not configured in settings. | ERROR | Check if the Docker compose file, (Docker installations), or setenv.sh (non-Docker installations), has the appropriate user and password set for Mongo variables for the core and Mongo service, and update as necessary. |
core_service | Environment variable JFI_HOME_CORE is not set. Default value is used. | WARNING | No action is required. If the default values are not working consider updating this environment variable in Docker Compose or in setenv.sh. |
core_service | Settings could not be retrieved or is empty. | ERROR | Check if the Mongo service is running. If not, consider starting it. |
executor_service | Executor status check failed. | ERROR | - The Executor service is not able to communicate with the core service.
Check if the Docker network set up allows communication between them - Executor service is not able to communicate with Elastic search service
Check if the Docker network set up allows communication between them.
|
scheduler_service | Scheduler is not active. | ERROR | Scheduler cannot connect with Postgress. Check the user password set in the Docker Compose file or in setenv.sh. |