Search found 11 matches

by Edx2Eu7
Sun Jun 26, 2022 1:40 pm
Forum: Installation and Upgrade
Topic: zmmailboxdctl failing to run after most recent apt-get
Replies: 54
Views: 38932

Re: zmmailboxdctl failing to run after most recent apt-get

Make sure the patch installation did not leave old libraries lying around. In my case old versions of the Apache CXF library had been left behind and caused issues. See viewtopic.php?f=15&t=70897 for details.
by Edx2Eu7
Sun Jun 26, 2022 8:36 am
Forum: Installation and Upgrade
Topic: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15
Replies: 24
Views: 23972

Re: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15

as mentioned here https://forums.zimbra.org/viewtopic.php?f=15&t=70897&p=305625#p305625 my issues were caused by the patch not removing the older versions of the Apache CXF libraries used by Zimbra (all CXF libraries of version 3.3.4 need to be removed). Restarting Zimbra after doing so fixe...
by Edx2Eu7
Sun Jun 26, 2022 8:33 am
Forum: Administrators
Topic: Fixed-NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304
Replies: 3
Views: 4950

Re: NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304

Had time to look at this again today and found the issue. Patch installation upgraded Apache CXF components but left all old libraries lying around. Fixed by moving the old cxf*3.3.4 libraries and restarting the services. find /opt/zimbra/ -iname "*cxf*" ./lib/jars/cxf-core-3.5.1.jar ./lib...
by Edx2Eu7
Thu Jun 23, 2022 5:45 pm
Forum: Administrators
Topic: Fixed-NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304
Replies: 3
Views: 4950

Re: NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304

More traces found in file /opt/zimbra/log/zmmailboxd.out Stacktrace logged WARNING: Initial attempt to create application context was unsuccessful. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Inst...
by Edx2Eu7
Thu Jun 23, 2022 5:29 pm
Forum: Installation and Upgrade
Topic: Post-June 17 Patch 25/32 Success Stories Roll Call
Replies: 30
Views: 18547

Re: Post-June 17 Patch 25/32 Success Stories Roll Call

Sorry to cross post here - running into https://forums.zimbra.org/viewtopic.php?f=15&t=70897&p=305560#p305560 since upgrading to 8.8.15_P32. Following the conversations here I currently assume that there is no other reliable way to get the system back to a working state, but restoring backup...
by Edx2Eu7
Thu Jun 23, 2022 7:41 am
Forum: Administrators
Topic: Fixed-NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304
Replies: 3
Views: 4950

Re: NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304

class file still available within the installed libraries

Code: Select all

grep -rli "com.zimbra.cs.fb.FreeBusyProvider.class" /opt/zimbra/lib/

/opt/zimbra/lib/jars/zimbrastore.jar
by Edx2Eu7
Thu Jun 23, 2022 7:34 am
Forum: Installation and Upgrade
Topic: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15
Replies: 24
Views: 23972

Re: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15

on my installation the missing class of this thread is located in the following libs. grep -rliE ".*JaxbUtil.*" /opt/zimbra/lib/ /opt/zimbra/lib/jars/cxf-core-3.3.4.jar /opt/zimbra/lib/jars/zimbrasoap.jar /opt/zimbra/lib/jars/cxf-core-3.5.1.jar can someone with this issue run above command...
by Edx2Eu7
Thu Jun 23, 2022 6:01 am
Forum: Installation and Upgrade
Topic: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15
Replies: 24
Views: 23972

Re: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15

looks highly similar to this issue https://forums.zimbra.org/viewtopic.php?f=15&t=70741 and this one that I'm experiencing as well https://forums.zimbra.org/viewtopic.php?f=15&t=70897 Difference in old Java mailboxd options and the newer ones is the removal of the old TLS ciphers. All other ...
by Edx2Eu7
Thu Jun 23, 2022 5:55 am
Forum: Administrators
Topic: Fixed-NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304
Replies: 3
Views: 4950

Fixed-NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider after upgrade to 8.8.15_GA_4304

Hi there, after upgrading to version 8.8.15_GA_4304 any interaction with the calendar fails with the following message A network service error has occurred. method: [unknown] msg: system failure: java.lang.NoClassDefFoundError: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider code: servi...
by Edx2Eu7
Wed Jun 22, 2022 6:50 pm
Forum: Administrators
Topic: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider
Replies: 6
Views: 3854

Re: Could not initialize class com.zimbra.cs.fb.FreeBusyProvider

Thanks for the suggestion. Unfortunately there's no change after applying the Java options. I extracted the old options, sorted them and compared them to the options you've pasted here. The only difference I can spot is the removal of the older TLS ciphers TLSv1 and TLSv1.1, leaving only TLSv1.2 as ...