Hello guys,
I am encountering a problem with open/edit documents in document server.
First of all I installed and followed all the dependencies/instructions that have been described here : Installing ONLYOFFICE Docs for Windows on a local server - ONLYOFFICE
then I installed the server it’s self.But when I am trying to open doc it fails.
Here my error logs of docservice :
[ERROR] [localhost] [docId] [userId] nodeJS - checkDocumentExpire error: Error: The client is closed
at Commander.multiExecutor (C:\snapshot\server\build\server\DocService\node_modules@redis\client\dist\lib\client\index.js:278:35)
at Commander.exec (C:\snapshot\server\build\server\DocService\node_modules@redis\client\dist\lib\client\multi-command.js:81:175)
at polyfillCommand (C:\snapshot\server\build\server\DocService\sources\editorDataRedis.js)
at polyfillExec (C:\snapshot\server\build\server\DocService\sources\editorDataRedis.js)
at EditorData.getDocumentPresenceExpired (C:\snapshot\server\build\server\DocService\sources\editorDataRedis.js)
at C:\snapshot\server\build\server\DocService\sources\gc.js
at Generator.next ()
at onFulfilled (C:\snapshot\server\build\server\DocService\node_modules\co\index.js:65:19)
at C:\snapshot\server\build\server\DocService\node_modules\co\index.js:54:5
at new Promise ()
at co (C:\snapshot\server\build\server\DocService\node_modules\co\index.js:50:10)
at Timeout.checkDocumentExpire [as _onTimeout] (C:\snapshot\server\build\server\DocService\sources\gc.js)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
Thanks.