Kerberos hadoop常见问题汇总

来源:互联网 发布:手机自动充值软件 编辑:程序博客网 时间:2024/06/05 15:53

链接:https://github.com/steveloughran/kerberos_and_hadoop/blob/master/sections/errors.md


问题汇总:

1、GSS initiate failed —no further details provided
2、Server not found in Kerberos database (7) or service ticket not found in the subject
3、No valid credentials provided (Mechanism level: Illegal key size)]
4、Encryption type AES256 CTS mode with HMAC SHA1-96 is not supported/enabled
5、No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt
6、Failure unspecified at GSS-API level (Mechanism level: Checksum failed)
7、javax.security.auth.login.LoginException: No password provided
8、javax.security.auth.login.LoginException: Unable to obtain password from user
9、failure to login using ticket cache file
10、Clock skew too great
11、KDC has no support for encryption type
12、GSSException: No valid credentials provided (Mechanism level: Fail to create credential. (63) - No service creds)
13、Receive timed out
14、export HADOOP_ROOT_LOGGER=DEBUG,console
15、javax.security.auth.login.LoginException: connect timed out
16、GSSException: No valid credentials provided (Mechanism level: Connection reset)
17、Principal not found
18、Defective token detected (Mechanism level: GSSHeader did not find the right tag)
19、Specified version of key is not available (44)
20、kinit: Client not found in Kerberos database while getting initial credentials
21、SIMPLE authentication is not enabled. Available:[TOKEN]"
22、Request is a replay (34))
23、AuthenticationToken ignored
24、Found unsupported keytype (8)
25、"User: MyUserName is not allowed to impersonate ProxyUser"
26、Kerberos credential has expired
27、SASL No common protection layer between client and server
28、On windows: No authority could be contacted for authentication
29、During service startup java.lang.RuntimeException: Could not resolve Kerberos principal name: + unknown error
30、Against Active Directory: Realm not local to KDC while getting initial credentials
31、Can't get Master Kerberos principal
32、SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]


原创粉丝点击