[GH-ISSUE #767] VMWare restored from suspension Docs server can't be accessed until reboot #348

Closed
opened 2026-02-26 10:31:59 +03:00 by kerem · 3 comments
Owner

Originally created by @tbswork1 on GitHub (Aug 26, 2024).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/767

Originally assigned to: @igwyd on GitHub.

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
The docker image is running under VMWare Ubuntu 20.04 and was working. After VM suspended and restored, the Docs server can't be connected. The following command has response but telneting external IP yields no response. Restarting the docker container doesn't help. After rebooting Ubuntu and re-running the docker container, everything works normally again.

telnet localhost 80

Host Operating System:
Ubuntu 20.04

Originally created by @tbswork1 on GitHub (Aug 26, 2024). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/767 Originally assigned to: @igwyd on GitHub. **Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** The docker image is running under VMWare Ubuntu 20.04 and was working. After VM suspended and restored, the Docs server can't be connected. The following command has response but telneting external IP yields no response. Restarting the docker container doesn't help. After rebooting Ubuntu and re-running the docker container, everything works normally again. ``` telnet localhost 80 ``` **Host Operating System:** Ubuntu 20.04
kerem closed this issue 2026-02-26 10:31:59 +03:00
Author
Owner

@igwyd commented on GitHub (Aug 26, 2024):

Hello @tbswork1, please attach the container log and the time of the failure, we will try to figure it out.

<!-- gh-comment-id:2309427173 --> @igwyd commented on GitHub (Aug 26, 2024): Hello @tbswork1, please attach the container log and the time of the failure, we will try to figure it out.
Author
Owner

@tbswork1 commented on GitHub (Aug 30, 2024):

output of journalctl -xu docker.service:

-- The unit docker.service has successfully entered the 'dead' state.
Aug 29 08:54:54 ubuntu systemd[1]: Stopped Docker Application Container Engine.
-- Subject: A stop job for unit docker.service has finished
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A stop job for unit docker.service has finished.
--
-- The job identifier is 8561 and the job result is done.
-- Reboot --
Aug 29 20:46:14 ubuntu systemd[1]: Starting Docker Application Container Engine...
-- Subject: A start job for unit docker.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit docker.service has begun execution.
--
-- The job identifier is 161.
Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.619295001-07:00" level=info msg="Starting up"
Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.627537465-07:00" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolv>
Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.910561886-07:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Aug 29 20:46:16 ubuntu dockerd[961]: time="2024-08-29T20:46:16.007727607-07:00" level=info msg="Loading containers: start."
Aug 29 20:46:16 ubuntu dockerd[961]: time="2024-08-29T20:46:16.884313702-07:00" level=info msg="Default bridge (docker0) is assigned with an IP address>
Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.085199295-07:00" level=info msg="Loading containers: done."
Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.247435706-07:00" level=warning msg="WARNING: No swap limit support"
Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.249357613-07:00" level=info msg="Docker daemon" commit="24.0.7-0ubuntu2~20.04.1" graphdr>
Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.251437252-07:00" level=info msg="Daemon has completed initialization"
Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.376353734-07:00" level=info msg="API listen on /run/docker.sock"
Aug 29 20:46:17 ubuntu systemd[1]: Started Docker Application Container Engine.
-- Subject: A start job for unit docker.service has finished successfully
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit docker.service has finished successfully.
--
-- The job identifier is 161.
Aug 30 01:39:22 ubuntu dockerd[961]: time="2024-08-30T01:39:22.316834387-07:00" level=warning msg="Failed to allocate and map port 443-443: Bind for 0.>
Aug 30 01:39:22 ubuntu dockerd[961]: time="2024-08-30T01:39:22.374744847-07:00" level=error msg="Handler for POST /v1.43/containers/b79ecfa4b4467bec7c7>
lines 356-397/397 (END)

<!-- gh-comment-id:2320516854 --> @tbswork1 commented on GitHub (Aug 30, 2024): output of `journalctl -xu docker.service`: ``` -- The unit docker.service has successfully entered the 'dead' state. Aug 29 08:54:54 ubuntu systemd[1]: Stopped Docker Application Container Engine. -- Subject: A stop job for unit docker.service has finished -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A stop job for unit docker.service has finished. -- -- The job identifier is 8561 and the job result is done. -- Reboot -- Aug 29 20:46:14 ubuntu systemd[1]: Starting Docker Application Container Engine... -- Subject: A start job for unit docker.service has begun execution -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit docker.service has begun execution. -- -- The job identifier is 161. Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.619295001-07:00" level=info msg="Starting up" Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.627537465-07:00" level=info msg="detected 127.0.0.53 nameserver, assuming systemd-resolv> Aug 29 20:46:15 ubuntu dockerd[961]: time="2024-08-29T20:46:15.910561886-07:00" level=info msg="[graphdriver] using prior storage driver: overlay2" Aug 29 20:46:16 ubuntu dockerd[961]: time="2024-08-29T20:46:16.007727607-07:00" level=info msg="Loading containers: start." Aug 29 20:46:16 ubuntu dockerd[961]: time="2024-08-29T20:46:16.884313702-07:00" level=info msg="Default bridge (docker0) is assigned with an IP address> Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.085199295-07:00" level=info msg="Loading containers: done." Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.247435706-07:00" level=warning msg="WARNING: No swap limit support" Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.249357613-07:00" level=info msg="Docker daemon" commit="24.0.7-0ubuntu2~20.04.1" graphdr> Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.251437252-07:00" level=info msg="Daemon has completed initialization" Aug 29 20:46:17 ubuntu dockerd[961]: time="2024-08-29T20:46:17.376353734-07:00" level=info msg="API listen on /run/docker.sock" Aug 29 20:46:17 ubuntu systemd[1]: Started Docker Application Container Engine. -- Subject: A start job for unit docker.service has finished successfully -- Defined-By: systemd -- Support: http://www.ubuntu.com/support -- -- A start job for unit docker.service has finished successfully. -- -- The job identifier is 161. Aug 30 01:39:22 ubuntu dockerd[961]: time="2024-08-30T01:39:22.316834387-07:00" level=warning msg="Failed to allocate and map port 443-443: Bind for 0.> Aug 30 01:39:22 ubuntu dockerd[961]: time="2024-08-30T01:39:22.374744847-07:00" level=error msg="Handler for POST /v1.43/containers/b79ecfa4b4467bec7c7> lines 356-397/397 (END) ```
Author
Owner

@tbswork1 commented on GitHub (Sep 7, 2024):

Did some search and it seems to be a known issue of VMware. But now sometimes it works and I didn't upgrade/install anything, e.g. Ubuntu, docker etc. other than Libreoffice.

<!-- gh-comment-id:2336091654 --> @tbswork1 commented on GitHub (Sep 7, 2024): Did some search and it seems to be a known issue of VMware. But now sometimes it works and I didn't upgrade/install anything, e.g. Ubuntu, docker etc. other than Libreoffice.
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#348
No description provided.