Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
javax.security.auth.login.LoginException: unable to find LoginModule class

Pallavi Chaudhari
Member Posts: 681
Hi experts,
RACF reconciliation agent could not connect to OIM error is : unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
I have created wlfullclient.jar using WebLogic JarBuilder Tool and copied it to OIM Java Tasks and Scheduled Tasks also copied it to OIM_Server/ext.
FINE: Error Reconciling IdfResource User...utest02
Feb 29, 2012 11:37:13 PM RacfAgentReconImpl update(String)
FINER: RETURN
Mar 1, 2012 12:15:43 AM IdfAgentReconImpl init()
FINER: ENTRY
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger error
SEVERE: Error trying to connect to OIM...Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule*
Mar 1, 2012 12:15:43 AM RacfAgentXLFactory init()
FINER: RETURN
Mar 1, 2012 12:15:43 AM IdfAgentReconImpl init()
FINER: RETURN
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger fine
FINE: Starting delete recon process for Resource [RETS RACF Batch On Cluster RV] and user [utest01]
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger error
SEVERE: Error deleting user[utest01]...java.lang.NullPointerException
RACF reconciliation agent could not connect to OIM error is : unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
I have created wlfullclient.jar using WebLogic JarBuilder Tool and copied it to OIM Java Tasks and Scheduled Tasks also copied it to OIM_Server/ext.
FINE: Error Reconciling IdfResource User...utest02
Feb 29, 2012 11:37:13 PM RacfAgentReconImpl update(String)
FINER: RETURN
Mar 1, 2012 12:15:43 AM IdfAgentReconImpl init()
FINER: ENTRY
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger error
SEVERE: Error trying to connect to OIM...Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule*
Mar 1, 2012 12:15:43 AM RacfAgentXLFactory init()
FINER: RETURN
Mar 1, 2012 12:15:43 AM IdfAgentReconImpl init()
FINER: RETURN
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger fine
FINE: Starting delete recon process for Resource [RETS RACF Batch On Cluster RV] and user [utest01]
Mar 1, 2012 12:15:43 AM com.thortech.xl.racf.recon.util.RacfAgentLogger error
SEVERE: Error deleting user[utest01]...java.lang.NullPointerException
Tagged:
Best Answer
-
wlfullclient.jar must be in the classpath at $WL_HOME/server/lib
to build wlfullclient.jar
cd $MW_HOME/wlserver_10.3/server/lib
$MW_HOME/jdk160_18/bin/java -jar $MW_HOME/modules/com.bea.core.jarbuilder_1.5.0.0.jar
Note: Change the appropriate version of com.bea.core.jarbuilder_<<version as per current jar in your env.>>
Edited by: Hardew on Jun 14, 2012 10:54 AM
Answers
-
wlfullclient.jar must be in the classpath at $WL_HOME/server/lib
to build wlfullclient.jar
cd $MW_HOME/wlserver_10.3/server/lib
$MW_HOME/jdk160_18/bin/java -jar $MW_HOME/modules/com.bea.core.jarbuilder_1.5.0.0.jar
Note: Change the appropriate version of com.bea.core.jarbuilder_<<version as per current jar in your env.>>
Edited by: Hardew on Jun 14, 2012 10:54 AM -
Thanks Hardew. This issue was resolved.
This discussion has been closed.