Created 11-11-2016 07:31 PM
Created 11-14-2016 06:51 AM
Is this error you get after you kinit with that principal and do run the storm command? Could you please post the storm command line?
Created 11-14-2016 06:51 AM
Is this error you get after you kinit with that principal and do run the storm command? Could you please post the storm command line?
Created 11-14-2016 03:44 PM
I didnot kinit. Now after i did that the error was gone . Thanks
Created 11-14-2016 07:32 AM
Caused by: java.security.GeneralSecurityException: Checksum failed at sun.security.krb5.internal.crypto.dk.AesDkCrypto.decryptCTS(AesDkCrypto.java:451)
Normally the above error indicates configuration related issues or the password has changed.
- What's the service principal name?
- How did you generate its keytab file?
- How did you specified the service name on the client side?
Created 11-14-2016 03:42 PM
Appreciate your input . Yes the issue was the key tab and principal. Had to kinit with the specific principal instead of the default one and the error was gone.thanks