Home / APPS DBA / ERROR While starting OACORE services in R12

ERROR While starting OACORE services in R12

 ERROR

ERROR While starting OACORE services in R12

In EBS R12, some  Application services does not stopped correctly. So when we start oacore services again it will fail with error code Error: <connector name=”OracleASjms” path=”OracleASjms.rar” .

On finding, Following Error could be written in $INST_TOP/ora/10.1.3/opmn/oacore_default_group_1/oacorestd.err

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

15/10/28 19:46:08 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/10/28 19:46:12 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/10/28 19:46:18 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/10/28 19:46:52 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/09/01 12:40:30 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/09/01 12:40:35 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
15/09/01 12:40:40 Error: <connector name=”OracleASjms” path=”OracleASjms.rar” /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
========================

It usually happens when services get started , it creates lock files for the process and this lock will persist till the time services are up.

 

 

SOLUTION

1.  Remove all these lock files and restart services again. Lock file location is as below.

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 then restart oacore services.

2.  If forms are not opening, and giving the 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 then restart oacore services.

 

 

About Syed Saad Ali

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

OracleEBSConfig

Changing IP Address in an Oracle EBS R12 Environment

Changing IP Address in an Oracle EBS R12 Environment 1. First, Change the IP Address …

Leave a Reply