adstrtal.sh exits with status 150

 adstrtal.sh exits with status 150

We may get this error when we start all apps tier services.

[oracle@erp scripts]$ ./adstrtal.sh

You are running adstrtal.sh version 120.13

Enter the APPS username: apps

Enter the APPS password:****

Executing service control script: /d01/oracle/PROD/inst/apps/PROD_erp/admin/scripts/adopmnctl.sh

start script returned:

****************************************************

You are running adopmnctl.sh version 120.4

Starting Oracle Process Manager (OPMN) …

adopmnctl.sh: exiting with status 0

adopmnctl.sh: check the logfile /d01/oracle/PROD/inst/apps/PROD_erp/logs/appl/admin/log/adopmnctl.txt

for more information …

.end std out.

.end err out.

****************************************************

Executing service control script:

/d01/oracle/PROD/inst/apps/PROD_erp/admin/scripts/adapcctl.sh start script returned: ****************************************************

You are running adapcctl.sh version 120.6

Starting OPMN managed Oracle HTTP Server (OHS) instance …

adapcctl.sh: exiting with status 150

adapcctl.sh: check the logfile /d01/oracle/PROD/inst/apps/PROD_erp/logs/appl/admin/log/adapcctl.txt

for more information …

.end std out.

.end err out.

****************************************************

Executing service control script: /d01/oracle/PROD/inst/apps/PROD_erp/admin/scripts/adoacorectl.sh start script returned:

****************************************************

You are running adoacorectl.sh version 120.11

Starting OPMN managed OACORE OC4J instance …

adoacorectl.sh: exiting with status 150

adoacorectl.sh: check the logfile

/d01/oracle/PROD/inst/apps/PROD_erp/logs/appl/admin/log/adoacorectl.tx t for more information …

.end std out.

.end err out.

****************************************************

/d01/oracle/PROD/inst/apps/PROD_erp/admin/scripts/adformsctl.sh start script returned: ****************************************************

You are running adformsctl.sh version 120.12

Starting OPMN managed FORMS OC4J instance …

adformsctl.sh: exiting with status 150

adformsctl.sh: check the logfile

/d01/oracle/PROD/inst/apps/PROD_erp/logs/appl/admin/log/adformsctl.txt for more information…

 

Solution :

Open a new shell and set your apps environment, and then run the following:

$cd $ADMIN_SCRIPTS_HOME adopmnctl.sh stop

Now Check if  it is really down: ps -ef | grep -i opm

Delete the following:

$ rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*

$ rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*

$ rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*

Run the following script

$adopmnctl.sh start

Start all applications services and check if it completes with status 0

$adstrtal.sh.sh apps/[appspassword]  

 

Now the error should be fixed.

About Syed Saad

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

EBS_Latest_Configurations

(EJCPUC)EBS Java Critical Patch Update Checker OCT-2024

(EJCPUC)EBS Java Critical Patch Update Checker OCT-2024 Introduction A new utility, Oracle E-Business Suite Java …

Leave a Reply