Data is Stale

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
jasim
Posts: 2
Joined: Tue Aug 23, 2016 9:17 am

Data is Stale

Post by jasim »

After upgrading to latest version (Release 8.8.15_GA_3869.RHEL7_64_20190917004220 RHEL7_64 FOSS edition, Patch 8.8.15_P24.) in admin panel zmconfigd goes down periodically and data is stale.

Zmcontrol shows

Code: Select all

		zmlogswatchctl is not running
		zmswatch is not running.
log file says

Code: Select all

[zimbra@mail log]# cat zmswatch.out
Can't locate Time/Zone.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/Date/Parse.pm line 12.
BEGIN failed--compilation aborted at /usr/share/perl5/Date/Parse.pm line 12.
Compilation failed in require at /opt/zimbra/common/bin/swatchdog line 33.
BEGIN failed--compilation aborted at /opt/zimbra/common/bin/swatchdog line 33.

Code: Select all

[zimbra@mail log]$ cat zmlogswatch.out
Can't locate Time/Zone.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/Date/Parse.pm line 12.
BEGIN failed--compilation aborted at /usr/share/perl5/Date/Parse.pm line 12.
Compilation failed in require at /opt/zimbra/common/bin/swatchdog line 33.
BEGIN failed--compilation aborted at /opt/zimbra/common/bin/swatchdog line 33.
I have already applied suggestion of viewtopic.php?t=66779

the zimbra .bashrc file already have these lines

Code: Select all

eval `/usr/bin/perl -V:archname`
PERLLIB=/opt/zimbra/common/lib/perl5/$archname:/opt/zimbra/common/lib/perl5
export PERLLIB

PERL5LIB=$PERLLIB
export PERL5LIB
zmcontrol restart only make it go away for few hours. But after that it returns.

How to resolve this ?
Post Reply