After cloning - adapcctl.sh: exiting with status 204
After cloning on appsTier, following was error as on source SSO was enabled:
Error:
applprod@hostname:…1_hostname/admin/scripts$ sh adapcctl.sh start
You are running adapcctl.sh version 120.7.12010000.2
Starting OPMN managed Oracle HTTP Server (OHS) instance ...
adapcctl.sh: exiting with status 204
In the logfile:
19/07/09 20:35:17 Start process
--------
/erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
Syntax error on line 17 of /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf:
Unable to open /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf.
--------
19/07/09 20:35:19 Start process
--------
/erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
Syntax error on line 17 of /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf:
Unable to open /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf.
Solution:
$ vi /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf
comment entry "SID_hostname_osso.conf" in mod_osso.conf. After changes it should look as following:
$ grep -i SID_hostname_osso.conf /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf
# OssoConfigFile /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf
Error:
applprod@hostname:…1_hostname/admin/scripts$ sh adapcctl.sh start
You are running adapcctl.sh version 120.7.12010000.2
Starting OPMN managed Oracle HTTP Server (OHS) instance ...
adapcctl.sh: exiting with status 204
In the logfile:
19/07/09 20:35:17 Start process
--------
/erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
Syntax error on line 17 of /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf:
Unable to open /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf.
--------
19/07/09 20:35:19 Start process
--------
/erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
Syntax error on line 17 of /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf:
Unable to open /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf.
Solution:
$ vi /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf
comment entry "SID_hostname_osso.conf" in mod_osso.conf. After changes it should look as following:
$ grep -i SID_hostname_osso.conf /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/mod_osso.conf
# OssoConfigFile /erp_ndr/app/inst/apps/SID_hostname/ora/10.1.3/Apache/Apache/conf/osso/SID_hostname_osso.conf
Comments