Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Install together with traefik 2 within the same docker compose file. postgresql and rabbitmq work fine without any error. However, the document server raise endless error loop of rabbitmq connection issue when it starts compeletly. The error message is shown below. I changed the AMQP_URI from rabbitmq hostname to IP address, but it would won’t solve the problem. The error ouptup shows that the document server is still trying to connect to the IP of 127.0.0.1.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Use the latest docker compose file with minor changes to setup traefik together.
What is the expected behavior?
Is the error by design? and actually there is no negative impact with it at all?
Did this work in previous versions of DocumentServer?
N/A
DocumentServer Docker tag:
Latest
Host Operating System:
Debian 11 LXC container in PVE7.4
BTW, I believe it’s a bug instead of by design. Since I encountered 520 bad gateway error when I accessed the healthcheck webpage. Therefore I can’t integrate it with nextcloud.
Looks like that’s the root casue of the issue, why the document server try to connect to localhost(127.0.0.1) as MQ service endpoint?
What changes are you referring to? If you can provide a YML file itself, we can test it out to see what is causing the issue.
In general, did you check if RabbitMQ service was up and running in the Docker container with Document Server? All in all, please reproduce the issue and check all statuses with service --status-all and provide an output please.
And here is the output of service --status-all on the docker of documentserver, rabbitmq, and postsql. From the output shown below, looks like rabbitmq service is not running on rabbitmq host, but it’s running on documentserver host? It’s weired…
In general, can you share a link where did you obtain original .yml file? What was the point of commenting out ports section in it? Have you tried using this guide?
Hello @Harishkumar
I believe we have to start from scratch:
please point me to the guide which you used for Document server installation (let us know your OS as well)
reproduce the situation and record a video file\make screenshots
provide us with whole Document server logs folder (when the situation is reproduced). For Windows, it’s located here: Program Files (x86)\Ascensio System SIA\DocumentServer\Log