You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/errors.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Switch to openjdk or go to your JVM supplier (Oracle, IBM) and download the JCE
38
38
39
39
This may appear in a stack trace starting with something like:
40
40
41
-
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
41
+
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
42
42
43
43
Possible causes:
44
44
@@ -49,7 +49,7 @@ Possible causes:
49
49
50
50
## Clock skew too great
51
51
52
-
GSSException: No valid credentials provided (Mechanism level: Attempt to obtain new INITIATE credentials failed! (null)) . . . Caused by: javax.security.auth.login.LoginException: Clock skew too great
52
+
GSSException: No valid credentials provided (Mechanism level: Attempt to obtain new INITIATE credentials failed! (null)) . . . Caused by: javax.security.auth.login.LoginException: Clock skew too great
53
53
54
54
GSSException: No valid credentials provided (Mechanism level: Clock skew too great (37) - PROCESS_TGS
55
55
@@ -99,7 +99,7 @@ offers, then the client fails. Workaround: don't use those versions of Java.
99
99
100
100
This has been seen in the HTTP logs of Hadoop REST/Web UIs:
0 commit comments