Kerberos Login Error ( security.auth.login.LoginException ).

Posted by john cruze on 09-May-2016 06:15

Hi ,

I have done setting of kerberous authentication on rollbase private cloud however when i am trying to login with the given url "http://noprgf3sfrws176.rollbase.com:8080/router/login/loginKerberos.jsp" an exception occurs " HTTP Status 500 - javax.servlet.ServletException: java.lang.Exception: javax.security.auth.login.LoginException: Message stream modified (41) " . can any one suggest me how to fix this exception.

Here my domain name is (rollbase.com), realm name is (TEST-PC2 on which AD configured ) . Setting in jass file is

RBKERBEROS { com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=false
storeKey=true
useTicketCache=false;
};

and setting in shared.property is :

KerberosDebug=trued
efaultAuthType=KERBEROS
KerberosDomainName=rollbase.com
KerberosDomainController=TEST-PC2.rollbase.com
KerberosUsername=xxxx
KerberosPassword=xxxxxxxx

Please let me know if there is something i am missing. 

Thanks .

All Replies

Posted by Shiva Duriseati on 11-May-2016 09:04

Hi John,

Could you please share the log files from storage folder?

Regards,

Shiva

Posted by john cruze on 11-May-2016 09:45

Hi Shiva ,

Thanks for your reply , Please see the attachments .

Regards

John

[View:/cfs-file/__key/communityserver-discussions-components-files/25/storage.log:80:46] [View:/cfs-file/__key/communityserver-discussions-components-files/25/core.log:75:45] [View:/cfs-file/__key/communityserver-discussions-components-files/25/deleted.log:68:44] [View:/cfs-file/__key/communityserver-discussions-components-files/25/5241.loading.log:70:42] [View:/cfs-file/__key/communityserver-discussions-components-files/25/login.log:57:46] [View:/cfs-file/__key/communityserver-discussions-components-files/25/7317.main.log:56:47] [View:/cfs-file/__key/communityserver-discussions-components-files/25/search.log:59:49] [View:/cfs-file/__key/communityserver-discussions-components-files/25/syncRep.log:50:49]

Posted by Shiva Duriseati on 12-May-2016 00:43

Hi John,

Thanks for sharing the logs. Could you also share AllErrors.log from the same folder?

Regards,

Shiva

Posted by srikanth kasavajhula on 12-May-2016 00:56

Hi,

can u change your KerberosDomainName and KerberosDomainController values to Upper case like this

KerberosDomainName=ROLLBASE.COM

KerberosDomainController=TEST-PC2.ROLLBASE.COM .

Also i take it the first line and second lines are typos

KerberosDebug=true

defaultAuthType=KERBEROS

are the correct properties

Posted by john cruze on 12-May-2016 01:02

Hi Shiva,

Thanks for your valuable time , Yes I can share AllErrors.log .

Regards

John.

[View:/cfs-file/__key/communityserver-discussions-components-files/25/8357.AllErrors.log:99:58]

Posted by john cruze on 12-May-2016 01:04

Hi Srikanth,

Thanks for your suggestion about share.property file.

Thanks a lot.

John.

This thread is closed