#646 PKCS12Export fails on Fedora 19
Closed: Fixed None Opened 10 years ago by nkinder.

Ticket was cloned from Red Hat Bugzilla (product Dogtag Certificate System): Bug 972753

Description of problem:
On a fully updated F19 machine, PKCS12Export fails with exceptions:

[akrivoka@vm-149 ~]$ PKCS12Export
Exception in thread "main" java.lang.NoClassDefFoundError:
org/mozilla/jss/util/PasswordCallback
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)
        at java.lang.Class.getMethod0(Class.java:2694)
        at java.lang.Class.getMethod(Class.java:1622)
        at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
        at
sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
Caused by: java.lang.ClassNotFoundException:
org.mozilla.jss.util.PasswordCallback
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 6 more


Version-Release number of selected component (if applicable):
[akrivoka@vm-149 ~]$ rpm -qa | grep ^pki-*
pki-base-10.0.3-1.fc19.noarch
pki-tools-10.0.3-1.fc19.x86_64
pki-ca-10.0.3-1.fc19.noarch
pki-server-10.0.3-1.fc19.noar


How reproducible:
Always


Steps to Reproduce:
1. yum update
2. PKCS12Export


Actual results:
Command fails with exceptions even when run with no arguments.


Expected results:
Command should succeed.


Additional info:

master: 7cf2a4786a2e34be14e5f5885ce137589dc3ae99
10.0.0: 8060ca89e4a3467a114b0518823bc9d51802a5a5

Metadata Update from @nkinder:
- Issue set to the milestone: 10.0.3

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1216

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata