Open vaishaliporandla2109 opened 5 months ago
As part of this issue, was able to figure out the disconnection issue and it is due to the startup scripts which we had to run for making the opencti app running all the time in the background...before adding that script -RabbitMQ was showing connected.
Questions:
Prerequisites
Description
RabbitMQ Status is showing disconnected on OpenCTI platform UI but RabbitMQ is running independently on the instance and also we can hit RabbitMQ dashboard. All the required permissions are set correctly for RabbitMQ directories.
How can we resolve this disconnection issue, Please help..
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Issue screenshot- highlighted in yellow
Latest update as follows--->>
As part of this issue, was able to figure out the disconnection issue and it is due to the startup scripts which we had to run for making the opencti app running all the time in the background...before adding that script -RabbitMQ was showing connected.
Questions:
1.How can we make the opencti application running up and available all the time without any session timeouts? we tried to increase the session timeout value in config.php file, is that the only solution? 2.We tried to make it up and running all the time using the startup scripts as below,but with this approach service is available but RabbitMQ is being disconnected..please suggest
https://github.com/OpenCTI-Platform/opencti/issues/1083#issuecomment-780470025