-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket still open post onDisconnect #10796
Comments
Hi @laurensbl, Thanks for reporting this. By unresponsive I assume you mean loading document doesn't work. I also expect that Can you please confirm? What does If you still experience this, can you please set the log-level to trace and do wget as above and extract the relevant part from the logs (I expect Finally, when you experience this issue, are you able to run Thank you. |
No. Loading docs works fine. Also
I just changed the soft limit to 10000 and I will have look in the Nextcloud log in a few days, see if the error disappeared.
As the error does not occur with wget I have to set the log to TRACE and wait for it to happen. Usually the error occurs every 4-6 hours or so, so it will be a lot of TRACE log. I will do this later as I don't have time now. Will be continued.
|
CODE server is unresponsive periodically, and only once at a time, Apache reverse proxy logs 502. CODE logs "Socket still open post onDisconnect(), forced shutdown." Discovered the issue through frequent errors in Nextcloud log.
CODE server on Debian 12 Bookworm container on Proxmox 8 with Apache frontend with SSL termination. Server is running fine, manually connecting to https://office.redacteddomain.tld/hosting/capabilities from desktop gives:
{"convert-to":{"available":false},"hasDocumentSigningSupport":true,"hasMobileSupport":true,"hasProxyPrefix":false,"hasTemplateSaveAs":false,"hasTemplateSource":true,"hasWASMSupport":false,"hasZoteroSupport":true,"productName":"Collabora Online Development Edition","productVersion":"24.04.10.2","productVersionHash":"a4b67a7664","serverId":"a3b65e3d"}
CODE server used with Nextcloud 30.0.4 (richdocuments app) on Ubuntu 24.04 container on Proxmox 8. All works as expected, editing documents via richdocuments app functions without any problems. https://office.redacteddomain.tld/hosting/capabilities is accessible from Nextcloud container.
Just the periodical error in the logs (2-8 times a day, according to the Nextcloud logs):
Nextcloud Ubuntu container
Nextcloud log
CODE server Debian container
Apache access log:
Apache error log:
CODE log:
If you need more info, please ask.
The text was updated successfully, but these errors were encountered: