All posts by Masroof Ahmad

Error Starting OIM Design Console (xlclient.sh) on Linux java.lang. NoClassDefFoundError

. I recently configured OIM design console on Linux (more on OIM Design Console here ) but faced below error while starting OIM design console on Linux OIM $ORACLE_HOME/designconsole/xlclient.sh . ___ Exception in thread “main” java.lang.NoClassDefFoundError: javax/ejb/CreateExceptionat java.lang.Class.getDeclaredMethods0(Native Method)at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)at java.lang.Class.getDeclaredMethod(Class.java:1935)at java.awt.Component.isCoalesceEventsOverriden(Component.java:5948)at java.awt.Component.access$500(Component.java:169)at java.awt.Component$3.run(Component.java:5902)at java.awt.Component$3.run(Component.java:5900) ___ . Fix:   Create wlfullclient.jar on OIM server as explained below […]

Read More

Oracle WebLogic Admin Server startup failed with oracle.security.jps. JpsRuntimeException

 This post covers WebLogic Server Start-Up issue which you could face, if you have migrated Policy Store to LDAP (OID) Server. Policy Store is repository for application roles with default store as XML file in Oracle Fusion Middleware. Policy & Credential Store is also covered in my  OIM/OAM 11g Book (now available at Amazon) .   […]

Read More

Oracle Identity Analytics (OIA) Architecture

. OIA Architecture : Oracle Identity Analytics is a J2EE application deployed on J2EE compliant application server. OIA architecture consists of following layers a) Web Presentation Layer: OIA Web UI is thin client accessible via web browser. It also exposes identity compliance and role management functionality via web services. b) OIA Server Layer: OIA server is […]

Read More

OIA (Identity Analytics) deployment failed on WebLogic Server Error 1 : java.lang.NoClass DefFoundError: org/apache/ log4j/Category

This is first on many issues, I encountered while deploying Ora cle Identity Analytics (OIA) 11g R1 PS1 (11.1.1.5) on WebLogic Server 10.3.5 . Error Message on WebLogic Console deployment screen:  java.lang.NoClassDefFoundError: org/apache/log4j/Category . Fix: 1. Explode rbacx.war file to staging directory like rbac_staging 2. Create weblogic.xml in $rbac_staging/WEB-INF/ with content like <?xml version=”1.0″ encoding=”ISO-8859-1″?> <weblogic-web-app xmlns=”http://www.bea.com/ns/weblogic/90″> […]

Read More

Install Oracle Identity Analytics (OIA) 11gR1 PS1 (11.1.1.5)

Oracle Identity Analytics (OIA) is Identity Governance and Role Management product from Oracle. OIA earlier Sun Role Manager was acquired by Sun from Vaau . This post covers high level overview of OIA 11g R1 PS1 (11.1.1.5) installation. Oracle Identity Analytics (OIA) Installation Guide is available here  and here Download Oracle Identity Analytics (11gR1 PS1) Software from […]

Read More

How to Install WebLogic 12C (12.1.1) on Mac

Oracle announced Weblogic 12c on Dec 1, 2011  and released WebLogic 12c for download yesterday.  In today’s post I am going to cover installation of WebLogic 12c on Mac (Procedure on Linux is more or less same, JDK 1.6 must already be installed on machine) . High Level Steps to Install WebLogic 12c Download WebLogic Software […]

Read More

Oracle WebLogic 12c (12.1.1) is now available to download

Oracle WebLogic 12c is now available to download from here Documentation for WebLogic 12c is available here . More on WebLogic 12c and new features coming soon !!    Learn Oracle Weblogic Server Administration   Get 100 USD OFF + 100% Money Back Guarantee Click here to get Early Bird Discounts

Read More

Integrate OBIEE 11g with OAM 11g for Single Sign-On in 13 steps

OBIEE 11g by default uses its own authentication engine against users stored in WebLogic’s Embedded LDAP Server. Oracle Access Manager (OAM) is Single Sign-On (SSO) solution from Oracle and there are two versions of OAM i.e. 10g and 11g. More here on differences between OAM 10g and 11g .   OBIEE can be configured for […]

Read More

libOVD adapters in OIM LDAP Integration : LDAPsync – view and modify Adapter settings (bindDN and bindPassword)

This post covers steps to view and edit libOVD configuration like change binddn and password in adapter configuration. In OIM 11.1.1.5+ libOVD is alternative to OVD for LDAPSync (integrating OIM with LDAP server like AD or OID) In OIM 11.1.1.3, If you wish to configure LDAPSync then OVD is mandatory. From 11.1.1.5 OIM onwards, OVD is not mandatory […]

Read More

Fusion Applications 11.1.1.5.1 Installation Part III – Configure Policy and Identity Store

This post covers part III of Fusion Applications 11.1.1.5.1 Installation, configure Identity and Policy Store for Fusion Application. For previous steps check below links Part I – Install Identity and Access Management Software for FA Part II – Configure OID for Fusion Applications Identity Store : is repository where users, groups and roles for Fusion […]

Read More