- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    7u76, 8u60, 9
- 
        b67
- 
        x86_64
- 
        windows_7
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8084290 | emb-9 | Weijun Wang | P4 | Resolved | Fixed | team | 
                    FULL PRODUCT VERSION :
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
Working though the JAAS / Kerberos examples I triggered an Exception and noticed that the message had a misspelled word; "credentials" is misspelled "credentails". The stack trace containing the message follows:
java.security.PrivilegedActionException: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
...
Caused by: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:89)
at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:126)
at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:192)
at sun.security.jgss.spnego.SpNegoMechFactory.getCredentialElement(SpNegoMechFactory.java:141)
at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:192)
at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:406)
at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:60)
at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:153)
REPRODUCIBILITY :
This bug can be reproduced always.
            
java version "1.7.0_76"
Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
Working though the JAAS / Kerberos examples I triggered an Exception and noticed that the message had a misspelled word; "credentials" is misspelled "credentails". The stack trace containing the message follows:
java.security.PrivilegedActionException: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
...
Caused by: GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos credentails)
at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:89)
at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:126)
at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:192)
at sun.security.jgss.spnego.SpNegoMechFactory.getCredentialElement(SpNegoMechFactory.java:141)
at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:192)
at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:406)
at sun.security.jgss.GSSCredentialImpl.<init>(GSSCredentialImpl.java:60)
at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:153)
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
- 
                    JDK-8084290 Typo in Exception Message -           
- Resolved
 
-