Issue while starting OID services
PRODUCT:
Oracle Internet Directory 11g - Version 11.1.1.7
ERROR CODE: [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
SYMPTOMS:
While starting OID services getting below error:ERROR CODE: [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
Log Trace:
#################################
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Thread Started
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 2] DispatcherListener: Thread Started
[OID] [ERROR:8] [23124] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: The server with Process ID = 2270 is not running.
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Starting OIDLDAP Server,PID=2416
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
[OID] [ERROR:8] [23124] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: The server with Process ID = 2416 is not running.
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Starting OIDLDAP Server,PID=2428
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
[OID] [ERROR:8] [23124] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: The server with Process ID = 2428 is not running.
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Starting OIDLDAP Server,PID=2442
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
[OID] [ERROR:8] [23124] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: The server with Process ID = 2442 is not running.
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Starting OIDLDAP Server,PID=2479
[OID] [NOTIFICATION:16] [] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: Exec of OIDLDAPD failed with error 13
[OID] [ERROR:8] [23124] [OIDLDAPD] [host: localhost] [pid: 2245] [tid: 1] ProcessDispatcher: The server with Process ID = 2479 is not running.
#################################
CAUSE:
$ORACLE_HOME/bin/oidldapd file have the wrong permissions:
SOLUTION:
Follow below action plan:cd $ORACLE_HOME/bin
chown oracle:oinstall oidldapd
chmod 0710 oidldapd
Note:
In my case OID services are configured with oracle user and oinstall
Now, OID services should come up.
Thank you for referring my blog, please post your comments for any queries/suggestions..Have a nice time :)
No comments:
Post a Comment