-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration property "bottleneck.getChanges" is not defined #2082
Comments
Same problem on rpm package. |
There was a conflict between the old and the new config-file. The unattended installation at night was not fully finished. Trying the update once again solved the issue for us. |
I had the same error upgrading from I fixed in a way inspired by #1472, namely: cd /etc/onlyoffice/documentserver
cp default.json.dpkg-dist default.json
supervisorctl restart all Update: found cause in YNH upgrade log:
(though I'm not sure what the aforementioned changes were or came from). |
Hello @sabrinamile, you're right, |
I close this issue. Feel free to comment or reopen it if you got further questions. |
This issue is unique.
Operating System of DocumentServer
Linux (DEB package)
Version information
Documentserver 7.3.0-184~stretch
Expected Behavior
Docservice should be running after upgrade onlyoffice-documentserver-ee:amd64 7.2.2-56 -> 7.3.0-184~stretch
Actual Behavior
Documentserver/Docservice is not starting after an upgrade: onlyoffice-documentserver-ee:amd64 7.2.2-56 -> 7.3.0-184~stretch
Error in Logfiles:
supervisorctl status:
ds:converter RUNNING pid 8360, uptime 0:21:18
ds:docservice FATAL Exited too quickly (process log may have details)
ds:example RUNNING pid 8348, uptime 0:21:18
ds:metrics RUNNING pid 8347, uptime 0:21:18
In /var/log/onlyoffice/documentserver/docservice/err.log we found this error:
Error: Configuration property "bottleneck.getChanges" is not defined
at Config.get (/snapshot/server/build/server/DocService/node_modules/config/lib/config.js:203:11)
at Object. (/snapshot/server/build/server/DocService/sources/baseConnector.js)
at Module._compile (pkg/prelude/bootstrap.js:1930:22)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at Module.require (pkg/prelude/bootstrap.js:1855:31)
at require (internal/modules/cjs/helpers.js:101:18)
at Object. (/snapshot/server/build/server/DocService/sources/DocsCoServer.js)
Reproduction Steps
upgrade onlyoffice-documentserver-ee:amd64 7.2.2-56 -> 7.3.0-184~stretch
Additional information
No response
The text was updated successfully, but these errors were encountered: