Document Server version: 7.5.0
Type of installation of the Document Server (docker, deb/rpm, exe) Deb
OS: Debian 11
Browser version: Brave 1.59
Nextcloud: 27.1.2
Started getting this error while trying to connect to new instance of docs server.
[onlyoffice] Error: Exception: Error occurred in the document service: Error while downloading the document file to be converted. at <<closure>>
0. /var/www/html/nextcloud/apps/onlyoffice/lib/DocumentService.php line 95
OCA\Onlyoffice\DocumentService->ProcessConvServResponceError()
1. /var/www/html/nextcloud/apps/onlyoffice/lib/DocumentService.php line 446
OCA\Onlyoffice\DocumentService->GetConvertedUri()
2. /var/www/html/nextcloud/apps/onlyoffice/lib/Controller/SettingsController.php line 181
OCA\Onlyoffice\DocumentService->checkDocServiceUrl()
3. /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 230
OCA\Onlyoffice\Controller\SettingsController->SaveAddress()
4. /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 137
OC\AppFramework\Http\Dispatcher->executeController()
5. /var/www/html/nextcloud/lib/private/AppFramework/App.php line 183
OC\AppFramework\Http\Dispatcher->dispatch()
6. /var/www/html/nextcloud/lib/private/Route/Router.php line 315
OC\AppFramework\App::main()
7. /var/www/html/nextcloud/lib/base.php line 1068
OC\Route\Router->match()
8. /var/www/html/nextcloud/index.php line 36
OC::handleRequest()
It was working fine on a 7.4 instance of OO, so not sure what I missed, but I made sure the key matches. Any tips I havenât found with searching? The example ds-example works fine browsing direct.
Thank you
root@office:/var/log/onlyoffice/documentserver/docservice# cat out.log
[2023-10-19T18:46:14.098] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting...
[2023-10-19T18:46:14.101] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability
[2023-10-19T18:46:14.383] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 7.5.0. Build: 125
[2023-10-19T19:12:02.549] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting...
[2023-10-19T19:12:02.552] [WARN] [localhost] [docId] [userId] nodeJS -
Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability
[2023-10-19T19:12:02.567] [ERROR] [localhost] [docId] [userId] nodeJS - [AMQP] Error: connect ECONNREFUSED 127.0.0.1:5672
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
So made some changes (set the header to âAuthorizationâ from AuthorizationJwt, and made an IP change) with no success. So set everything back for now.
If I browse to http://192.168.51.31/example/ it comes up fine in a browser when I have the ds-example running. So it seems to work fine for editing documents, just does not connect to the /healthcheck. So I think I am close. On my old (7.4) instance of OO, I would see âtrueâ on the healthcheck, the new 7.5 instance just gives the 502 error.
We are glad to know that youâve managed to solve the issue yourself.
Iâm locking the tread. If you still have any questions in this regard, please contact me via PM so we can re-open it.