Open MikeDacre opened 1 year ago
@MikeDacre Sorry for the long wait. DesktopEditors v7.4.1 is released. Is this issue relevant?
I have the same issue, node express listening only on ipv6 but I don't think that's the problem. I've forced it changing the server.listen in DocService/sources/server.js to listen on ipv4 but still healthcheck doesn't work. I'm doing that on a 5.3.4 version.
@Rita-Bubnova This is related to #2146, which I posted a few months later after trying again. I haven't been able to get OnlyOffice to work on my server since an update failure around October 2022. I will try again with the new versions and see if there are ongoing issues.
@Rita-Bubnova to me instead it was something else but I didn't test if the solution suggested by reading logs could fix it. That's because we decided to switch to newer version of OnlyOffice. In my logs it was saying the node used to compile libraries was of a different build of the one I have and suggested to re-run npm install on such folders. What I suggest is to look at all logs in /var/log/documentserver, not just the docserver log.
This issue is unique.
Operating System of DocumentServer
Linux (DEB package)
Version information
7.2.2-56
Expected Behavior
Just upgraded to
ee
from regular community docserver. Should work as before, although was broken before (see issue #2049).Actual Behavior
On install,
supervisorctl
states that everything is running, but I get timeouts when connecting to the healthcheckoo.mdd.li/healthcheck
.Looking in nginx log:
When I check with netstat, there is nothing listenting on port 8000 tcp, only IP6:
tcp6 0 0 :::8000 :::* LISTEN 2289/docservice
I tried changing the nginx proxy pass to [::]:8000, but same error.
/var/log/onlyoffice/documentserver/nginx.error.log
&/var/log/onlyoffice/documentserver/docservice/err.log
empty./var/log/onlyoffice/documentserver/docservice/out.log
:Reproduction Steps
Additional information
Server: Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-135-generic x86_64) Package: onlyoffice-documentserver-ee/squeeze,now 7.2.2-56 amd64
License file installed.
default.json
attached,local.json
:nginx site config:
Going to try uninstalling, deleting all config files, and reinstalling from scratch with the same nginx config.