After applying Oct2008 CPU patch for a client on Oracle application
server 10gR2, OC4J_Security on Infra structure tier failed to startup.
No much information in logs, the only thing that was shown after couple
minutes was :
ias-component/process-type/ process-set:
OC4J/OC4J_SECURITY/default_ island
Error
--> Process (pid=0)
oid dependency failed
OID
failed to start a managed process because a dependency check failed
Log:
none
It was interesting that OID started without any issue.
Above issue could occur when OID run on port lower than 1024 and $ORACLE_HOME/bin/oidldapd has not the right permission.
This file should own by root.To fix permission issue, $ORACLE_HOME/root.sh from Infra structure home should be run.
ias-component/process-type/
OC4J/OC4J_SECURITY/default_
Error
--> Process (pid=0)
oid dependency failed
OID
failed to start a managed process because a dependency check failed
Log:
none
It was interesting that OID started without any issue.
Above issue could occur when OID run on port lower than 1024 and $ORACLE_HOME/bin/oidldapd has not the right permission.
This file should own by root.To fix permission issue, $ORACLE_HOME/root.sh from Infra structure home should be run.
No comments:
Post a Comment