| Author |
Mechanism level: KDC has no support for encryption type (14)
|
gary tang
Greenhorn
Joined: Aug 01, 2012
Posts: 1
|
|
i am trying to run the programme (http://www.ibm.com/developerworks/java/library/j-gss-sso/) and got following error
GSSException: Failure unspecified at GSS-API level (Mechanism level: KDC has no support for encryption type (14))
at sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:734)
at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:300)
at sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:246)
at GSSServer.run(GSSServer.java:177)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:320)
at GSSServer.startServer(GSSServer.java:116)
at GSSServer.main(GSSServer.java:86)
it is pointing on GSSServer.java. it is
byteToken = serverGSSContext.acceptSecContext(byteToken, 0, byteToken.length);
what is the problem? how can i solve it?
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
Google "KDC has no support for encryption type (14))", you will get lots of hits.
|
Please ignore post, I have no idea what I am talking about.
|
 |
 |
|
|
subject: Mechanism level: KDC has no support for encryption type (14)
|
|
|