Installing Oracle Fusion Middleware (FMW) 11g – Identity Management Components (OID, DIP, OVD, OIF)

This post covers overview & installation of Oracle Identity Management 11g, for 11g SOA Suite installation on Linux/Unix click here

Before I jump to isntallation of Oracle FMW 11g Identity Management, I am going to cover some basics

.
Oracle Identity Management overview in Fusion Middleware 11g R1

1. Oracle Identity Management consist of various products, here is list of Identity Management Product which are part of Fusion Middleware 11g Identity Management component

  • OID – Oracle Internet Directory
  • DIP – Directory Integration Platform
  • OVD – Oracle Virtual Directory
  • OIF – Oracle Identity Federation

for basics on above components click here
other Oracle Identity Management products which are NOT part of Oracle Fusion Middleware 11g R1 are

  • Oracle AS Single Sign-On
  • Oracle Enterprise Single Sign-On – access management system
  • Oracle Access Manager – access and identity management system
  • Oracle Delegated Administrative Services (DAS)
  • Oracle Identity Manager – Identity Provisioning software
  • Oracle Role Manager – managing roles and  entitlements
  • Oracle Adaptive Access Manager – real-time fraud detection and multi-factor authentication
  • Oracle Web Services Manager (OWSM)
  • Oracle Entitlement Server –  fine-grained entitlements management solution

2. You can install 11g OID (component in FMW Identity Management) with or without WebLogic domain. For all other 11g IdM (Identity Management) components like OVD/OIF you need WebLogic Domain. For more information on WebLogic Domain click here

3. You can select “Install Software Do not Configure” or “Install and Configure” option for Oracle FMW 11g Identity  Management. (You can configure software later using $ORACLE_HOME/bin/config.sh )
.

.

4. Database for Oracle FMW Identity Management 11gshould be at-least 10.2.0.4 or higher for 10g , 11.1.0.6 or higher for 11g

.

.

5. Oracle Directory Services Manager (ODSM) – is Graphical Administrative Interface to manage Oracle Internet

6. There is NO 11gR1 version of Oracle AS Single Sign-On or Delegated Administrative Services (DAS) components. 11g OID is certified with 10g SSO/DAS hence you can upgrade existing 10g OID to 11g OID and continue using existing 10g SSO/DAS from 10g. For OID upgrade guide from 10g to 11g click here

.

Oracle Indentity Management 11g Installation Order

A. Prereq Steps
1.
Ensure that all prereqs. are met (swap space, disk space, temp space, monitor/X server, kernel parameter, o.s. user/group creation)

For Linux add these entry in /etc/security/limits.conf  (to set hard and soft file limit)
<os_user> hard nofile 4096
<os_user> soft nofile 4096

(replace os_user with o.s. user installing FMW 11g Identity Management)

B. Install Database

2. Install Oracle Database (10.2.0.4 or higher for 10g , 11.1.0.6 or higher for 11g)
2.1 set database processes atleast 500
SQL> alter system set processes=500 scope=both;  (scope=both because I am using SPFile)

.

.
C. Install WebLogic Server

3. Install WebLogic Server ( OID can be installed with or without Weblogic). For other components like OVD/OIF weblogic is mandatory)
– Use Weblogic 11g (10.3.1) installer from here

This step will create Fusion Middleware Home (MW_HOME) & WebLogic Server Home (WLS_HOME), for more information on various HOMEs in Oracle Fusion Middleware 11g click here

.

.
D. Install Identity Management

4. Install Identity Management components – Download software from here  and start installation by running runInstaller

4.1 Select Install and Configure

.

4.1 Create a new domain (If you already have domain and wish to use that domain for 11g IdM then select existing domain)

.

.

4.3 Select Installation Directory
.

.
4.4 Select Identity Management Components (Directory Services and Identity Federation)
.


.

4.5 Select domain name/REALM for OID (Oracle Internet Directory)

.


.

4.6 Select Create Schema
You can create schema in advance as well (by running RCU more information here)

.


.

4.7 Select Schema Password

.


.

4.8 Check Installation Summary

.


.

4.9 run oracleRoot.sh from root user (This is similar to root.shin database, oracleRoot.sh will call root.sh)

4.10 After installation, you will see Directory Structure like below under 11g Fusion Middleware Oracle Home


.

where

  • asint1_1 is ORACLE_INSTANCE– contains runtime (configuration, log..) files for one or more System Components inthis case Oracle Identity Management
  • Oracle_IDM1 is ORACLE_HOMEfor Oracle Identity Management – contains binaries (software) related to specific oracle middleware product in this case Oracle Identity Management
  • wlserver_10.3 is WLS_HOME– contains binaries (software) for Oracle WebLogic Server
  • user_projects – contains domain specific configuration/log files

.

For Identity Management 11g installation guide from Oracle visit

For Issues encountered during 11g Identity Management installation on Linux click here

If you are looking for Oracle SOA Suite 11gR1 installation steps then visit here

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

106 comments
santosh says August 22, 2009

Nice article.thanks for sharing it.Looking forward for your articles on configuring OIM with sample applications.

Reply
eileenroach says September 18, 2009

We are getting ready to install Oracle Fusion Middleware 11g OID only — no WebLogic or SSO, on a fresh install (not upgrading). Can we have just one oracle home for both the database (metadata repository) and the app server (OID) on the same machine? This is what we have now with 10g. It seems like in 11g we’ll have to create separate oracle homes.

Also we are very much looking forward to your ‘issues encountered on 11g Identity Mgmt on Linux’.

Thanks,

Eileen

Reply
Atul Kumar says September 19, 2009

@ Eileen,
No, You can’t have one single oracle_home for both database and OID in 11g OID.

Issues encountered in OID 11g installation on Linux and OID upgrade from 10g to 11g coming soon ..

Reply
» Oracle Identity Management (OID) 11g installation Issues on Linux Online Apps DBA: One Stop Shop for Apps DBA’s says September 22, 2009

[…] in September 22nd, 2009 byAtul Kumar in idm, oid  Print This Post Last month I discussed 11g Identity Management (OID, DIP, OVD and OIF) installation here , today’s post covers issues encountered during 11g OID/OVD installation on […]

Reply
rava says September 29, 2009

Hi!

To simple questions 🙂
1.Can we install OID11g with virtual hostname?
After installation with virtual hostname I can’t bind to OID – ldap 47 invalid creds.
2.Can we install together Directory Services and Identity Federation components?
When I select them both I’ve got an error – unable to get LDAP Connection for url ldaps://oid.mydomain:3131 on the last step of config ***-nt “Configure OIF Mbean”.

Reply
Atul Kumar says September 30, 2009

1. Can we install OID11g with virtual hostname ?

I don’t see any issues with Virtual Host (but I can’t confirm if virtual hostname is certified with 11g OID or not)

Re – ldap 47 invalid creds , there could be multiple reasons for that .

Invalid creds means OID is up and running but password is not correct .

Which username/password you are using to connect and type exact command with options ?

2.Can we install together Directory Services and Identity Federation components?

Yes , Check if OID is listening on SSL port
netstat -an | grep 3131

Reply
rava says September 30, 2009

Hi!

Thanks for a replay!
Yes, I fix it with a new installation 🙂
I think that problem was in installer – wizard doesn’t check if SSO MRCA (10.1.4.3) schemas already installed in database…
It is very strange why they did not check it before installation and I see that there are more problems could be if SSO needed (Note 943666.1)…

Thanks again!

Reply
rava says October 7, 2009

Hi!

I’m just interested if anyone done this
– “10 Installing Oracle Single Sign-On and Oracle Delegated Administration Services Against Oracle Internet Directory”, step 10.2 named “Procedure”…
here

Such a great Name! :)))
Grate name and very cool process…
All op1,op2,op3 failed and there are notes on Metalink about it…and Notes from September 2009, that as I can see, mean that before that date it could not be installed at all…
It seems that they done everything, for people to do not use it with Portal, Disco, Forms and Reports installation… 🙂

Reply
Atul Kumar says October 7, 2009

Rava, OID 11g was released in July 1, 2009 . This is just three months old product (SSO & DAS are quite mature), Hence you see too many issues and metalink notes as old as sep 2009.

Integration of 11g OID with 10g SSO is in my task list but can you please update issues you are facing ? (I’ll see if I can help)

Reply
rava says October 7, 2009

Hi, Atul!

Thanks again for a reply!

The last step when a fail was after -op2, because I stop OID to take a backup, and when it start it open in read only mode (incorrect oid version).
Solution in Note 943666.1 is incorrect because @oidiptch.sql has no executable code.
If manualy run oidi1100.sql – than OID start, but SSO installation failed because of wrong OID version…
So, now I will try to restore from backup and try to get it without shutdown for a backup after op2.

Reply
rava says October 7, 2009

Ups… It failed again! 🙂

“When you install Oracle Single Sign-On and Oracle Delegated Administration Services, you should apply patch 5649850 before running the Configuration Assistant on Windows systems, or when you are prompted to run the root.sh script on UNIX systems.”
Howto determine that it’s time to apply patch?

Am I quite right understanding it that somewhere while installing I should run: opmnctl stopall and than apply a patch?

Ok, I’ve download this patch for WinXP…
But…:)
When I sad opatch apply…ups wrong OS!

OPatch detects your platform as 207 while this patch 5649850 supports platforms:
0 (Generic Platform)
If fix patch inventory platform and apply patch then opmnctl startall/stop ok.
But OHS ass failed:
Configuration assistant “OPMN Configuration Assistant – start HTTP Server” failed but OHS alive and respond to opmnctl…

Any ideas?

Reply
rava says October 8, 2009

Hi!

Good news!
After apply patch 5649850 Configuration Assistant fail in optional steps and they can be done manualy.
It seems that it work 🙂
Now will try to upgrade to 10.1.4.3.0 by 7215628…
Help me God! 🙂

Reply
rava says October 8, 2009

Finished all actions ! 🙂

Reply
rava says October 8, 2009

Such a fun process! 🙂
Now RCU say me “G” while creating portal&discoverer schemas with unknownhost exception!

And we have to patch DTD_LOCATION in rcu.properties…

Such a fun process again! 🙂

Reply
eileenroach says October 21, 2009

Atul,

Have you noticed in the 11g FMW there is a new file in the $ORACLE_INSTANCE/config folder named tnsnames_copy.ora? The reason I ask is that I ran into an issue trying to create a new instance-specific configuration…

When running the ‘opmnctl createcomponent’ command, I was getting the following error in $ORACLE_INSTANCE/diagnostics/logs/OPMN/opmn/provision.log:

Additional OID instances within an ASInstance should be installed against the same DB as the first OID instance . Check -Db_info parameter (Refer $OI/config/tnsnames.ora)

After troubleshooting with Oracle support, I found out that the ‘opmnctl createcomponent’ uses the tnsnames_copy.ora file — I had renamed it to tnsnames.ora.orig. I named it back to tnsnames_copy.ora and my component was created successfully. Just wanted to pass this on.

Thanks,

Eileen

Reply
alimubarak says January 13, 2010

Dear Atul

Please see if you have any suggestions on this Issue

I am Installing Oracle Identity Management 11.1.1.2 for windows xp 32:

1)Database is Oracle 11g 11.1.0.7.0 is running on XP_32.
2)RCU 11.1.1.2.0 already applied for all required schemas.
3)I have Installed JDeveloper 11.1.1.2.0 and Weblogic along with it, created Middleware directory and also the weblogic directory and did not create a domain yet.
4)I have Installed Oracle Identity Management 11.1.1.2, install and confiner option. I have selected created a new domain and I have applied all required information in all steps; In Configuration I have selected Oracle Internet Directory, Oracle Identity Federation, and Oracle HTTP Server.
It have been installed fully, in configuration process finished with success the following: Create Domain, Create ODS Managed Server, Create OIF Managed Server, Apply Java Required Files, Apply EM Template.
…in Restart Domain it fails:”Error while Starting the Domain”

[log Details]:
Initializing WebLogic Scripting Tool (WLST) …

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

progress in calculate progress2
[OOB IDM CONFIG] getFarmDetailsForDomainRe
start wlsDomainObj.getWLDomainHome() =null
AdminServer port is 7001
trying to connect to zic0606.ziic.net 7001
Successful
getDomainRuntimeMBeanServerConnection …
Connecting to Domain runtime …
trying to connect to zic0606.ziic.net 7001
Successfully connected to the Domain Runtime …
trying to connect to zic0606.ziic.net 7001
Successful
MBean Server Connection is :javax.management.remote.rmi
.RMIConnector$RemoteMBeanServerConnection@9c801
Stopping AdminServer
Stopping the domain …
ASDomain.getMBeanServerConnection …
Connecting to t3://zic0606.ziic.net:7001 with userid weblogic …

The CompatabilityMBeanServer is not initialized properly.
This might happen if the CompatabilityMBeanServer is
disabled via the JMXMBean.

To view the root cause exception use dumpStack()
Successfully connected to Admin Server ‘AdminServer’ that belongs to domain ‘IDMDomain’.

Warning: An insecure protocol was used to connect to the
server. To ensure on-the-wire security, the SSL port or
Admin port should be used instead.

Shutting down the server AdminServer with force=true while connected to AdminServer …
Disconnected from weblogic server: AdminServer

Starting AdminServer
Starting the domain …
DEBUG : Loading the 32 bit dll here

progress in calculate progress2

Best Regards,

Ali Mubarak

Reply
TonyK says February 6, 2010

I installed WL server with no problems. When I attempt to install the latest version of OIM (Windows 2003) I get error INST 07281: JRF is not set up in the specified domain. It says enter a domain which has JRF is set up. As for as I know I have the required Java files.

Reply
Atul Kumar says February 6, 2010

@ TonyK, what do you mean by OIM (is this Identity Manager – user provisioning or Identity management)

When you say as far as I know I have Java Required Files , what steps you are doing to check if JRF is available .

Please confirm which version of OIM you are installing .

Reply
santosh says February 6, 2010

you need to install JRF template library whcih will be displayed while creating or extending weblogic domain.

Reply
TonyK says February 8, 2010

Atul and santosh, sorry you are right I was too vague. I am installing Oracle Identity Management. Santosh I did what you said with the JRF template and moved beyond that error. Thanks guys.

Reply
santosh says February 8, 2010

you’re welcome tonyK and indeed it’s great to hear it’s resolved.

Reply
wilsonp says May 26, 2010

help me install 11g error INST -07408 Unable to Install or configure the product on 32Bits JVM on 64Bits – machine

Reply
wilsonp says May 26, 2010

help me install 11g error INST -07408 Unable to Install or configure the product on 32Bits JVM on 64Bits – machine on linux64 red hat 4

Reply
Atul Kumar says May 26, 2010

@ Wilsonp, Which exetuable or software you used to install software ?

Did you install 64 bit JDK/Jrockit or used steps mentioned in how to install weblogic on 64 bit machine here http://onlineappsdba.com/index.php/2009/11/23/how-to-install-weblogic-server-on-64-bit-os-linux-solaris/

Reply
» #OracleIdM 11g : Step by Installation of OAM, OIM, OAAM, OAPM, OIN (11.1.1.3.0) - Part I : Load Schema Online Apps DBA: One Stop Shop for Apps DBA’s says August 5, 2010

[…] #OracleIdM 11g : Step by Installation of OAM, OIM, OAAM, OAPM, OIN (11.1.1.3.0) – Part I : Load Schema Posted in August 5th, 2010 byAtul Kumar in Beginners, OIM, identity_manager, idm, installation, oaam, oam  Print This Post This is Part I of step by step installation of Oracle Identity Management 11g R1 PS2 (11.1.1.3) for OIM, OAM, OAAM, OAPM & OIN.  For steps on installing Oracle Identity Management 11g R1 (11.1.1.1) for OID, ODIP, OVD & OIF click here […]

Reply
Ferry says August 12, 2010

Hello,
I installed the oid11g with em. My wls has two domains. base_domain to run other applications and idm_domain for oid. Now my EM is not comming up. I can login to weblogic console, ODSM and OID. I have issue with EM and DIP. How do I know DIP is running as I am unable to access EM? Is there a way to troubleshoot DIP & EM?
Thanks…

Reply
Atul Kumar says August 12, 2010

@ Ferry,
You can get this information from weblogic console of idm_domain .

Access console for idm_domain like

http://server:%5Badmin_port_of_idm_domain%5D/console

Click on “deployments” in left and then on right hand side search for DIP application . Check state of this application.

Reply
Ferry says August 12, 2010

Thanks Atul, DIP is up however for em it shows “failed”. anyways to troubleshoot.
Thanks,

Reply
Ferry says August 17, 2010

Atul,
I am getting this error ” <Unable to set the activation state to true for the application ’em’.
weblogic.application.ModuleException:” when starting WLS admin server. EM is not up.
Thanks,

Reply
Rahul says August 19, 2010

Hello Atul,
What is the recommended procedure for IDM 11g reinstallation. Whenever I reinstall IDM 11g (installed OID, ODSM) it fails at the end at creating instance or when restarting managed server. Please advice.
Thanks….

Reply
Atul Kumar says August 19, 2010

@ Rahul,
What do you mean by reinstall ? are you installing on an existing OID installation ? Are you installing software or simply configuring it ?

If you are hitting issues while creating instance you should see error message in log file. Log file should be in oraInventory/logs location (/etc/oraInst.loc for Linux and /var/opt/oracle/oraInst.loc )

Reply
Rahul says August 19, 2010

I am removing OID and installing again. starting from creating Middleware home. but at some time it fails while creating instance or while rebooting managed server.

Reply
Atul Kumar says August 19, 2010

@ Rahul,
Check log files under oraInventory/logs directory to find root cause . I am suspecting this is while starting instance i.e. usign opmnctl (check in logs) . If this is the case try starting manually using command and try to find root cause of this issue.

Reply
Ferry says August 19, 2010

Hello Atul,
After installing IDM 11g, the em shows failed in weblogic console. Is there any classpath setting that we need to do ???
Regards,

Reply
Atul Kumar says August 25, 2010

@ Ferry,
What is error message in Admin Server log file related to em ?

This error usually happens when WebLogic is atleast not same version as oracle product you are deploying .

For example when WebLogic is 10.3.1 and OID is 11.1.1.2 .

For OID 11.1.1.2 it requires 10.3.2 or higher weblogic.

Check admin server log for exact error and root casue of your issue.

Reply
Ferry says August 25, 2010

Hi Atul,
I resolved that issue by setting the classpath in .setDomain.sh.. ${ORACLE_HOME}/oui/jlib/lib/http_client.jar…Hope this helps for ppl who have the same issue.
Regards,
Ferry

Reply
Arul Senapathi says September 9, 2010

Atul,

I am trying to install Oracle IdM v11.1.2.0 on a Linux-64 bit machine.

I have Oracle 11g, OBIEE 11g on this machine already.

Now, i am getting this error ‘Unable to install or configure the product on a 32-bit JVM on a 64-bit machine’.

I went through your post here and one another person had the same issue.

In my case, i didn’t install WLS on my own, OBIEE11g did it. So, what should i do now?

Please advise.

Thanks
Arul

Reply
Atul Kumar says September 10, 2010

@ Arul,

First install 64 bit Sun JDK or Oracle’s JRockit. For installing JRockit check this post http://onlineappsdba.com/index.php/2010/07/26/installing-jrockit-realtime-jrrt-3x/ (This post is for version 3 , you can go for latest which is version 4). Make sure that you install 64 bit Jrockit.

Then install weblogic from jar file using 64 bit java (Jrockit) you installed in above step. For steps on how to install weblogic on 64 bit machine check post http://onlineappsdba.com/index.php/2009/11/23/how-to-install-weblogic-server-on-64-bit-os-linux-solaris/ (You can use Sun JDK too instead of Jrockit as mentioned in this post)

Above step will create new MW_HOME which is using 64 bit JVM.

Install IDM in this new MW_HOME and then run config.sh/cmd to create domain.

Hope this helps.

Other untested methos is to point your existing MW_HOME (one in which OBIEE is running) to use 64 bit JDK (sun or jrockit). Make sure that your OBIEE is supported on 64 bit JVM in that case.

Reply
Arul Senapathi says September 10, 2010

Thanks Atul,

So, can i go ahead and do this weblogic server install (as per your suggested path) in the same server where i already have an OBIEE11g install (with weblogic server).

Please advise.

Thanks
Arul

Reply
» OID 11g Down : Unable to Start OID 11g using OPMN (ODS schema locked ORA-28002) Online Apps DBA: One Stop Shop for Apps DBA’s says September 20, 2010

[…] OID 11g : Oracle Internet Directory is LDAP (Lightweight Directory Access Protocol) compliant directory server with Oracle Database as repository and managed via OPMN (Oracle Process Manager and Notification) . For step by step installation on OID 11g click here […]

Reply
cristiano says September 22, 2010

i have successfully installed OID 11g + ODSM + Weblogic domain.

Now i wanto to install DIP on teh same domain:
home Middleware : C:\Oracle\Middleware
Oracle instance : C:\Oracle\Middleware\asinst_1
Home Domain : C:\Oracle\Middleware\user_projects\domains\IDMDomain

but the set up proposed me:
home Middleware : C:\Oracle\Middleware
Oracle instance : C:\Oracle\Middleware\asinst_2

but clicking on the next button:
INST 07405: the specified oracle home doesn’t match with the domain oracle home.

what is the error ?

Reply
Atul Kumar says September 22, 2010

@ Cristiano, You have OID 11g which is registered with WebLogic Domain IDMDomain and now you wish to extend this domain IDMDomain to include DIP.

Q1: Is DIP on same machine where ODSM is or on different machine please confirm ?

## But the set up proposed me: Oracle instance : C:\Oracle\Middleware\asinst_2

Q2: What command (full path) did you execute which proprosed you new instance name (asinst_2) ?

Reply
cristiano says September 22, 2010

@ cristiano (ME),
i have solved:
When you install IDM 11g and you select few component the installer install ALWAYS ALL component of IDM 11g.
So if you want to add other component (for example DIP) you have to re-start ONLY the configuration utility, it’s wrong to re-start the setup process .

I hope it’s useful .

Reply
Atul Kumar says September 22, 2010

@ cristiano – Thanks a lot for sharing this information.

For others benefit “re-start ONLY the configuration utility” means running config.sh or config.cmd from $ORACLE_HOME/bin and select “Extend Existing Domain”

More information in Enterprise Deployment Guide

http://download.oracle.com/docs/cd/E14571_01/core.1111/e12035/domain_im.htm

Reply
cristiano says September 22, 2010

Another error when i trying to install DIP in a exsisting OID installation (in a web logi domain).
When i start the configuration i select only dip, the process start all is completed except:
DIP Bean configuration

the congiguration process stop with an error (no description) .

anyone know where i can see where is the error and/or know how can i solve the problem ?

Thanks

Reply
Atul Kumar says September 22, 2010

@ Cristiano, Logs for config.sh/cmd should be in $OraInventory_Pointer/oraInventory/logs (For windows its c:\program files\oracle , unix check location in /etc/oraInst.loc and for solaris this pointer is in /var/opt/oracle/oraInst.loc)

Check and update log here (OID should be up while running DIP configuration)

Reply
cristiano says September 23, 2010

@ Atul
I have solved reinstalling all (OID and DIP) in one step with 11.1.1.3 patch.

Reply
cristiano says September 23, 2010

@ Atul
i have reistalled all (OID and DIP) with 11.1.3 patch. Now all seems to be work properly.

But when i access to http://server:7005/dipapp/

there is only write:
Directory Syncronization Application

It’s Normal ?

Reply
Atul Kumar says September 23, 2010

@ Cristiano,
Yes this is expected behaviour, Use /em or command line for DIP operations.

What is use case for your DIP ?

I am doing POC for DIP 11g for OID-AD synchronization.

Reply
cristiano says September 23, 2010

@atul
yes… I have to integrate OID with AD.

so how can i manage DIP ?

http://server:7001/em

Reply
Atul Kumar says September 24, 2010

@ Cristiano,
I am going to post on DIP including tools to manage DIP soon .

Reply
» OID 11g OID 11g Distributed Install : DIP/ODSM (Java Component) & OID (LDAP/REPLD) on different machine Online Apps DBA: One Stop Shop for Apps DBA’s says November 1, 2010

[…] In this post I am going to show how to deploy Oracle Internet Directory (OID 11g) in distributed mode (i.e. System Components on one machine while Java Components (WebLogic with DIP & ODSM) on another). If you are new to OID 11g installation then familiarise yourself with OID 11g installation on single machine by click here […]

Reply
Feroz says November 30, 2010

Hi,

I have installed 11g fusionmiddleware FORMS & REPORTS and working on it.

I want to configure and maintain the logfiles (opmn,report,forms,httpdf etc) to separate disk. How to configure the logfile in 11g FMW.

in 10g application server we are maintaining all logs(opmn,httpdf,oc4j,reportlogs,applicationlog,server log etc) to separate disk.

Thanks & Regards,
Feroz

Reply
Atul Kumar says November 30, 2010

@ Feroz,
In Fusion Middleware there are two type of components

a) Java Components managed and run by weblogic
b) System components managed and run by OPMN

Java Component run time (including logs) are stored in DOMAIN_HOME (user_projects) location

where as System Component run time (including logs) are stored in ORACLE_INSTANCE (aka instance_home directory asinst_1) in above case.

One option is to keep ORACLE_INSTANCE or DOMAIN_HOME in to separate file system/mount point

Other option is go to individual components configuration file and change log location.

For WebLogic logs , login to console, select servers and then click on server name in right panel. click on logging tab and change location for “Log File Name”

Hope this helps

Reply
Feroz says November 30, 2010

Hi Atul,

thanks for your reply.

In 10g, i used to configure like below:

file: OPMN.xml
<log-file path=”d:\logbase\opmn\ons.log “level=”2″ rotation-size=”1000”

path=”d:\logbase\opmn\ipm.log “level=”2″ rotation-size=”1000”

But in 11g FMW OPMN.xml file i dnt find
.
Is there any options like above in 11g or the only way is as you mentioned above.

Thanks in advance,
Feroz Khan

Reply
Atul Kumar says November 30, 2010

@ Feroz,
You can still configure path in opmn.xml using

log path=”path”

Check http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14007/common.htm#g1044967

Reply
Feroz says November 30, 2010

Thank you very much for your help

Reply
» How to change OID 11g database schema (ODS) password Online Apps DBA: One Stop Shop for Apps DBA’s says December 10, 2010

[…] you install Oracle Internet Directory (for OID 11g installation steps click here) it creates following […]

Reply
krishnaprasad says December 20, 2010

Hi

I have followed ur steps. But at the end of the installation I’ve encounterd a problem. After creating “Oracle HTTP Server” it is failed to “Start Oracle HTTP Server”. Here is the Screen shot [IMG]http://i54.tinypic.com/23ue7w0.jpg[/IMG]

Reply
Atul Kumar says December 20, 2010

@ krishnaprasad,
Check logs under $ORACLE_INSTANCE/diagnostics/logs/OHS… and update why OHS failed to start ?

Reply
krishnaprasad says December 21, 2010

Hi Atul,

Thanks 4 ur reply. I have verified the log it says apache.exe is failed to start. Some sysntax error. The following is the original message from log file

Apache.exe: Syntax error on line 1036 of E:\\Oracle\\Middleware\\asinst_1\\config\\OHS\\ohs1/httpd.conf: Syntax error on line 2 of E:/Oracle/Middleware/asinst_1/config/OHS/ohs1/moduleconf/mod_oradav.conf: Cannot load E:/Oracle/Middleware/Oracle_IDM1/ohs/modules/mod_oradav.so into server: The specified module could not be found

But the file is present in the location.E:/Oracle/Middleware/Oracle_IDM1/ohs/modules

Reply
Atul Kumar says December 21, 2010

@ krishnaprasad,
I don’t think you will use ORADAV module features so you can disable it.

Take backup of httpd.conf and then comment following line ( by adding # in front) – Line which calls mod_oradav.conf file

E:/Oracle/Middleware/asinst_1/config/OHS/ohs1/moduleconf/mod_oradav.conf

Reply
krishnaprasad says December 22, 2010

Hi Atul,

Yesterday i have closed the installation wizard after getting the error… Now how can i start it, or else i have come from starting…?

Reply
Atul Kumar says December 22, 2010

@ krishnaprasad,
It depends on at what stage your installation failed ?

If it was at last stage (all configuration completed) and issue was only at startup of OHS then all you need is fix httpd.conf and start OHS.

Else start again.

Reply
Alejandra says August 24, 2011

I am trying to figure out the best practice to install OID in 11G. Can I install the OID database, the weblogic server and the oracle internet platform integration all on the same host? I have two servers, so I wanted to install all in one and have the second server as a slave for OID? Is this type of configuration correct, or should I set up the weblogic server separated (different host) from the host that will support the OID and OID database?

Reply
Sarita says September 8, 2011

hi all,

Want to do SSO for reset password of OIM. Can anyone tell me how to enabled SSO in Oracle Identity manager 11g?

Regards
Sarita

Reply
mark says September 28, 2011

Hi

I’m after a bit of advice, I already have a ll.1.1.5 OID instance but I would like to create a second instance in a different database. Is this possible ? every time I try this using opmnctl createcomponent option I get the message “Additional OID instances within an ASInstance should be installed against the same DB as the first OID instance” however I’m not sure if this is a bug or a real limitation

Many Thanks
Mark

Reply
Atul Kumar says September 28, 2011

@ Mark,
OID instance is stored in database and all instances related to an OID must be in same database.

Is there any reason for creating second instance in different database?

If you need another OID in different instance then can you not install complete OID itself.

Please share your requirement.

Reply
mark says September 30, 2011

Hi Atul

The second OID instance is for a completely different subset of data but exposed by a common view via OVD. I’m happy to create a new instance of OID but is it possible to manage the second instance from the original weblogic domain?

Thanks
Mark

Reply
sadiq says November 16, 2011

Hi Atul,

I have a Dev environment ,I need to clone portal idm to a new environment setup.what are steps invloved in it.

Reply
jainam says December 8, 2011

What a co-incidence that I found line by line post which is not by Atul Kumar, don’t know who is copying…?

http://ofmwsoa11g.blogspot.com/p/oim-oam-ldap-oid-dip-ovd-oif-sso.html

Reply
Atul Kumar says December 8, 2011

@ Jainam,
Yes, I am aware of him copying my content word by word and funny part is that Gopinath copied even link which are pointing back to my site which I initially created. There are even website name (onlineappsdba.com) in URL in images.

Thanks anyway for pointing this out.

Reply
SG says December 13, 2011

Hi Atul,

We have federated Google Apps with OIF 11g (as Idp) but we are get error as ‘FED-15002 Cannot find User of UserID ABC in User Data Store’. We verified the data source configured has the user. Please can you throw some light on this error.

Thanks.

Reply
Atul Kumar says December 13, 2011

@ SG,
Just to confirm Google Apps is acting as service provider and OIF is acting as identity provider.

Did you integrate OIF with any authentication engine like OAM ?

Please use what all components you have configured with OIF (from IDM stack) ?

Did you use any document apart from OIF admin guide ?

Reply
SG says December 13, 2011

Thanks Atul for responding,

1. Yes, Google APPS is acting as SP and OIF 11g as IDP
2. Yes, OAM 11g is acting as authentication engine.
3. We have used
– OIF 11g as IDP
– OAM 11g as authentication engine
– AD as User data store
– Oracle 11g DB as federation data store
4. We did not refer anything apart OIF admin guide.

Thanks !

Reply
Atul Kumar says December 13, 2011

@ SG,
As there are so many components involved, I ‘ll have to ask few more questions.

1. During OIF configuration stage for “User Store” what did you select ?

2. Are you using OID or not, if not is OAM /OIF integrated directly to AD for user store ?

3. What steps (or which guide – if any) you used for OIF / OAM integration ?

4. For Authentication LDAP Details – during OIF configuration , what details you entered ?

5. Where do you see error message “FED-15002 Cannot find User of UserID ABC in User Data Store” is this in OIF managed server log ?

Reply
SG says December 13, 2011

Thanks Atul, will be glad to answer all your queries

1. During OIF configuration stage for “User Store” what did you select ?
– We configured ‘Basic’ while configuring OIF

2. Are you using OID or not, if not is OAM /OIF integrated directly to AD for user store ?
– No, we are not using OID. OAM and OIF have been directly integratd with AD

3. What steps (or which guide – if any) you used for OIF / OAM integration ?
– We followed ‘3.2.5 Oracle Identity Federation/SP Authenticating to Oracle Access Manager’ from OIF Admin Guide

4. For Authentication LDAP Details – during OIF configuration , what details you entered ?
– User Store Connectivity Details
Bind DN : cn=oiamadmin,dc=abc,dc=com
password :
UserID attribute : sAMAccountName
User Description attribute : sAMAccountName
Person Object Class : inetOrgPerson

The connectivity is tested successfully.

5. Where do you see error message “FED-15002 Cannot find User of UserID ABC in User Data Store” is this in OIF managed server log ?
– The error is visible in the diagnostic log of managed server, also through the OIF concole ‘View Log’

Thanks !

Reply
Atul Kumar says December 13, 2011

@ SG,
You mentioned that OIF was installed with BASIC mode which configures User Data Store to NONE.

In my view, you should set User Data Store for OIF using section 5.13 (Configuring Oracle Identity Federation for an LDAP User Data Store) of OIF Admin Guide

Reply
SG says December 13, 2011

Atul,

We have configured the User Data Store as per the section 5.13 and tested the connection successfully.
In which configuration file can I check if the User Data Store config is getting saved correctly or not ?

Reply
Vikrant Korde says January 16, 2012

Hi,

I have added OID authenticator in the weblogic provider. I could see the users from that provider in “Users & Groups” tab of security realm.

How ever i am not able to login with user credentical of OID user. I am not able to find the resolution for this issue.

Regards,
Vikrant Korde.

Reply
Atul Kumar says January 16, 2012

@ Vikrant Korde,
This could be because of authorization.

Which application you are trying to access ? Is this weblogic console ? if yes, create group Administrators in OID and then add OID user to this group

Reply
Demo says January 16, 2012

hi Atul

I have similar problem I have added OID authenticator in the weblogic provider. I could see the users from that provider in “Users & Groups” tab of security realm.As you said i created group Administrators in OID and added OID user to this group but still i got the authentication denied message on weblogic admin login console. In weblogic server console i got follwoing message
SEVERE: User test not found

Thanks
Demo

Reply
Demo says January 17, 2012

forgot to mention i also got the message in log saying weblogic user soft lock

Thanks
Demo

Reply
Demo says January 17, 2012

hi atul

I forgot to mention that while starting weblogic server i got following message

SEVERE: User weblogic soft locked

Regards
Demo

Reply
Atul Kumar says January 18, 2012

@ Demo,
Enable DEBUG on ATN & ATZ for Admin Server and then restart Admin Server . Check log file for root cause of the issue.

Do let me know if you can’t find how to enable DEBUG on ATN & ATZ on Admin Server

Reply
Madhuk says February 24, 2012

Hi Atul,

My WL Setup is like this
Machine 1: WL + Oracle Identity Management installed + created domain with from Oracle_Home\common\bin\config (with EM and JRF)as suggested by docs

Machine 2: WL + Oracle Identity Management installed + Ran congig wizard from Oracle_Home\bin and configured OID,OVD with WL Domain running in Machine1 excluding DIP and OIF (Successful and able to see IM components from WL and EM console)

Currently I am trying to add DIP to the existing domain and hence running config wizard as above but getting error INST-07281: JRF is not set up in the specified domain” after entering existing Domain details.

I am not sure why it is saying JRF is not setup thought it is available .

Pls provide your thougts on this.

Reply
vishuenc says April 10, 2012

We have installed OIF 11g and integrated with OAM 10G. Whenever the end customer getting issues when they are trying to access the SSO url.

Getting Following error.

Apr 10, 2012 8:58:18 AM oracle.security.fed.eventhandler.profiles.sp.sso.assertion.Saml20AssertionProcessor processAssertion
SEVERE: The assertion has already been processed
Apr 10, 2012 8:58:18 AM oracle.security.fed.eventhandler.authn.LoginResultEventHandler perform
SEVERE: Authentication error, the authentication engine is not enabled: null
Apr 10, 2012 8:58:18 AM oracle.security.fed.controller.ActionStateMachine processEvent
SEVERE: Exception: {0}
oracle.security.fed.event.EventException: Error authenticating user: the Authentication Engine is not enabled: null
at oracle.security.fed.eventhandler.authn.LoginResultEventHandler.perform(Unknown Source)
at oracle.security.fed.controller.ActionStateMachine.processEvent(Unknown Source)
at oracle.security.fed.controller.EventControllerImpl.processEvent(Unknown Source)
at oracle.security.fed.controller.ApplicationController.publishEvent(Unknown Source)
at oracle.security.fed.controller.web.action.RequestHandlerContext.publishEvent(Unknown Source)
at oracle.security.fed.controller.web.action.RequestHandlerSupport.perform(Unknown Source)
at oracle.security.fed.controller.ApplicationController.processServletRequest(Unknown Source)
at oracle.security.fed.controller.web.servlet.FederationServlet.doGet(Unknown Source)
at oracle.security.fed.controller.web.servlet.FederationServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at com.healthways.oiam.oif.OifAuthEngine.doAuthnHandler(OifAuthEngine.java:182)
at com.healthways.oiam.oif.OifAuthEngine.doGet(OifAuthEngine.java:47)
at com.healthways.oiam.oif.OifAuthEngine.doPost(OifAuthEngine.java:190)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

### I know only pasting error its difficult to analyse the issues please let us know what all details you need to know from us. ###

Reply
Atul Kumar says April 10, 2012

@ vishuenc,
OAM can be integrated with OIF in one of two ways

1) OAM acting as authentication engine for OIF

2) OIF acting as authentication engine for OAM (via DAP authentication module and OIF authentication scheme)

More here
http://onlineappsdba.com/index.php/2012/04/03/oam-integration-with-oif-authentication-engine-or-service-provider/

What type of integration you are using ?

Reply
» Oracle Identity Federation (OIF) for beginners : IdP / SP Online Apps DBA: One Stop Shop for Apps DBA’s says April 26, 2012

[…] 11g is installed using Oracle Identity Management software (same software that contains OID & […]

Reply
» Oracle Identity Federation (OIF) for beginners : IdP / SP Online Apps DBA: One Stop Shop for Apps DBA’s says April 26, 2012

[…] 11g is installed using Oracle Identity Management software (same software that contains OID & […]

Reply
Kumar says June 28, 2012

Hi Mr.Atul
I am geting error when install OID, could you please help me to fix it. THnaks
Error in C:\Program Files\Oracle\Inventory\logs\install2012-06-28_04-17-06PM follows
[2012-06-28T16:23:32.460-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000JWojXtsEWNW3tz^er11FvBjY000002,0] [Common Screen]In Config Only RootSH Event…
[2012-06-28T16:23:32.460-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.presentation] [tid: 11] [ecid: 0000JWojXtsEWNW3tz^er11FvBjY000002,0] STARTING CONFIG OPERATION …
[2012-06-28T16:23:32.476-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JWojXtsEWNW3tz^er11FvBjY000002,0] Install Adapter: Mark Start for:CONFIG
[2012-06-28T16:23:32.959-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
[2012-06-28T16:23:32.959-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware\wlserver_10.3/server/lib/weblogic_sp.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
[2012-06-28T16:23:32.991-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
[2012-06-28T16:23:33.583-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/features/com.bea.cie.common-plugin_2.3.0.0.jar
[2012-06-28T16:23:33.583-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
[2012-06-28T16:23:34.036-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
[2012-06-28T16:23:34.036-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
[2012-06-28T16:23:34.051-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/utils/config/10.3.1.0/config-launch.jar
[2012-06-28T16:23:34.051-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Bootstrap Domain Configuration. Library not found: C:\Oracle\Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
[2012-06-28T16:23:34.192-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] Setting data for action:Bootstrap Domain Configuration
[2012-06-28T16:23:34.207-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] No data for action:Bootstrap Domain Configuration
[2012-06-28T16:27:05.728-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar
[2012-06-28T16:27:05.728-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/jrockit_160_14_R27.6.4-18/lib/tools.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware\wlserver_10.3/server/lib/weblogic_sp.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware\wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/features/com.bea.cie.common-plugin_2.3.0.0.jar
[2012-06-28T16:27:05.744-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar
[2012-06-28T16:27:05.759-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant.jar
[2012-06-28T16:27:05.759-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/org.apache.ant_1.7.0/lib/ant-launcher.jar
[2012-06-28T16:27:05.759-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/utils/config/10.3.1.0/config-launch.jar
[2012-06-28T16:27:05.759-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
[2012-06-28T16:27:06.102-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware\Oracle_IDM1/jlib/osdt_core.jar
[2012-06-28T16:27:06.134-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/utils/config/10.3.1.0/config-launch.jar
[2012-06-28T16:27:06.134-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] [Action]: Configure Oracle Identity Management Components. Library not found: C:\Oracle\Middleware/modules/features/weblogic.server.modules_10.3.1.0.jar
[2012-06-28T16:27:06.274-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] Setting data for action:Configure Oracle Identity Management Components
[2012-06-28T16:27:06.274-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 12] [ecid: 0000JWokpLVEWNW3tz^er11FvBjY000003,0] No data for action:Configure Oracle Identity Management Components

Error in C:\Oracle\Middleware\asinst_1\diagnostics\logs\OID\oid1\oidmon-0000 follows
[2012-06-28T16:28:05-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5144] [tid: 0] Guardian: Thread started

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5144] [tid: 0] Guardian: Session ID = 413

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5144] [tid: 0] Guardian: OracleProcess ID = 4812

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5144] [tid: 0] Guardian: Starting OIDMON Process,PID=5412

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Thread started

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Connecting to database, connect string is oiddb

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Session ID = 413

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: OracleProcess ID = 5400

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslirsmSHMAttach: Workbuf area = 105719120
+ size = 1065008
[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsggMonRunningForStrt: Attached to shared memory succefully key=30646

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: SetMonInfo: Assigned shm (addr=105644032) index = 0, InstName=asinst_1 oid1

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=4092

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:28:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:20-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:20-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5648

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:28:21-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:31-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:31-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=4016

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:28:31-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:41-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:41-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=4876

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:28:41-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:52-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:52-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=3852

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:28:52-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:02-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:02-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5228

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:02-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:12-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:12-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=3844

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:12-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:23-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:23-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5152

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:23-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:33-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:33-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5980

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:33-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:43-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:43-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5932

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:43-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:54-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:54-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=6000

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:29:54-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:04-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:04-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5080

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:04-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:14-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:14-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=6136

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:14-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:25-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:25-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5712

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:25-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:35-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:35-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5500

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:35-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:45-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:45-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:45-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:45-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:45-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5480

[2012-06-28T16:30:46-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:46-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:46-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:56-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:56-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=5736

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:30:56-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:06-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:06-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=6116

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:31:06-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:17-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:17-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAPD cmdLine args = “instance=1 inst=1 ”

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Starting OIDLDAP Server,PID=1312

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Updating Process Table…

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gsldda_DeleteEntry:gsldfgGetEntryID Error..1010

[2012-06-28T16:31:17-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: CreateInstance: Successfuly created entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: [oidmon] : Terminating process, pid = 1312

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Terminate process failed os error 5

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Killed process pid = 1312

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Stopping OIDLDAPD instance=1 config=0

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted registry entry cn=asinst_1_oid1_1_2ua2160tdf-hp.eng,cn=osdldapd,cn=subregistrysubentry

[2012-06-28T16:31:28-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: gslsgrDeleteInstace: Deleted config entry cn=oid1,cn=osdldapd,cn=subconfigsubentry

[2012-06-28T16:31:28-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:48-04:00] [OID] [TRACE:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: sgslupsCheckProcess: EnumProcessModules() failed

[2012-06-28T16:31:48-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Server OIDLDAPD Instance 1 Terminated

[2012-06-28T16:31:48-04:00] [OID] [NOTIFICATION:16] [] [OIDMON] [host: 2ua2160tdf-HP] [pid: 5412] [tid: 0] Guardian: Deleting OIDLDAPD instance 1 from Process table

Reply
Kumar says June 29, 2012

Hi All
Followed existing discussions carefully and fixed the issue.

Reply
jhonny says July 2, 2012

Hello, I’m a upgrading identity management 10g to 11g, but fails during OID examination phase with UPGCMP-00208 error.
I see in metalink 1320703.1, but the solution does not succeed.

[2012-07-02T14:54:36.954+01:00] [OID] [NOTIFICATION] [upgrade.OID] DriverName: Oracle JDBC driver
[2012-07-02T14:54:36.954+01:00] [OID] [NOTIFICATION] [upgrade.OID] DriverVersion: 11.2.0.2.0
[2012-07-02T14:54:37.080+01:00] [OID] [NOTIFICATION] [upgrade.OID] OID_UPGRADING_VERSION: 10.1.2.3.0
[2012-07-02T14:54:37.170+01:00] [OID] [NOTIFICATION] [upgrade.OID] Reading registry entry from 10g OID
[2012-07-02T14:54:37.262+01:00] [OID] [NOTIFICATION] [upgrade.OID] Searching: cn=,cn=osdldapd,cn=subregistrysubentry
[2012-07-02T14:54:38.243+01:00] [OID] [NOTIFICATION] [upgrade.OID] Searching: cn=,cn=osdldapd,cn=subregistrysubentry
[2012-07-02T14:54:38.512+01:00] [OID] [WARNING] [upgrade.OID] Error reading configsets for Retain Ports
[2012-07-02T14:54:38.512+01:00] [OID] [WARNING] [upgrade.OID] [LDAP: error code 32 – No Such Object]
[2012-07-02T14:54:38.512+01:00] [OID] [WARNING] [upgrade.OID] [[
javax.naming.NameNotFoundException: [LDAP: error code 32 – No Such Object]; remaining name ‘cn=,cn=osdldapd,cn=subregistrysubentry’
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3066)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1826)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1749)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321)
at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)
at oracle.ias.mrua.plugin.oid.OIDPlugin.readRegistry(OIDPlugin.java:2054)
at oracle.ias.mrua.plugin.oid.OIDPlugin.doPrecheck(OIDPlugin.java:408)
at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3669)
at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2440)
at oracle.ias.mrua.MRUA.driver(MRUA.java:1710)
at oracle.ias.upgrade.gui.UAExamineThread.run(UAExamineThread.java:155)

Thanks.

Reply
jhonny says July 2, 2012

correct cn is ‘cn=virtual_hostname,cn=osdldapd,cn=subregistrysubentry’

where virtual_hostname is the same OIDhost in $ORACLE_HOME/config/ias.properties

Reply
kerberos5 says August 17, 2012

hi,
I want to install OID 10.1.4 because they are forced to use the old version of weblogic 10.3.0 where can I find OID version 10.1.4.3? i use for my configuration:

OID 10.1.4.3
oracle database 11g R2
weblogic 10.3.0

thanks

Reply
    Atul Kumar says August 17, 2012

    @kerberos5,
    You will have to raise an SR with Oracle Support and they will ship it (This is the process to get older version of product)

    Reply
kerberos5@ says August 19, 2012

@Atul Kumar
I have requested assistance on the forum … I hope you know how to direct me
here: https://forums.oracle.com/forums/thread.jspa?threadID=2428929&tstart=0

thanks

Reply
Vivek says August 21, 2012

Hi Atul,
I have deployed DRM J2EE application on WL 10.3.6 server. It requires OIDAuthenticator for accessing web service.
I dont need the whole OIM. I just want OID for authentication provider?
Can you please tell me the steps to follow?
what all I have done..
1) RCU 11.1.1.6
2) WL installation 10.1.6
3) IDM 11.1.16 installed of which config.cmd not working.
4) deployed .ear of DRM.

Reply
Atul Kumar says August 21, 2012

@ Vivek,
Do you have free space in TEMP directory ? What happens when you doubleclick config.bat ? Anything recorded in event logs ?

Reply
DILHARAN says December 28, 2012

Hi Atul

I am trying to install the ofm_frmrpts_win_11.1.2.1.0_32_disk1_1of1( Forms & Report 11g) after s/w installation.
configure Classic configure I am getting below
error. can plz suggest me.
Thanks

Executing Task: Creating Domain
XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
AdminServer port is 7001
trying to connect to RNT-033.corbus.com 7001
Creating Weblogic Domain.
Adding Template : C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
Adding Template : C:/Oracle/Middleware/Oracle_FRHome1/common/templates/applications/classic_template_11.1.2.jar

CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe101\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\common\derby\lib\derbynet.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\common\derby\lib\derbytools.jar;;

Initializing WebLogic Scripting Tool (WLST) …

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Creating a new AdminServer Object …
AdminServer port is 7001
Starting the domain …
DEBUG : Loading the 32 bit dll here
DEBUG : Loading DLL : C:/Oracle/Middleware/Oracle_FRHome1/install/config/StartUtil.dll
DEBUG : Loaded DLL : C:/Oracle/Middleware/Oracle_FRHome1/install/config/StartUtil.dll

Reply
Jani says January 10, 2013

Hi Atul!

It is possible change the RCU database connect string after installing of OID, OAM, OVD…?
For example, the RCU database crashed, but I have a other backup database. Can I change the connect string of RCU schemas in OID, OAM, OVD…?

Regards, Jani

Reply
Atul Kumar says January 10, 2013

@ Jani,
Yes this is possible to change .

For OVD there is no database .

For OID : This is odne by updtaing tnsnames.ora in $ORACLE_INSTANCE/config

For OAM/OIM/DIP/ODSM this is done by updating JDBC in weblogic console . More on JDBC in weblogic at http://onlineappsdba.com/index.php/2008/11/06/weblogic-server-jdbc-for-database-connection-step-by-step/

Reply
Jani says January 10, 2013

Thank You very much Atul!

Reply
mail2karna@gmail.com says March 26, 2013

Hi Atul,

Please let us know, we have done the integration betwen,peoplesoft and accessmanager.now we want to Sync the data between Peoplesoft and OID.

Please let us know clearly how to proceed and what components requeired clear idea.

Thanks in advance.

regards,
karna

Reply
Viruls says July 25, 2013

Hi Atul,

Can we get AD password to OVD join adapter in which let say OID(Ldap Adapter) is configured as primary adapter and AD (Ldap Adapter) is configured as bind adapter.

Thanks,
Viruls

Reply
» Error starting OID 11g during configuration stage of OID installation on Windows Server “ProvisionException: Failed to start the component” Online Identity & Access Management: One Stop Shop for Identity & Access Management says August 12, 2014

[…] 2011 byAtul Kumar in oid, troubleshooting I discussed about OID 11g installation here, here and here . I also discussed OID start-up issues here, here and here(Post from Mahendra) […]

Reply
Add Your Reply

Not found