Search This Blog

Monday, August 8, 2011

adapcctl.sh: exiting with status 150

After resolve adoafmctl.sh: exiting with status 204 when i try to start application tier services then getting below error message:
adapcctl.sh: exiting with status 150

Cause:
There is a states file called .opmndat at /oracle/apps/VIS/inst/apps//ora/10.1.3/opmn/logs/states which gets created when services are started.
Whenever services are started this file gets created or updated.
Unfortunately for some reason this file is not updated when services are started.

Solution:
1. shutdown all application services on application tier (applmgr) user
2. nevigate to $INST_TOP/ora/10.1.3/opmn/logs/states directory
3. delete this file .opmndat ( this is hidden file)
#rm .opmndat 
4. restart all application services
5. re-test issue

write me email in case of any inquires at askdbataj

No comments: