Page 2 of 3

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

Posted: Thu Jun 23, 2022 7:34 am
by Edx2Eu7
on my installation the missing class of this thread is located in the following libs.

Code: Select all

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?
I would like to know whether it's an issue of missing class file within the library jars or some issue with the code trying to load the class.

Best regards
Ed

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

Posted: Thu Jun 23, 2022 2:14 pm
by saket.patel
Can you update java options as suggested in viewtopic.php?f=13&t=70877&sid=90cc6053 ... ba#p305555

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

Posted: Fri Jun 24, 2022 2:38 am
by annahri
Hi folks, try to reinstall the latest patch https://wiki.zimbra.com/wiki/Zimbra_Rel ... stallation
Mine is working now!

Here's the info I got from Zimbra Support:
> There was some issue with the latest patch so we took down the repo and make it live again with the fixes.
> So we have applied fix in zimbra-proxy-patch, zimbra-proxy-mta, zimbra-proxy-ldap for individual server, that's why reinstall fixed the issue.

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

Posted: Sat Jun 25, 2022 1:29 am
by axslingr
I saw this in testing as well on Centos7 and reinstalling zimbra-patch with yum fixed the issue.

Lance

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

Posted: Sun Jun 26, 2022 8:36 am
by Edx2Eu7
as mentioned here 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 fixed the issue.

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

Posted: Mon Jun 27, 2022 8:44 am
by jackyho
annahri wrote:Hi folks, try to reinstall the latest patch https://wiki.zimbra.com/wiki/Zimbra_Rel ... stallation
Mine is working now!

Here's the info I got from Zimbra Support:
> There was some issue with the latest patch so we took down the repo and make it live again with the fixes.
> So we have applied fix in zimbra-proxy-patch, zimbra-proxy-mta, zimbra-proxy-ldap for individual server, that's why reinstall fixed the issue.
Thank guys. Simple run this command fixed my issue.

As root, install the package:

Code: Select all

apt-get install zimbra-ldap-patch
Restart ZCS as zimbra user:

Code: Select all

su - zimbra
zmcontrol restart

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

Posted: Wed Jul 06, 2022 2:20 pm
by mstroven
I am experiencing this exact problem.
Please tell me how to apply these java TLS options to my Zimbra server.

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

Posted: Sun Aug 07, 2022 11:33 am
by sheron
jackyho wrote:
annahri wrote:Hi folks, try to reinstall the latest patch https://wiki.zimbra.com/wiki/Zimbra_Rel ... stallation
Mine is working now!

Here's the info I got from Zimbra Support:
> There was some issue with the latest patch so we took down the repo and make it live again with the fixes.
> So we have applied fix in zimbra-proxy-patch, zimbra-proxy-mta, zimbra-proxy-ldap for individual server, that's why reinstall fixed the issue.
Thank guys. Simple run this command fixed my issue.

As root, install the package:

Code: Select all

apt-get install zimbra-ldap-patch
Restart ZCS as zimbra user:

Code: Select all

su - zimbra
zmcontrol restart

Thanks a lot it is working need update zimbra-ldap-patch

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

Posted: Sat Aug 13, 2022 10:01 pm
by ArchanfelHUN
Exactly the same issue happened with my zimbra 9 install.
Running on Centos 7, Release 9.0.0_ZEXTRAS_20220713.RHEL7_64_20220705100521
Strange thing, installing the zimbra-ldap-patch from the repo 8815 did fix the issue in the verion 9 too.
Zimbra devs released an untested patch (again), and we open source users are the beta testers (again)... Some things never change i guess..

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

Posted: Wed Aug 24, 2022 4:19 am
by killer5557
Solution!

zmlocalconfig -p

out ---> /opt/zimbra/conf/localconfig.xml

Follow the steps:
https://pensandolinux.com.br/author/fsschmidt/

locate and add the following parameters to the end of the line <value> ..... : -Djava.security.egd=file:/dev/./urandom --add-opens java.base/java.lang=ALL-UNNAMED

<key name="mailboxd_java_options">
<value>-server -Dhttps.protocols=TLSv1.2,TLSv1.3 -Djdk.tls.client.protocols=TLSv1.2,TLSv1.3 -Djava.awt.headless=true -Dsun.net.inetaddr.ttl=${networkaddress_cache_ttl} -Dorg.apache.jasper.compiler.disablejsr199=true -XX:+UseG1GC -XX$
</key>