If you make any change to a system property of OIM by using any method other than from the Advanced Administration, you must run purge cache to get the changes reflected in Oracle Identity Manager (Caching in OIM 11g is defined under file $ORACLE_HOME/server/metadata/db/oim-config.xml).
.
How to run Purge Cache ?
Use – $ORACLE_HOME/server/bin/PurgeCache.[sh|bat] [category_name] (To purge entire cache use All for category name. ORACLE_HOME is OIM install directory)
[oracle@server home]$ cd ORACLE_HOME/server/bin
[oracle@server bin]$ ./PurgeCache.sh All
[Enter the admin username:] xelsysadm
[Enter the admin password:] XXXXXX
[Enter the service url : (i.e.: t3://oimhostname:oimportno)] t3://oimserver:14000
In my case PurgeCache failed for OIM 11g with error message
__________
Exception in thread “main” javax.security.auth.login.LoginException: unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:808)
at javax.security.auth.login.LoginContext.access%content0(LoginContext.java:186)
at javax.security.auth.login.LoginContext.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(weblogicLoginHandler.java:61)
at oracle.iam.platform.OIMClient.login(OIMClient.java:134)
at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
at oracle.iam.platformservice.utils.PurgeCache.main(PurgeCache.java:67)
___________
.
Fix : Looked at documentation here and found that wlfullclient.jar must be in the classpath at $WL_HOME/server/lib
.
How to create 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
.
What is WebLogic Full Client ?
WebLogic full client (using wlfullclient.jar) is a Java RMI client that uses Oracle’s proprietary T3 protocol to communicate with WebLogic Server.
Note: Prior to WebLogic Server 10.0, the weblogic.jar file was required for T3 and WLS-IIOP client applications to provide WebLogic Server-specific value-added features. For WebLogic Server 10.x and later releases, stand-alone client applications requiring these features use the wlfullclient.jar file instead of the weblogic.jar.
.
References
Related Posts for Identity Manager
- Oracle Identity Manager (User Provisioning – Thor)
- Installing Oracle Identity Manager (Thor Xellerate)
- Oracle Identity Manager 9.1 released
- Oracle Identity Manager (Thor Xellerate) Architecture
- Resource, Reconciliation, Provisioning and Connector in Oracle Identity Manager #OIM
- Oracle Identity Manager (OIM) Connector for Oracle Internet Directory (OID) : Architecture and Overview
- Step by Step Installation of OIM Design Console 9.1.0
- Error while running PurgeCache in OIM 11g : LoginException unable to find LoginModule class : WebLogic Full Clinet
- Integrate OIM 11g with OID using connector for Provisioning / Reconcilliation – Installation
- PurgeCache in OIM 11g : CategoryName
- OIM LDAP Sync : Overview and Key Points
- OIM 11g : How to export/import/delete Files from MDS
- Where are OAM details stored in OIM (account unlock, password reset)
- libOVD adapters in OIM LDAP Integration : LDAPsync – view and modify Adapter settings (bindDN and bindPassword)
- Error Starting OIM Design Console (xlclient.sh) on Linux java.lang. NoClassDefFoundError
- OIM 11g Challenge Questions (PCQ) for forgot password
- Oracle EBS Integration with OIM (Identity Manager) : Things you should know
- Users not synced from OID to OIM : Debug Scheduled Job
- OIM Connector for Microsoft : AD, Exchange, Windows, Password Management
- Connector Server for OIM connectors : .NET or JAVA
- OIM 11g Challenge Questions – Everything you must know
- OIM 11g How to add Challenge Questions
- OIM : Assign AD resource : An error occurred because the Adapters are not compiled : How to compile adapters in OIM
- OIM User Creation : An Error occurred while performing create user operation. Unable to get LDAP connection
- OIM – AD integration : Active Directory Group Lookup Recon failed with error Remote Framework Key is invalid
- Microsoft Active Directory (AD) to Oracle Identity Manager (OIM) Password Synchronization: Things you must know : Part I
- Provision resource “Microsoft Exchange” to user in OIM : Status remains in Provisioning : Part I
- Target Resource (or Managed Resource) vs Trusted Source (or Authoritative Source) Mode : OIM integration with applications (AD, OID, OVD, EBS, SAP, HR, LDAP)
- 500 Internal server accessing OIM application : com.bea. security.MicroSM. getInstance oracle.iam. platform. authz.impl
- Your account is locked. You can unlock your account by going to Forgot Password
- OIM 11g : How to find User and Manager details : USR table
- OIM 11g : User Detail/Attribute (Description) not visible in OIM User screen : EBS / OID / OIM integration
- OIM 11g: The add proxy operation for user XXXXX failed with following error oracle. bpel. services. workflow. client. workflowservieclientException javax.xml.ws.WebServiceException could not determine wsdl ports
- Oracle Identity Manager BP07 for 11gR1 PS1 11.1.1.5.7 (16097399) is now available – (Part of Identity Management SUite BP03 16209876)
- OIM 11g : SQL to List User’s Manager
- OIM integrated with OAM (SSO) showing OIM login screen : User Soft Locked





Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny 
1 user commented in " Error while running PurgeCache in OIM 11g : LoginException unable to find LoginModule class : WebLogic Full Clinet "
Follow-up comment rss or Leave a Trackback[...] PurgeCache in OIM 11g : CategoryName Posted in March 14th, 2011 byAtul Kumar in OIM Print This Post PurgeCache utility in OIM is to purge Cached items from OIM’s Cache (data in memory). PurgeCache is covered in my book “Oracle Identity and Access Manager 11g for Administrators ” . I also discussed about PurgeCache issue in my earlier post here [...]
Leave A Reply