Do you want to: Ask a how-to question
Community Server/Control Panel version: 12.5.2
Type of installation of Workspace (docker, deb/rpm, exe)
OS: docker
Browser version: Chrome 116.0.5845.141
I try to host ONLYOFFICE Groups locally using this guide. I need this to integrate only with ONLYOFFICE Docs, so I do not install ONLYOFFICE Mail, neither integrated ONLYOFFICE Workspace.
After instalation, the container seems to run normally, but the localhost portal still loading
indefinitely - there is a message showing its charging, but it never go on.
Using service monoserve status
on container bash, I have this:
monoserve.service - FastCGI Mono server
Loaded: loaded (/lib/systemd/system/monoserve.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2023-09-06 16:29:20 UTC; 17s ago
Process: 15061 ExecStartPre=/bin/bash -c test -e /var/run/onlyoffice || install -m 755 -o onlyoffice -g nginx -d /var/run/onlyoffice; rm -f /var/run/onlyoffice/onlyoffice.socket /var/www/onlyoffice/WebStudio/mono_crash* /var/www/onlyoffice/WebStudio/core.*; (code=exited, status=0/SUCCESS)
Main PID: 15062 (mono)
Tasks: 39 (limit: 4915)
Memory: 171.9M
CGroup: /docker/dd09097d638e1665d372924a0a700706bb105cef545779d4f29283bef8d65474/system.slice/monoserve.service
└─15062 /usr/bin/mono /usr/lib/hyperfastcgi/4.0/HyperFastCgi.exe /config=/etc/hyperfastcgi/onlyoffice /logfile=/var/log/onlyoffice/onlyoffice.log /loglevels=ErrorSep 06 16:29:20 dd09097d638e systemd[1]: Starting FastCGI Mono server…
Sep 06 16:29:20 dd09097d638e systemd[1]: Started FastCGI Mono server.
Sep 06 16:29:21 dd09097d638e hyperfastcgi4[15062]: WebConfigurationManager’s LRUcache Size overriden to: 2000 (via MONO_ASPNET_WEBCONFIG_CACHESIZE)
The service looks to be running, but, seeing the active time, it seems to be reestarting all the time.
Looking for the logs of container, I found some error during execution. I don’t know if it can be a problem:
Failed to create symlink /sys/fs/cgroup/net_cls: File exists
Failed to create symlink /sys/fs/cgroup/net_prio: File exists
Failed to create symlink /sys/fs/cgroup/cpuacct: File exists
Failed to create symlink /sys/fs/cgroup/cpu: File exists
[FAILED] Failed to start Elasticsearch.
See ‘systemctl status elasticsearch.service’ for details.
[FAILED] Failed to start ONLYOFFICE MailWatchdog Service.
See ‘systemctl status onlyofficeMailWatchdog.service’ for details.
[FAILED] Failed to start ONLYOFFICE MailAggregator Service.
See ‘systemctl status onlyofficeMailAggregator.service’ for details.
All other other container steps, including steps done after this, was successufully executed.
Can anyone help me to run ONLYOFFICE Groups locally?