javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule

When we tried to open designconsole from OIM using below script we get below error.
 sh xlclient.sh




Error : 
javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule 
If we click on details link you can read error in details.

Solution :
1. Open xlclient.sh and make sure that you have authentication file is updated or not.


2. Open  config/xlconfig.xml and make sure you have below parameters updated.
@protocol://@xellerateserverip:@serverport =https://localhost:port
@jndi_url =  t3://localhost:port
@jndi_factory=   weblogic.jndi.WLInitialContextFactory
After above 2 steps now you can login without any issue.

No comments:

Post a Comment