After zimbra update it crashes all
After zimbra update it crashes all
I have lately update my zimbra 10 and after that I can not start it again I always get error.
webapp failed
I use rockylinux 8.
any idea what to do?
webapp failed
I use rockylinux 8.
any idea what to do?
-
saket.patel
- Zimbra Employee

- Posts: 169
- Joined: Mon Apr 11, 2022 8:39 pm
Re: After zimbra update it crashes all
Check logs it might have more details about failure
Re: After zimbra update it crashes all
I looked at log files and have no clue what can be wrong, only relevant log I think is mailbox log
here it is
https://privatebin.povej.net/?53121b623 ... EEU8gTUoRZ
Re: After zimbra update it crashes all
It would help to know what you were running and what you upgraded to. Perhaps start with "zmcontrol -v" as the Zimbra user.
Are you a network edition customer or are you using one of the plethora of FOSS third party builds? How did you update zimbra?
The more information you provide the less cloudy my crystal ball gets.
Are you a network edition customer or are you using one of the plethora of FOSS third party builds? How did you update zimbra?
The more information you provide the less cloudy my crystal ball gets.
Re: After zimbra update it crashes all
zmcontrol -v
Release 10.0.8_GA_0224.RHEL8_64_20240627073153 RHEL8_64 FOSS edition.
it was upgraded via linux update
Release 10.0.8_GA_0224.RHEL8_64_20240627073153 RHEL8_64 FOSS edition.
it was upgraded via linux update
Re: After zimbra update it crashes all
Right. Where did you obtain the binaries for that install? In general with the FOSS builds using an OS update won't work (and can break things), you need to do an install over the top with the new build "./install.sh" or the like.
As far as I'm aware, only the network editions can be upgraded using OS package patches.
Re: After zimbra update it crashes all
Ok thank you.,
So what I need to do now to fix this?
So what I need to do now to fix this?
Re: After zimbra update it crashes all
From your log, it seems that the mysql server isn't running.
Can you run, as zimbra user: "mysql.server start", followed by "zmmailboxdctl start" ?
If that fails, show your /opt/zimbra/log/mysql_error.log
Re: After zimbra update it crashes all
[zimbra@root]$ mysql.server start
mysqld_safe already running with pid 1515716
Re: After zimbra update it crashes all
On what port / interface is it listening?
lsof -p $(cat /opt/zimbra/log/mysql.pid) | grep TCP
lsof -p $(cat /opt/zimbra/log/mysql.pid) | grep TCP

