简体   繁体   中英

javax.servlet.ServletException: GSSException: Failure unspecified at GSS-API level (Mechanism level: Checksum failed)

I have a glassfish server configured with SPNEGO to make the SSO connection with lDAP. It works fine except on a client machine which gets the following error:

SPNEGO Error

HTTP Status 500 - Internal Server Error
type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: GSSException: Failure unspecified at GSS-API level (Mechanism level: Checksum failed)
root cause

GSSException: Failure unspecified at GSS-API level (Mechanism level: Checksum failed)
root cause

KrbException: Checksum failed
root cause

java.security.GeneralSecurityException: Checksum failed
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.1.1 logs.

if I connect this user to another machine in the domain, it works fine.

any idea what can be causing this problem on this machine?

Thank you.

I fixed the problem through the Credentials Manager. bad data was present for this server.

Credentials Manager

after deletion it works fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM