Serious issue with the latest 8.8.15 patch

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
ArchanfelHUN
Posts: 17
Joined: Fri Sep 27, 2019 7:09 am

Serious issue with the latest 8.8.15 patch

Post by ArchanfelHUN »

Hi!

I just updated my current system like this:
---> Package zimbra-common-core-jar.x86_64 0:8.8.15.1563466004-1.r7 will be updated
---> Package zimbra-common-core-jar.x86_64 0:8.8.15.1566211630-1.r7 will be an update
---> Package zimbra-mbox-admin-console-war.x86_64 0:8.8.15.1562146529-1.r7 will be updated
---> Package zimbra-mbox-admin-console-war.x86_64 0:8.8.15.1565002309-1.r7 will be an update
---> Package zimbra-mbox-webclient-war.x86_64 0:8.8.15.1562666486-1.r7 will be updated
---> Package zimbra-mbox-webclient-war.x86_64 0:8.8.15.1566568420-1.r7 will be an update
---> Package zimbra-patch.x86_64 0:8.8.15.1560883472.p0-1.r7 will be updated
---> Package zimbra-patch.x86_64 0:8.8.15.1566550364.p1-1.r7 will be an update
---> Package zimbra-timezone-data.x86_64 0:1.0.1+1562147505-1.r7 will be updated
---> Package zimbra-timezone-data.x86_64 0:1.0.1+1565604774-1.r7 will be an update

The update completed succesfully, but after the zmcontrol restart the services wont start. I got this message:
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/InputStream;)V
at com.zimbra.common.soap.W3cDomUtil.parseXMLToDoc(W3cDomUtil.java:323)
at com.zimbra.common.soap.W3cDomUtil.parseXMLToDom4jDocUsingSecureProcessing(W3cDomUtil.java:332)
at com.zimbra.common.localconfig.LocalConfig.<init>(LocalConfig.java:174)
at com.zimbra.common.localconfig.LocalConfig.load(LocalConfig.java:387)
at com.zimbra.common.localconfig.LocalConfig.<clinit>(LocalConfig.java:392)
at com.zimbra.common.localconfig.LC.get(LC.java:1373)
at com.zimbra.common.localconfig.KnownKey.longValue(KnownKey.java:191)
at com.zimbra.common.util.CliUtil.setCliSoapHttpTransportTimeout(CliUtil.java:59)
at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java:3995)

The whole zimbra is screwd. Cannot rollback. Reinstall from the latest full install zip wont help either. My system is a centos 7.6.
I can reproduce this on all of my zimbra systems.

Thank GOD i do a backup before every update.
I have to disable the zimbra repo, to make sure the zimbra dont update automatically if i run a 'yum update'.

Anybody encountered this? Or have any info whats wrong?
ArchanfelHUN
Posts: 17
Joined: Fri Sep 27, 2019 7:09 am

Re: Serious issue with the latest 8.8.15 patch

Post by ArchanfelHUN »

LDAP, MySQL started fine, but every java related services like zmmailboxd, zmconfid, etc. dont start. It seems a java related issue.
User avatar
cyber7
Advanced member
Advanced member
Posts: 192
Joined: Sat Sep 13, 2014 1:14 am
Location: Cape Town
ZCS/ZD Version: Release 9.0.0_GA_3924.RHEL7_64_2020
Contact:

Re: Serious issue with the latest 8.8.15 patch

Post by cyber7 »

Sorry to say, but I did not get this...

Code: Select all

[zimbra@example ~]$ zmcontrol -v
Release 8.8.15_GA_3829.RHEL7_64_20190718141144 RHEL7_64 NETWORK edition, Patch 8.8.15_P1.
User avatar
axslingr
Outstanding Member
Outstanding Member
Posts: 256
Joined: Sat Sep 13, 2014 2:20 am
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18

Re: Serious issue with the latest 8.8.15 patch

Post by axslingr »

All good here as well.

Code: Select all

[zimbra@mail ~]$ zmcontrol -v
Release 8.8.15_GA_3829.RHEL7_64_20190718141144 RHEL7_64 NETWORK edition, Patch 8.8.15_P1.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Serious issue with the latest 8.8.15 patch

Post by phoenix »

No problems on my server and, FWIW, Patch 2 is the current version:

Code: Select all

Release 8.8.15_GA_3829.RHEL7_64_20190718141144 RHEL7_64 FOSS edition, Patch 8.8.15_P2
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
ArchanfelHUN
Posts: 17
Joined: Fri Sep 27, 2019 7:09 am

Re: Serious issue with the latest 8.8.15 patch

Post by ArchanfelHUN »

It seems te issue is related only those servers what are originally old. Both of the affected server once was a zimbra 5. Updated over time.
What is started with version 8.x works fine.
I guess i need to compare a fresh install with the update and the faulty one. Probably a faulty JMV option or something. The main version upgrade 5->6->7->8 have an issue about not updating the config options propery and need to manually adjust. This probably something like this. Almost after every main version update the zimbra failed to start.
User avatar
cyber7
Advanced member
Advanced member
Posts: 192
Joined: Sat Sep 13, 2014 1:14 am
Location: Cape Town
ZCS/ZD Version: Release 9.0.0_GA_3924.RHEL7_64_2020
Contact:

Re: Serious issue with the latest 8.8.15 patch

Post by cyber7 »

phoenix wrote:No problems on my server and, FWIW, Patch 2 is the current version:

Code: Select all

Release 8.8.15_GA_3829.RHEL7_64_20190718141144 RHEL7_64 FOSS edition, Patch 8.8.15_P2
Hi Bill
I am using the Centos YUM system and the P1 is the latest it shows, also the Zimbra Administrator Interface does not show any upgrades to P2...
[img]
Capture.JPG
Capture.JPG (30.09 KiB) Viewed 4423 times
[/img]
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Serious issue with the latest 8.8.15 patch

Post by phoenix »

Does the patch show the correct version if you search for them individually?

Code: Select all

dnf info zimbra-patch

Last metadata expiration check: 0:34:33 ago on Mon 30 Sep 2019 05:03:33 UTC.
Installed Packages
Name         : zimbra-patch
Version      : 8.8.15.1568752511.p2
Release      : 1.r7
Arch         : x86_64
Size         : 85 k
Source       : zimbra-patch-8.8.15.1568752511.p2-1.r7.src.rpm
Repo         : @System
From repo    : zimbra-8815-oss
Summary      : Zimbra Patch
URL          : http://www.zimbra.com
License      : ZPL and other
Description  : Zimbra Patch
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
User avatar
cyber7
Advanced member
Advanced member
Posts: 192
Joined: Sat Sep 13, 2014 1:14 am
Location: Cape Town
ZCS/ZD Version: Release 9.0.0_GA_3924.RHEL7_64_2020
Contact:

Re: Serious issue with the latest 8.8.15 patch

Post by cyber7 »

phoenix wrote:Does the patch show the correct version if you search for them individually?

Code: Select all

dnf info zimbra-patch

Last metadata expiration check: 0:34:33 ago on Mon 30 Sep 2019 05:03:33 UTC.
Installed Packages
Name         : zimbra-patch
Version      : 8.8.15.1568752511.p2
Release      : 1.r7
Arch         : x86_64
Size         : 85 k
Source       : zimbra-patch-8.8.15.1568752511.p2-1.r7.src.rpm
Repo         : @System
From repo    : zimbra-8815-oss
Summary      : Zimbra Patch
URL          : http://www.zimbra.com
License      : ZPL and other
Description  : Zimbra Patch
Nope, mine shows:

Code: Select all

yum info zimbra-patch
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: www.ftp.saix.net
 * extras: www.ftp.saix.net
 * updates: www.ftp.saix.net
Installed Packages
Name        : zimbra-patch
Arch        : x86_64
Version     : 8.8.15.1566550364.p1
Release     : 2.r7
Size        : 634 k
Repo        : installed
From repo   : zimbra-8815-network
Summary     : Zimbra Network Patch
URL         : http://www.zimbra.com
License     : ZPL and other
Description : Zimbra Network Patch

Available Packages
Name        : zimbra-patch
Arch        : x86_64
Version     : 8.8.15.1568752511.p2
Release     : 2.r7
Size        : 563 k
Repo        : zimbra-8815-network
Summary     : Zimbra Network Patch
URL         : http://www.zimbra.com
License     : ZPL and other
Description : Zimbra Network Patch
User avatar
cyber7
Advanced member
Advanced member
Posts: 192
Joined: Sat Sep 13, 2014 1:14 am
Location: Cape Town
ZCS/ZD Version: Release 9.0.0_GA_3924.RHEL7_64_2020
Contact:

Re: Serious issue with the latest 8.8.15 patch

Post by cyber7 »

Hi Bill
Oh, wait, it does :)

kind regards
aubrey
Post Reply