OACORE fails to start after increasing the JVM processes in Oracle R12:
========================================================
Issue: OACORE processes are not starting.
Recent changes: Increased the JVM processes in the context file.
Error:
adoacorectl.sh: exiting with status 206
Solution:
1) Stop the middle tier processes:
adopmnctl.sh stop
2) Kill any runaway/zombie processes.
3) Remove the following jms lock files:
$ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/forms_default_group_1/jms.state.lock,
$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/oacore_default_group_1/jms.state.lock
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/oafm_default_group_1jms.state.lock
4) Restart middle tier:
adopmnctl.sh start
-----------------
Executing service control script:
/u01/applR12/inst/apps/TEST_linuxerp1/admin/scripts/adoacorectl.sh start
script returned:
****************************************************
You are running adoacorectl.sh version 120.13
Starting OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 204
adoacorectl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adoacorectl.txt for more information ...
[applerp@linuxerp1 scripts]$ adopmnctl.sh status
You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: TEST_linuxerp1.linuxerp1.orasol.com
---------------------------------+--------------------+---------+---------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group | OC4J:oafm | 12478 | Alive
OC4JGroup:default_group | OC4J:forms | 12394 | Alive
OC4JGroup:default_group | OC4J:oacore | N/A | Down
HTTP_Server | HTTP_Server | 12147 | Alive
adopmnctl.sh: exiting with status 0
adopmnctl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adopmnctl.txt for more information ...
[applerp@linuxerp1 scripts]$
Error Stack when trying to stop:
Executing service control script:
/u01/applR12/inst/apps/TEST_linuxerp1/admin/scripts/adoacorectl.sh stop
script returned:
****************************************************
You are running adoacorectl.sh version 120.13
Stopping OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 150
adoacorectl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adoacorectl.txt for more information ...
Solution:
=> Stop application services
=> Clear contents of the persistence directory
=> Start application services
[applerp@linuxerp1 scripts]$ cd $ORA_CONFIG_HOME/10.1.3/j2ee/oacore
[applerp@linuxerp1 oacore]$ ls
application-deployments config persistence tldcache
[applerp@linuxerp1 oacore]$ rm -rf persistence/
You have new mail in /var/spool/mail/applerp
[applerp@linuxerp1 oacore]$ mkdir persistence
[applerp@linuxerp1 scripts]$ adopmnctl.sh status
You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: TEST_linuxerp1.linuxerp1.orasol.com
---------------------------------+--------------------+---------+---------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group | OC4J:oafm | 13872 | Alive
OC4JGroup:default_group | OC4J:forms | 13804 | Alive
OC4JGroup:default_group | OC4J:oacore | 13723 | Alive
HTTP_Server | HTTP_Server | 13671 | Alive
adopmnctl.sh: exiting with status 0
adopmnctl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adopmnctl.txt for more information ...
[applerp@linuxerp1 scripts]$
------------
adoacorectl.sh: exiting with status 150
Error:
[oracle@svrebsal2 scripts]$ ./adoacorectl.sh stop
You are running adoacorectl.sh version 120.13
Stopping OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 206
(OR)
adoacorectl.sh: exiting with status 150
Solution :
stop all R12 procs
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/*
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/*
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/*
start all service again (Start the oc4j using opmnctl startall)
++++++1177323.1, 1313955.1,1557461.1+++++++++
OACORE fails to start after increasing the JVM processes in Oracle R12
Issue: OACORE processes are not starting.
Recent changes: Increased the JVM processes in the context file.
Error:
adoacorectl.sh: exiting with status 206
Solution:
1) Stop the middle tier processes:
adopmnctl.sh stop
2) Kill any runaway/zombie processes.
3) Remove the following jms lock files:
$ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/forms_default_group_1/jms.state.lock,
$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/oacore_default_group_1/jms.state.lock
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/oafm_default_group_1jms.state.lock
4) Restart middle tier:
adopmnctl.sh start
----------------------
\
SOLUTION:
Recent changes: Increased the JVM processes in the context file.
Error:
adoacorectl.sh: exiting with status 206
Solution:
1) Stop the middle tier processes:
adopmnctl.sh stop
2) Kill any runaway/zombie processes.
3) Remove the following jms lock files:
$ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/forms_default_group_1/jms.state.lock,
$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/oacore_default_group_1/jms.state.lock
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/oafm_default_group_1jms.state.lock
4) Restart middle tier:
adopmnctl.sh start
-----------------
Executing service control script:
/u01/applR12/inst/apps/TEST_linuxerp1/admin/scripts/adoacorectl.sh start
script returned:
****************************************************
You are running adoacorectl.sh version 120.13
Starting OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 204
adoacorectl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adoacorectl.txt for more information ...
[applerp@linuxerp1 scripts]$ adopmnctl.sh status
You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: TEST_linuxerp1.linuxerp1.orasol.com
---------------------------------+--------------------+---------+---------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group | OC4J:oafm | 12478 | Alive
OC4JGroup:default_group | OC4J:forms | 12394 | Alive
OC4JGroup:default_group | OC4J:oacore | N/A | Down
HTTP_Server | HTTP_Server | 12147 | Alive
adopmnctl.sh: exiting with status 0
adopmnctl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adopmnctl.txt for more information ...
[applerp@linuxerp1 scripts]$
Error Stack when trying to stop:
Executing service control script:
/u01/applR12/inst/apps/TEST_linuxerp1/admin/scripts/adoacorectl.sh stop
script returned:
****************************************************
You are running adoacorectl.sh version 120.13
Stopping OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 150
adoacorectl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adoacorectl.txt for more information ...
Solution:
=> Stop application services
=> Clear contents of the persistence directory
=> Start application services
[applerp@linuxerp1 scripts]$ cd $ORA_CONFIG_HOME/10.1.3/j2ee/oacore
[applerp@linuxerp1 oacore]$ ls
application-deployments config persistence tldcache
[applerp@linuxerp1 oacore]$ rm -rf persistence/
You have new mail in /var/spool/mail/applerp
[applerp@linuxerp1 oacore]$ mkdir persistence
[applerp@linuxerp1 scripts]$ adopmnctl.sh status
You are running adopmnctl.sh version 120.6
Checking status of OPMN managed processes...
Processes in Instance: TEST_linuxerp1.linuxerp1.orasol.com
---------------------------------+--------------------+---------+---------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group | OC4J:oafm | 13872 | Alive
OC4JGroup:default_group | OC4J:forms | 13804 | Alive
OC4JGroup:default_group | OC4J:oacore | 13723 | Alive
HTTP_Server | HTTP_Server | 13671 | Alive
adopmnctl.sh: exiting with status 0
adopmnctl.sh: check the logfile /u01/applR12/inst/apps/TEST_linuxerp1/logs/appl/admin/log/adopmnctl.txt for more information ...
[applerp@linuxerp1 scripts]$
------------
adoacorectl.sh: exiting with status 150
Error:
[oracle@svrebsal2 scripts]$ ./adoacorectl.sh stop
You are running adoacorectl.sh version 120.13
Stopping OPMN managed OACORE OC4J instance ...
adoacorectl.sh: exiting with status 206
(OR)
adoacorectl.sh: exiting with status 150
Solution :
stop all R12 procs
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/*
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/*
rm -rf $ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/*
start all service again (Start the oc4j using opmnctl startall)
++++++1177323.1, 1313955.1,1557461.1+++++++++
OACORE fails to start after increasing the JVM processes in Oracle R12
Issue: OACORE processes are not starting.
Recent changes: Increased the JVM processes in the context file.
Error:
adoacorectl.sh: exiting with status 206
Solution:
1) Stop the middle tier processes:
adopmnctl.sh stop
2) Kill any runaway/zombie processes.
3) Remove the following jms lock files:
$ORA_CONFIG_HOME/10.1.3/j2ee/forms/persistence/forms_default_group_1/jms.state.lock,
$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/persistence/oacore_default_group_1/jms.state.lock
$ORA_CONFIG_HOME/10.1.3/j2ee/oafm/persistence/oafm_default_group_1jms.state.lock
4) Restart middle tier:
adopmnctl.sh start
----------------------
\
SOLUTION:
To implement the solution, the recommendation is to:
1. $FF_TOP/bin/FFXBCP APPS/passwd 0 Y -W %% %%
2. sqlplus APPS/passwd @$FF_TOP/patch/115/sql/ffgenwrap.sql
This will recompile all formulas, then regenerate the formula wrappers. It is not recommended to
skip 1.
-----------------
Solution
1) Oracle Fast Formulas can be compiled in bulk with the following command:
$FF_TOP/bin/FFXBCP <appsuser>/<appspassword> 0 Y %% %%
Example:
$FF_TOP/bin/FFXBCP apps/apps 0 Y %% %%
NOTE: 0 = zero
2) Or Groups of Formulae may be compiled. For example 'VERTEX':
$FF_TOP/bin/FFXBCP apps/apps 0 Y %% %VERTEX%
3) Formulas can also be compiled through the Oracle Payroll application by running the concurrent process Bulk Compile of Formulas.
Navigate: Processes and Reports -> Submit Processes and Reports
Select Bulk Compile of Formulas
How To Compile Oracle Fast Formulas (Doc ID 155737.1)
---------------------
adoafmctl.sh: exiting with status 204
One of our site i need to change SERVER IP address in Oracle application r12 on linux 5.
I changed IP address on both server ( we have two server 1. db server 2. application server)
after changing the server IP when we are trying to start application service, application service ended with below error message:
adoafmctl.sh: exiting with status 204
Cause: Server IP address change
Solution:
Step:
1. logon to application server with applmgr user
2. go to $INST_TOP
3. stop application services ($ cd $INST_TOP/admin/scripts )
4. delete following files
rm -rf $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*
rm -rf $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
rm -rf $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*
4. execute autoconfig on application tier
$cd $INST_TOP/admin/scripts
$. ./autoconfig {hit enter}
5. start all application services
6. re-test the issue
----------------------------------------------------------------------------
Unable to start oafm using adstrtal.sh. Running adoafmctl.sh ends with timeout.
You are running adoafmctl.sh version 120.6.12000000.3
Starting OPMN managed OAFM OC4J instance ...
adoafmctl.sh: exiting with status 152
adoafmctl.sh: check the logfile
/opt/apphcm/inst/apps/SID_machine/logs/appl/admin/log/adoafmctl.txt for more information
adoafmctl.txt showing:
ias-component/process-type/process-set:
default_group/oafm/default_group/
Error
--> Process (index=1,uid=349189076,pid=15039)
time out while waiting for a managed process to start
Log:
/opt/apphcm/inst/apps/SID_machine/logs/ora/10.1.3/opmn/default_group~oafm~default_group~1
07/31/09-09:14:28 :: adoafmctl.sh: exiting with status 152
================================================================================
07/31/09-09:14:40 :: adoafmctl.sh version 120.6.12000000.3
07/31/09-09:14:40 :: adoafmctl.sh: Checking the status of OPMN managed OAFM OC4J instance
Processes in Instance: SID_machine.machine.domain
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
default_group | oafm | N/A | Down
CAUSE
Existing JSP Tag Library Cache content was preventing the TLD Cache for the mapviewer app from initialising correctly.
Solution:
=======To implement the solution, please execute the following steps:
Clear the TLD cache:
- stop all middle tier services
- Delete/backup the file:
$COMMON_TOP/_TldCache
- start all middle tier services
Clear the TLD cache:
- stop all middle tier services
- Delete/backup the file:
$COMMON_TOP/_TldCache
- start all middle tier services
No comments:
Post a Comment