Error:
You are running adapcctl.sh version 120.7.12010000.2
Starting OPMN managed Oracle HTTP Server (OHS) instance …
adapcctl.sh: exiting with status 204
Cause:
.apachectl has permission denied to run the apache services.
Solution:
Go to $INST_TOP/ora/10.1.3/Apache/Apache/bin (As root user).
Change the owner and assign the permission
chown root .apachectl
chmod 6750 .apachectl
Recent Posts