OHS2 Error Starting

When starting OHS2 (Oracle’s version of Apache HTTP) this morning I encountered the following errors in my logs: httpd.worker: Syntax error on line 1040 of httpd.conf: Syntax error on line 9 of plsql.conf: Cannot load /ohs/modules/mod_plsql.so into server: ohs/modules/mod_plsql.so: cannot open shared object file: No such file or directory Now, I know that I have …

OHS2 Error Starting Read More »

Bash Script to set up Oracle Identity Environment on Linux

#!/bin/bash ############################################################# # Created on: 2/17/09 # Last Updated: 07/09/09 # Version 2.1.6 ############################################################# #clear the screen clear #check for root user (this script must be run as root) if [[ $EUID -ne 0 ]]; then echo “This script must be run as root” 1>&2 exit 1 fi # Confirm Start of Installation echo -n …

Bash Script to set up Oracle Identity Environment on Linux Read More »

Exception java.lang.UnsatisfiedLinkError: libawt.so libXp.so.6: cannot open shared object file: No such file or directory

I encountered this error when trying to install Oracle Internet Directory on Redhat Enterprise Server.  The output looked like this: Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-15_09-53-57AM. Please wait …[oracle@id-host2 Disk1]$ Oracle Universal Installer, Version 10.1.0.5.0 Production Copyright (C) 1999, 2006, Oracle. All rights reserved. Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-06-15_09-53-57AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: …

Exception java.lang.UnsatisfiedLinkError: libawt.so libXp.so.6: cannot open shared object file: No such file or directory Read More »

Key Points in Identity Management

Identity Provisioning/Registration Access Policy Management Single Sign On Single Sign Out Federation Directory Services Directory Consolidation (Meta) Virtual Directory (Virtual) Identity De-Provisioning/Sunset the Identity … still more to come.

Oracle Internet Directory: Purge the Human Intervention Queue

Oracle recommends using the scripts, $ORACLE_HOME/ldap/bin/hiqpurge.sh (or hiqretry.sh) but I wasn’t able to get these to work even after modifying as indicated on metalink.  I was able to do the following and then confirmed with Oracle Support that this was correct. Log in to the Database (Replica DB) as ODS user: Determine what we are …

Oracle Internet Directory: Purge the Human Intervention Queue Read More »

Scroll to Top