[Freeipa] [Bug 1813916] Re: incorrect classpath in pki/cli/main.py

2019-11-28 Thread Timo Aaltonen
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

___
Mailing list: https://launchpad.net/~freeipa
Post to : freeipa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~freeipa
More help   : https://help.launchpad.net/ListHelp


[Freeipa] [Bug 1813916] Re: incorrect classpath in pki/cli/main.py

2019-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dogtag-pki (Ubuntu)
   Status: New => Confirmed

-- 
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:
  Confirmed

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

___
Mailing list: https://launchpad.net/~freeipa
Post to : freeipa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~freeipa
More help   : https://help.launchpad.net/ListHelp