freeipa team mailing list archive
-
freeipa team
-
Mailing list archive
-
Message #00905
[Bug 1813916] [NEW] incorrect classpath in pki/cli/main.py
Public bug reported:
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',
** Affects: dogtag-pki (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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
Follow ups