Member since
03-09-2016
2
Posts
0
Kudos Received
0
Solutions
11-29-2017
01:55 AM
Hi I has this problem. Verify if your JCE file is compatible with your Java version.
... View more
06-20-2017
01:53 PM
I did the changes in the CM but didn't update my files... I had to add: default_tgs_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc default_tkt_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc permitted_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc in every host manually... after that things starting to work
... View more