Dear @Alexandre,
sorry for the late reply. Unfortunately the problem still persists with latest Nextcloud (25.0.2), documentserver (7.2.2-56) and Onlyoffice-Nextcloud integration app (7.6.8).
Here’s the screenshot of the toast with the error in Nextcloud Onlyoffice settings:
Here’s the the corresponding documentserver logs:
[2022-12-29T20:55:06.024] [ERROR] [localhost] [docId] [userId] nodeJS - healthCheck error URIError: URI malformed
at decodeURIComponent (<anonymous>)
at new Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:391:41)
at Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:245:12)
at connect (/snapshot/server/build/server/Common/node_modules/amqplib/lib/connect.js:131:17)
at Object.connect (/snapshot/server/build/server/Common/node_modules/amqplib/callback_api.js:14:3)
at startConnect (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/Common/sources/rabbitMQCore.js
at new Promise (<anonymous>)
at Object.connetPromise (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/DocService/sources/DocsCoServer.js
at Generator.next (<anonymous>)
at onFulfilled (/snapshot/server/build/server/DocService/node_modules/co/index.js:65:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
[2022-12-29T20:55:20.321] [ERROR] [localhost] [docId] [userId] nodeJS - healthCheck error URIError: URI malformed
at decodeURIComponent (<anonymous>)
at new Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:391:41)
at Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:245:12)
at connect (/snapshot/server/build/server/Common/node_modules/amqplib/lib/connect.js:131:17)
at Object.connect (/snapshot/server/build/server/Common/node_modules/amqplib/callback_api.js:14:3)
at startConnect (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/Common/sources/rabbitMQCore.js
at new Promise (<anonymous>)
at Object.connetPromise (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/DocService/sources/DocsCoServer.js
at Generator.next (<anonymous>)
at onFulfilled (/snapshot/server/build/server/DocService/node_modules/co/index.js:65:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
[2022-12-29T20:55:26.644] [ERROR] [localhost] [docId] [userId] nodeJS - healthCheck error URIError: URI malformed
at decodeURIComponent (<anonymous>)
at new Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:391:41)
at Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:245:12)
at connect (/snapshot/server/build/server/Common/node_modules/amqplib/lib/connect.js:131:17)
at Object.connect (/snapshot/server/build/server/Common/node_modules/amqplib/callback_api.js:14:3)
at startConnect (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/Common/sources/rabbitMQCore.js
at new Promise (<anonymous>)
at Object.connetPromise (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/DocService/sources/DocsCoServer.js
at Generator.next (<anonymous>)
at onFulfilled (/snapshot/server/build/server/DocService/node_modules/co/index.js:65:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
[2022-12-29T20:58:27.578] [ERROR] [localhost] [docId] [userId] nodeJS - healthCheck error URIError: URI malformed
at decodeURIComponent (<anonymous>)
at new Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:391:41)
at Url (/snapshot/server/build/server/Common/node_modules/url-parse/index.js:245:12)
at connect (/snapshot/server/build/server/Common/node_modules/amqplib/lib/connect.js:131:17)
at Object.connect (/snapshot/server/build/server/Common/node_modules/amqplib/callback_api.js:14:3)
at startConnect (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/Common/sources/rabbitMQCore.js
at new Promise (<anonymous>)
at Object.connetPromise (/snapshot/server/build/server/Common/sources/rabbitMQCore.js)
at /snapshot/server/build/server/DocService/sources/DocsCoServer.js
at Generator.next (<anonymous>)
at onFulfilled (/snapshot/server/build/server/DocService/node_modules/co/index.js:65:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
The (redacted) local.json
is:
{
"services": {
"CoAuthoring": {
"sql": {
"type": "postgres",
"dbHost": "localhost",
"dbPort": "5432",
"dbName": "onlyoffice",
"dbUser": "onlyoffice",
"dbPass": "*****"
},
"token": {
"enable": {
"request": {
"inbox": true,
"outbox": true
},
"browser": true
},
"inbox": {
"header": "Authorization"
},
"outbox": {
"header": "Authorization"
}
},
"secret": {
"inbox": {
"string": "*****"
},
"outbox": {
"string": "*****"
},
"session": {
"string": "*****"
}
}
}
},
"FileConverter": {
"converter": {
"maxDownloadBytes": 268435456
}
},
"rabbitmq": {
"url": "amqp://onlyoffice:*****@localhost/"
}
}
One more thing. When update process is finished, please go to Document server welcome page (https://domain_name) > enable integrated example and check if the issue persists there.
Indeed, the problem also exists in the example app. The loading spinner to load the document spins endlessly, no error message is shown either in the browser or in the documentserver logs.