Hello,
I’m facing the error in OnlyOffice editor: “The file cannot be accessed right now”.
My environment description:
-
Alfresco as a content storage with installed alfresco integration OO module.
-
Document server in docker on AWS ECS:
– LB to balance requests between 2 ECS tasks– ECS service(2 tasks):
docker image: onlyoffice/documentserver-de:6.4
ram: 8192
cpu: 1024– Amazon MQ:
Broker engine: RabbitMQ
Broker instance type: mq.t3.micro
Broker engine version 3.8.22
Deployment mode: Single-instance broker– ElastiCache:
Engine: Redis
Engine Version Compatibility: 5.0.6
Node type: cache.t2.micro
Number of Nodes: 2 nodes
All works well, but sometimes when the user opens the document in OO editor (instantinated with js web API), such error popup occurs:
The tricky thing is that if user request is being balanced to ECS node 1, the OO editor works well, if user gets to ECS node 2, the user sees above error.
The only error that I see in the Node2 (the error one) logs - /var/log/onlyoffice/documentserver/docservice/out.log:
[2022-03-16T21:45:22.628] [WARN] nodeJS - error description: docId = undefined errorId = Server shutdow
[2022-03-16T21:47:03.820] [WARN] nodeJS - error description: docId = undefined errorId = Server shutdow
[2022-03-17T01:55:16.557] [WARN] nodeJS - error description: docId = undefined errorId = Server shutdow
[2022-03-17T02:06:13.707] [WARN] nodeJS - error description: docId = undefined errorId = Server shutdow
Any thoughts on what needs to be checked/monitored/traced.
Thanks in advance.