Frequent session disconnects due to Apache crashing and getting restarted by OPMN very frequently.
httpd.pid file is under NAS and pid file gets recreated very often due to Apache will be restarted by OPMN.
Tried changing httpd.pid file location to SAN, enabled Apache debug but no luck.
The exact cause of the problem is unknown but is believed to be environmental / unix kernel related.
cd $FMW_HOME/webtier/instances/*OHS1/config/OHS/*
$ grep AcceptMutex httpd.conf
AcceptMutex fcntl
AcceptMutex fcntl
- Take backup of httpd.conf
- Change "AcceptMutex" from fcntl to pthread
- Restart OPMN & Apache to fix the problem.
cd $ADMIN_SCRIPTS_HOME
adopmnctl.sh stopall
adopmnctl.sh startall
Reference: 562624.1
========================================================================
No comments:
Post a Comment