Starting zmconfigd - Failed
-
- Zimbra Employee
- Posts: 146
- Joined: Wed Apr 05, 2023 6:29 am
Re: Starting zmconfigd - Failed
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?
-
- Zimbra Employee
- Posts: 146
- Joined: Wed Apr 05, 2023 6:29 am
Re: Starting zmconfigd - Failed
/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
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
Re: Starting zmconfigd - Failed
Where did the original posts go?