After installing onlyoffice on Windows 10, you will always be prompted with “loading document” when you open the file. There is no error in the debugging console, and the functions of uploading and downloading files are normal
Besides, in the log, except for the log under docservice / out, there are no log files in other directories
C:\Program Files\ONLYOFFICE\DocumentServer\Log\docservice\out:
[2021-10-11T15:32:17.810] [WARN] nodeJS - Express server starting…
[2021-10-11T15:32:17.816] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. File system | Node.js v16.11.0 Documentation
[2021-10-11T15:32:18.141] [WARN] nodeJS - Express server listening on port 8000 in production-windows mode. Version: 6.4.1. Build: 45
[2021-10-11T15:34:52.112] [WARN] nodeJS - sqlQuery error sqlCommand: INSERT INTO task_result (id, status, status_info, :
error: 关系 “task_result” 不存在
at Parser.parseErrorMessage (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:287:98)
at Parser.handlePacket (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:126:29)
at Parser.parse (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:39:38)
at Socket.stream.on (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\index.js:11:42)
at Socket.emit (events.js:198:13)
at addChunk (_stream_readable.js:288:12)
at readableAddChunk (_stream_readable.js:269:11)
at Socket.Readable.push (_stream_readable.js:224:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
[2021-10-11T15:34:52.112] [ERROR] nodeJS - error receiving response: docId = undefined type = auth
error: 关系 “task_result” 不存在
at Parser.parseErrorMessage (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:287:98)
at Parser.handlePacket (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:126:29)
at Parser.parse (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:39:38)
at Socket.stream.on (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\index.js:11:42)
at Socket.emit (events.js:198:13)
at addChunk (_stream_readable.js:288:12)
at readableAddChunk (_stream_readable.js:269:11)
at Socket.Readable.push (_stream_readable.js:224:10)
at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
[2021-10-11T15:35:33.771] [WARN] nodeJS - sqlQuery error sqlCommand: INSERT INTO task_result (id, status, status_info, :
error: 关系 “task_result” 不存在
at Parser.parseErrorMessage (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:287:98)
at Parser.handlePacket (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:126:29)
at Parser.parse (C:\snapshot\server\build\server\DocService\node_modules\pg-protocol\dist\parser.js:39:38)
at Socket.stream.on (C:\snapshot\server\b
and i restart the docService
logs:[2021-10-11T16:53:18.498] [WARN] nodeJS - Express server starting…
[2021-10-11T16:53:18.502] [WARN] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. File system | Node.js v16.11.0 Documentation
[2021-10-11T16:53:18.617] [WARN] nodeJS - Express server listening on port 8000 in production-windows mode. Version: 6.4.1. Build: 45