Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6336297

GSSManager failing with "unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]"error

XMLWordPrintable

    • b63
    • sparc
    • solaris_9

      Starting with Mustang build b51 the following code fails on Solaris 9 with a "unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]"

      GSSManager manager = GSSManager.getInstance();
      Oid krb5 = new Oid("1.2.840.113554.1.2.2");
      Oid names[] = manager.getNamesForMech(krb5);

      This causes the following 2 JCK tests to fail
      api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest003]
      api/org_ietf/jgss/GSSManager/index.html#Ctor[CtorTest004]

      A standalone version of these 2 tests is attached.

            valeriep Valerie Peng
            pjr Paul Rank (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: