[GH-ISSUE #111] * Starting RabbitMQ Messaging Server rabbitmq-server, * FAILED - check /var/log/rabbitmq/startup_\{log, _err\}, ...fail!, #62

Closed
opened 2026-02-26 09:35:51 +03:00 by kerem · 8 comments
Owner

Originally created by @haylinmoore on GitHub (Jun 20, 2018).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/111

  • Starting PostgreSQL 9.5 database server,
    ...done.,
  • Starting RabbitMQ Messaging Server rabbitmq-server,
    ...done.,
    Starting redis-server: redis-server.,
    Starting supervisor: supervisord.,
  • Starting nginx nginx,
    ...done.,
    Generating AllFonts.js, please wait...Done,
    onlyoffice-documentserver:docservice: stopped,
    onlyoffice-documentserver:docservice: started,
    onlyoffice-documentserver:converter: stopped,
    onlyoffice-documentserver:converter: started,
  • Reloading nginx configuration nginx,
    ...done.,
  • Starting PostgreSQL 9.5 database server,
    ...done.,
  • Starting RabbitMQ Messaging Server rabbitmq-server,
  • FAILED - check /var/log/rabbitmq/startup_{log, _err},
    ...fail!,
    Starting redis-server: redis-server.,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
    Waiting for connection to the localhost host on port 5672,
Originally created by @haylinmoore on GitHub (Jun 20, 2018). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/111 * Starting PostgreSQL 9.5 database server, ...done., * Starting RabbitMQ Messaging Server rabbitmq-server, ...done., Starting redis-server: redis-server., Starting supervisor: supervisord., * Starting nginx nginx, ...done., Generating AllFonts.js, please wait...Done, onlyoffice-documentserver:docservice: stopped, onlyoffice-documentserver:docservice: started, onlyoffice-documentserver:converter: stopped, onlyoffice-documentserver:converter: started, * Reloading nginx configuration nginx, ...done., * Starting PostgreSQL 9.5 database server, ...done., * Starting RabbitMQ Messaging Server rabbitmq-server, * FAILED - check /var/log/rabbitmq/startup_\{log, _err\}, ...fail!, Starting redis-server: redis-server., Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672, Waiting for connection to the localhost host on port 5672,
kerem closed this issue 2026-02-26 09:35:52 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Jun 21, 2018):

sooo, what's inside logs at /var/log/rabbitmq/startup_{log, _err}?

<!-- gh-comment-id:399005694 --> @ShockwaveNN commented on GitHub (Jun 21, 2018): sooo, what's inside logs at `/var/log/rabbitmq/startup_{log, _err}`?
Author
Owner

@waja commented on GitHub (Jun 21, 2018):

sooo, what's inside logs at /var/log/rabbitmq/startup_{log, _err}?

root@0251dfce3df3:/var/log/rabbitmq# cat startup_err
mkdir: cannot create directory ‘/var/run/rabbitmq’: Permission denied
root@0251dfce3df3:/var/log/rabbitmq# ls -la /var/run
lrwxrwxrwx 1 root root 4 Apr 17 15:40 /var/run -> /run
root@0251dfce3df3:/var/log/rabbitmq# ls -la /run
total 48
drwxr-xr-x 1 root     root     4096 Jun 21 15:13 .
drwxr-xr-x 1 root     root     4096 Jun 21 15:11 ..
-rw-r--r-- 1 root     root        5 May 22 14:43 crond.pid
---------- 1 root     root        0 May 22 14:43 crond.reboot
-rw-r--r-- 1 root     root        0 May 22 14:43 init.upgraded
drwxrwxrwt 2 root     root     4096 Apr 17 15:40 lock
drwxr-xr-x 2 root     root     4096 Apr 17 15:40 mount
-rw-r--r-- 1 root     root        4 Jun 21 15:12 nginx.pid
drwxrwsr-x 1 postgres postgres 4096 Jun 21 15:13 postgresql
drwxr-xr-x 1 redis    redis    4096 Jun 21 15:12 redis
-rw-r--r-- 1 root     root        4 Jun 21 15:12 supervisord.pid
drwxr-xr-x 1 root     root     4096 Apr 28 01:30 systemd
-rw-rw-r-- 1 root     utmp        0 Apr 17 15:40 utmp
<!-- gh-comment-id:399103108 --> @waja commented on GitHub (Jun 21, 2018): > sooo, what's inside logs at /var/log/rabbitmq/startup_{log, _err}? ``` root@0251dfce3df3:/var/log/rabbitmq# cat startup_err mkdir: cannot create directory ‘/var/run/rabbitmq’: Permission denied root@0251dfce3df3:/var/log/rabbitmq# ls -la /var/run lrwxrwxrwx 1 root root 4 Apr 17 15:40 /var/run -> /run root@0251dfce3df3:/var/log/rabbitmq# ls -la /run total 48 drwxr-xr-x 1 root root 4096 Jun 21 15:13 . drwxr-xr-x 1 root root 4096 Jun 21 15:11 .. -rw-r--r-- 1 root root 5 May 22 14:43 crond.pid ---------- 1 root root 0 May 22 14:43 crond.reboot -rw-r--r-- 1 root root 0 May 22 14:43 init.upgraded drwxrwxrwt 2 root root 4096 Apr 17 15:40 lock drwxr-xr-x 2 root root 4096 Apr 17 15:40 mount -rw-r--r-- 1 root root 4 Jun 21 15:12 nginx.pid drwxrwsr-x 1 postgres postgres 4096 Jun 21 15:13 postgresql drwxr-xr-x 1 redis redis 4096 Jun 21 15:12 redis -rw-r--r-- 1 root root 4 Jun 21 15:12 supervisord.pid drwxr-xr-x 1 root root 4096 Apr 28 01:30 systemd -rw-rw-r-- 1 root utmp 0 Apr 17 15:40 utmp ```
Author
Owner

@ShockwaveNN commented on GitHub (Jun 21, 2018):

Duplicate of https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/92
Try to restart container once more

<!-- gh-comment-id:399105038 --> @ShockwaveNN commented on GitHub (Jun 21, 2018): Duplicate of https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/92 Try to restart container once more
Author
Owner

@waja commented on GitHub (Jun 21, 2018):

Indeed https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/92#issuecomment-381528225 fixed it at least for me.

<!-- gh-comment-id:399108863 --> @waja commented on GitHub (Jun 21, 2018): Indeed https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/92#issuecomment-381528225 fixed it at least for me.
Author
Owner

@ShockwaveNN commented on GitHub (Jun 21, 2018):

@waja Ok, good to hear. Leave this bug open for a while since you're not reported of issue, maybe @herohamp have some other problem

<!-- gh-comment-id:399114228 --> @ShockwaveNN commented on GitHub (Jun 21, 2018): @waja Ok, good to hear. Leave this bug open for a while since you're not reported of issue, maybe @herohamp have some other problem
Author
Owner

@waja commented on GitHub (Jun 21, 2018):

@waja Ok, good to hear. Leave this bug open for a while since you're not reported of issue, maybe @herohamp have some other problem

I would suggest to include this ‚workaround‘ into the Docker Readme to prevent generation of too much issues here.

<!-- gh-comment-id:399139671 --> @waja commented on GitHub (Jun 21, 2018): > @waja Ok, good to hear. Leave this bug open for a while since you're not reported of issue, maybe @herohamp have some other problem I would suggest to include this ‚workaround‘ into the Docker Readme to prevent generation of too much issues here.
Author
Owner

@ShockwaveNN commented on GitHub (Jun 21, 2018):

@herohamp I don't know. I don't think a lot of people read readme file in details, but #92 is first place in google search for ‘/var/run/rabbitmq’: Permission denied query so if it really be a lot of duplicates (for now it is not) and we unable to fix it - we definitely add this info to readme.

<!-- gh-comment-id:399141574 --> @ShockwaveNN commented on GitHub (Jun 21, 2018): @herohamp I don't know. I don't think a lot of people read readme file in details, but #92 is first place in google search for `‘/var/run/rabbitmq’: Permission denied` query so if it really be a lot of duplicates (for now it is not) and we unable to fix it - we definitely add this info to readme.
Author
Owner

@ShockwaveNN commented on GitHub (Oct 9, 2018):

Closing since duplicate of #92

<!-- gh-comment-id:428165244 --> @ShockwaveNN commented on GitHub (Oct 9, 2018): Closing since duplicate of #92
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#62
No description provided.