Starting zmconfigd - Failed

Looking to migrate to ZCS? Ask here. Got a great tip or script that helped you migrate? Post it here.
Post Reply
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 146
Joined: Wed Apr 05, 2023 6:29 am

Re: Starting zmconfigd - Failed

Post by umashankar.avagadda »

zmconfigd will execute /opt/zimbra/libexec/zmconfigd to start the process. Could you please try running /opt/zimbra/libexec/zmconfigd manually and check if the output provides any useful information?
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 146
Joined: Wed Apr 05, 2023 6:29 am

Re: Starting zmconfigd - Failed

Post by umashankar.avagadda »

/opt/zimbra/libexec/zmconfigd should run with zimbra user.

You’re seeing this error:

-Djava.ext.dirs=... is not supported. Use -classpath instead.

This means that somewhere, Java is being launched with the -Djava.ext.dirs option — but that option is no longer valid in recent Java versions.

I suspect that one of Zimbra’s scripts is setting Java options that include -Djava.ext.dirs, but I’m not exactly sure where that’s happening.

Can you please check the file /opt/zimbra/bin/zmjava

Can you please share the output of zmcontrol -v
BradC
Outstanding Member
Outstanding Member
Posts: 369
Joined: Tue May 03, 2016 1:39 am

Re: Starting zmconfigd - Failed

Post by BradC »

Where did the original posts go?
Post Reply