Skip to content
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

ZCS-13864 : Onlyoffice logo reset it back to show #4

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

umagmrit
Copy link

@umagmrit umagmrit commented Aug 31, 2023

Problem:

Updated tar file for the Onlyoffice logo.
After upgrading the zimbra-onlyoffice package onlyoffice services are not starting and throwing below error.

$ zmonlyofficectl start
Starting ...
Starting rabbitmq.....rabbitmq is running
zimbra@qa-zimbra12:~$ internal/fs/utils.js:332
    throw err;
    ^

Error: ENOENT: no such file or directory, open
    at Object.openSync (fs.js:498:3)
    at Object.openSync (pkg/prelude/bootstrap.js:796:32)
    at Object.readFileSync (fs.js:394:35)
    at Object.readFileSync (pkg/prelude/bootstrap.js:1082:36)
    at Object.<anonymous> (/snapshot/server/build/server/DocService/sources/server.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 Function.runMain (pkg/prelude/bootstrap.js:1983:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -2,
  syscall: 'open',
  code: 'ENOENT'
}

This is due to some config files and process_id.json are overriding with zimbra-onlyoffice package upgrade. This has been fixed as part of this ticket.

Tested below paths (Rocky Linux 8, Ubuntu18) :

  • Fresh Install setup with latest zimbra-onlyoffice package changes.
  • Fresh Install setup with old zimbra-onlyoffice package -> Upgrade to the latest zimbra-onlyoffice package changes.

@umagmrit umagmrit merged commit 70b5b18 into release/v7.2.2.56 Sep 20, 2023
@umagmrit umagmrit deleted the ZCS-13864 branch September 20, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants