Re: Apache exiting with 152
Posted by
satish on
May 29, 2023; 6:50am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Apache-exiting-with-152-tp11857p11923.html
Dear erman,
This fixed the issue. Any clue about this in trace files?Can these kind of issues be fixed using strace?
We changed parameters in below files.
[appiprod@erpprod02 EBS_web]$ pwd /u01/PRODAPPS/fs2/FMW_Home/webtier/ instances/EBS_web_OHS2/config/OHS/EBS_web [applprod@erpprod02 EBS_web]$ grep -i
LockFile httpd.conf
# mounted filesystem then please read the
LockFile documentation available
# at <URL:
http://httpd.apache.org/docs-2.2/mod/mpm_common.htm|#lockfile>);
# and specify a LockFile on a local filesystem,
you will save yourself a lot of trouble.
#LockFile "${ORACLE_INSTANCE}/ diagnostics/logs/${COMPONENT_TYPE}/$
{COMPONENT_NAME}/accept.lock"
#LockFile "${ORACLE_INSTANCE}/ diagnostics/logs/${COMPONENT_TYPE}/$
{COMPONENT_NAME}/http_lock"
#LockFile "${ORACLE_INSTANCE}/ diagnostics/logs/${COMPONENT_TYPE}/$
{COMPONENT_NAME}/http_lock"
[applprod@erpprod02 EBS_web]$ grep -i
AcceptMutex httpd.conf
AcceptMutex sysvsem
AcceptMutex sysvsem [appiprod@erpprod EBS_web]$
Thanks,
Satish