Can't find resource for bundle java.util.PropertyResourceBundle

Problem: Something went wrong while creating User UDF which results in below error on OIM UI page.

Effect of error on OIM UI :

  1. Cannot create the user from UI.
  2. Cannot search all users or specific users.
  3. The sysadmin console doesn't respond and is blank.
Solution
  1. Export User.xml.
  2. Now open the User.xml file using any text editor and remove the UDF which you have created.
  3. Again import the modified file import export functionality.
[Note: For Export and Import use Export-Import functionality.]


java.Lang.NoClassDefFoundError(oracel/jrf/PortabilityLayerException)

Problem: Error while opening design console. Getting "java.Lang.NoClassDefFoundError".

Solution:

  1. Copy "jrf-api.jar" file from below OIM Server location to "designconsole/ext" directory.                                                                   $MW_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar                                            
  2. Open "classpath.bat" file using any editor and add ";.\ext\jrf-api.jar" in classpath.