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

Ask questions about your setup or get help installing ZCS server (ZD section below).
Edx2Eu7
Posts: 11
Joined: Tue Jun 21, 2022 7:57 pm

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

Post 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
saket.patel
Zimbra Employee
Zimbra Employee
Posts: 137
Joined: Mon Apr 11, 2022 8:39 pm

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

Post by saket.patel »

Can you update java options as suggested in viewtopic.php?f=13&t=70877&sid=90cc6053 ... ba#p305555
annahri
Posts: 2
Joined: Wed Jun 22, 2022 8:33 am

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

Post 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.
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: com.zimbra.soap.JaxbUtil error after upgrade to 8.8.15

Post by axslingr »

I saw this in testing as well on Centos7 and reinstalling zimbra-patch with yum fixed the issue.

Lance
Edx2Eu7
Posts: 11
Joined: Tue Jun 21, 2022 7:57 pm

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

Post 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.
jackyho
Posts: 12
Joined: Wed Sep 12, 2018 6:11 am

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

Post 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
mstroven
Posts: 30
Joined: Sat Sep 13, 2014 12:49 am

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

Post by mstroven »

I am experiencing this exact problem.
Please tell me how to apply these java TLS options to my Zimbra server.
sheron
Posts: 1
Joined: Sun Aug 07, 2022 11:30 am

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

Post 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
ArchanfelHUN
Posts: 17
Joined: Fri Sep 27, 2019 7:09 am

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

Post 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..
User avatar
killer5557
Posts: 2
Joined: Wed Aug 24, 2022 4:10 am

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

Post 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>
Post Reply