Skip to content

Commit e6b0eae

Browse files
committed
Update sections/errors.md
1 parent 755d417 commit e6b0eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sections/errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Switch to openjdk or go to your JVM supplier (Oracle, IBM) and download the JCE
3838

3939
This may appear in a stack trace starting with something like:
4040

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)]
4242

4343
Possible causes:
4444

@@ -49,7 +49,7 @@ Possible causes:
4949

5050
## Clock skew too great
5151

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
5353

5454
GSSException: No valid credentials provided (Mechanism level: Clock skew too great (37) - PROCESS_TGS
5555

@@ -99,7 +99,7 @@ offers, then the client fails. Workaround: don't use those versions of Java.
9999

100100
This has been seen in the HTTP logs of Hadoop REST/Web UIs:
101101

102-
WARN org.apache.hadoop.security.authentication.server.AuthenticationFilter: AuthenticationToken ignored: org.apache.hadoop.security.authentication.util.SignerException: Invalid signature
102+
WARN org.apache.hadoop.security.authentication.server.AuthenticationFilter: AuthenticationToken ignored: org.apache.hadoop.security.authentication.util.SignerException: Invalid signature
103103

104104
This means that the caller did not have the credentials to talk to a Kerberos-secured channel.
105105

0 commit comments

Comments
 (0)