freeipa team mailing list archive
-
freeipa team
-
Mailing list archive
-
Message #00972
[Bug 1813916] Re: incorrect classpath in pki/cli/main.py
This seems to be fixed now in 19.10, though the command is unmodified
** Changed in: dogtag-pki (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of FreeIPA,
which is subscribed to dogtag-pki in Ubuntu.
https://bugs.launchpad.net/bugs/1813916
Title:
incorrect classpath in pki/cli/main.py
Status in dogtag-pki package in Ubuntu:
Fix Released
Bug description:
Ubuntu 18.04
Running the 'pki' command will fail when python executes java. The cmd
array on line 101 in pki/cli/main.py has an incorrect classpath.
Instead of
'-Djava.ext.dirs=' + pki_lib,
it needs to be:
'-Djava.ext.dirs=' + pki_lib + ':/usr/share/java',
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dogtag-pki/+bug/1813916/+subscriptions
References