incorrect classpath in pki/cli/main.py

Bug #1813916 reported by travis armstrong
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
dogtag-pki (Ubuntu)
Fix Released
Undecided
Unassigned

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',

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in dogtag-pki (Ubuntu):
status: New → Confirmed
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

This seems to be fixed now in 19.10, though the command is unmodified

Changed in dogtag-pki (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.