All posts by Masroof Ahmad

GSL_ACCOUNTLOCKED_EXCP : Your account is locked – User Unable to login to SSO enabled application

Issue– User gets below error when trying to access an SSO enabled application  :- “Your Account have been disabled.Please contact the System Administrator for further assistance” The above error reflects the user account is Locked or disabled at the  ldap server (OID, AD etc) which is identity store of OAM. Check if you user can […]

Read More

JPS-03026: PDPService and PolicyStore Service Instance not found

One of my client had issues starting IAM’s (Identity and Access Management) WebLogic Server. Error message reported during start-up in Weblogic Server log ___ weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious […]

Read More

How to access ODI Studio on Linux

Oracle Data Integrator (ODI) Studio is used by Developers and Administrators to access  ODI Repository (Master and Work Repository) To launch ODI Studio on Linux, launch it from ODI ORACLE_HOME/oracledi/client/odi.sh (This will open GUI so run this command with X server running or from VNC) To connect ODI Studio to Master Repository or Work Repository […]

Read More

EditHttpConf error during WebGate 11g Installation on IBM AIX

On WebGate 11g Installation (WebGate is Policy Enforcement Point installed with Web Server), as per Oracle documentation you must set LD_LIBRARAY_PATH to OHS ORACLE_HOME/lib and run EditHttpConf as shown below export LD_LIBRARY_PATH=$MW_HOME/Oracle_WT1/lib cd $WG_HOME/webgate/ohs/tools/setup/InstallTools ./EditHttpConf -w /oracle/Oracle_WT1/instances/instance1/config/OHS/ohs1 On IBM AIX , EditHttpConf throws error like ____ exec(): 0509-036 Cannot load program ./EditHttpConf because of the following errors: […]

Read More

weblogic.nodemanager. common.ConfigException Native version is enabled but node manager native library could not be loaded : NativeVersionEnabled

This post covers issue and fix while starting Node Manager . Last week I encountered an error while starting Node Manager, error message reported was “weblogic.nodemanager.common.ConfigException: Native version is enabled but node manager native library could not be loaded Caused by java.lang.UnsatisfiedLinkError no node manager in java.library.path” Quick Fix is to create/update $WL_HOME/common/ nodemanager/ nodemanager.properties (where […]

Read More

Migration steps in OES 11g

Migration is required when we need to move our work from one environment to another. Below are the list of things to be considered while doing migration: 1) Environment setup OES server and all the required SM are installed and configured in the new environment. If we have dependency on PIP then make sure this […]

Read More

Importing Policy into OES 11g

Importing of Policy to a xml file Steps to import policies into OES are as follows: Note: My OES server is installed on linux enviroment. I. On the OES server  installed box create a folder migration. Eg: /OES/migration II. Create a file jps-config.xml Eg: /OES/migration/jps-config.xml III. Copy the content below to the jps-config.xml file create […]

Read More

Exporting of policies in OES 11g

Exporting of Policy to a xml file Steps to migrate policies to a xml file are as follows: Note: My OES server is installed on linux enviroment. I. On the OES server  installed box create a folder migration. Eg: /OES/migration II. Create a file jps-config.xml Eg: /OES/migration/jps-config.xml III. Copy the content below to the jps-config.xml […]

Read More

#OFMW 11.1.1.6 (SOA, WebCenter, IdM, OBIEE, OHS, ADF, CEP…) is now available

Oracle Fusion Middleware (OFMW) 11.1.1.6 is now available to download from eDelivery for following products Oracle WebLogic Server 10.3.6 Oracle SOA Suite 11g R1 PS5 (11.1.1.6) Oracle Web Tier – OHS/WebCache 11g R1 PS5 (11.1.1.6) Oracle Identity Management 11g R1 PS5 (11.1.1.6) #OID/OVD/OIF Oracle WebCenter Portal 11g R1 PS5 (11.1.1.6) Oracle WebCenter Content 11g R1 […]

Read More

Java nullpointer exception in OES 11g while searching policies

Hi Guys, This issue occurred when I did migration from one environment to another hope it would also  helpful to someone facing same issue. This issue could also happen if someone deletes the group or users used in Oracle Entitlement Server(OES) policies. After migration once you try to access OES admin console(apm) and search for […]

Read More