Header Ads Widget

ERROR While starting OACORE services in R12

In E-business Suite R12, some of Application services is not stopped correctly. so when we start oacore services it will fail with error code Error: <connector name="OracleASjms" path="OracleASjms.rar" .

Usually other services wont any issue while coming up.....


Following Error can be written in $INST_TOP/ora/10.1.3/opmn/oacore_default_group_1/oacorestd.err

=================================

14/09/30 13:56:18 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/09/30 14:54:55 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/09/30 17:15:45 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/10/01 12:18:06 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/10/01 12:59:31 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/10/01 15:30:46 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/10/01 16:14:48 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
01/01/20 06:52:37 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
01/01/20 06:58:31 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
14/10/13 18:06:36 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.

========================


When services start , it creates lock files for the process and this lock will persist till the time services are up.


Solutions:

To resolve this issue, remove these lock files and restart services again. Lock file location is as below.

1. OACORE service lock file will be located at

cd $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/oacore_default_group_1

remove all files under this location and restart oacore services.


2.  if forms are not opening, its giving same error, then remove forms lock files

Form service lock file will be located at


 cd $INST_TOP/ora/10.1.3/j2ee/forms/persistence/forms_default_group_1

remove all files under this location and restart forms services.


Hope this helps.