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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813916

Title:
  incorrect classpath in pki/cli/main.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dogtag-pki/+bug/1813916/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to