Skip to content
English
  • There are no suggestions because the search field is empty.

Critical alert "MQ Service is not running"

Original Question or Issue:

FileCloud checks if the Message Queue service is active and generates an alert if the last processed entry is too old.
Under certain circumstances, this test may report an error even though the MQ service is active.

The check (FileCloud Admin Portal -> Settings -> Support Services) shows the MQ service as active.


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

 


Error or Log Message:

MQ Service is not running


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

To avoid these alerts, the parameter TONIDOCLOUD_MQ_ALIVE_TIME_SECONDS can be set to a value higher than 190 (default).

  1. Open the configuration file:
    Windows: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux: /var/www/config/cloudconfig.php
  2. Add the line:
    define("TONIDOCLOUD_MQ_ALIVE_TIME_SECONDS", 300);

  3. Save and close cloudconfig.php.

Notes: This resolution is applicable only if the fcorechstrator service is running. In Windows, you can verify this from Windows Services, and in Linux, using the command service fcorchestrator status.


Notes: