JIRA does not run on IBM JDK.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.6.1 Pro
    • Affects Version/s: 1.4.2, 1.4.3
    • Component/s: None
    • 1.04

      Because we are using the JSSE providers that are shipped with the Sun JDK, JIRA's encoding & decoding of the license does not work on IBM JDK.

      You will see the following exceptions in your logs:

      Exception looking up public key: no such provider: SUN
      java.security.NoSuchProviderException: no such provider: SUN

      The line that needs to be changed is:

      KeyFactory keyFactory = KeyFactory.getInstance("DSA", "SUN");

      Perhaps we can remove the explicit call to "SUN".

            Assignee:
            Scott Farquhar
            Reporter:
            Scott Farquhar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: