Sie sind auf Seite 1von 3

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1177323.

After Increasing the Number of OACORE OC4J Processes to More Than 5, adoacorectl.sh is Exiting With Status 204 [ID 1177323.1] Modified 16-AUG-2010 In this Document Symptoms Cause Solution Type PROBLEM Status MODERATED

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

Applies to:
Oracle Applications Technology Stack - Version: 12.1.2 and later [Release: 12.1 and later ] Information in this document applies to any platform.

Symptoms
On : 12.1.2 version, Jserv, JDK, JVM, JRE After increasing the number of OACORE OC4J processes from 1 to 10, adoacorectl.sh is exiting the error ERROR ----------------------"exiting with status 204" AlsoRate this document only 5 of the OACORE processes are starting
./adoacorectl.sh status You are running adoacorectl.sh version 120.13 Checking status of OPMN managed OACORE OC4J instance ... Processes in Instance: DEV4_glohr11.glohr11.global.arup.com ---------------------------------+--------------------+---------+--------ias-component | process-type | pid | status ---------------------------------+--------------------+---------+--------OC4JGroup:default_group | OC4J:oafm | 15715 | Alive OC4JGroup:default_group | OC4J:forms | 15629 | Alive OC4JGroup:default_group | OC4J:oacore | 14149 | Alive OC4JGroup:default_group | OC4J:oacore | 14148 | Alive OC4JGroup:default_group | OC4J:oacore | 14147 | Alive OC4JGroup:default_group | OC4J:oacore | 14146 | Alive OC4JGroup:default_group | OC4J:oacore | 14145 | Alive OC4JGroup:default_group | OC4J:oacore | N/A | Down OC4JGroup:default_group | OC4J:oacore | N/A | Down OC4JGroup:default_group | OC4J:oacore | N/A | Down OC4JGroup:default_group | OC4J:oacore | N/A | Down OC4JGroup:default_group | OC4J:oacore | N/A | Down HTTP_Server | HTTP_Server | 14076 | Alive

Steps to Reproduce

1 of 3

28/10/2011 10:14

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1177323.1

The issue can be reproduced at will with the following steps: 1:- Update the autoconfig context file ($CONTEXT_FILE) and change
<oacore_nprocs oa_var="s_oacore_nprocs">1</oacore_nprocs> to <oacore_nprocs oa_var="s_oacore_nprocs">10</oacore_nprocs>

2:- Run Autoconfig 3:- Bounce the E-Business suite web tier

Cause
The required number of ports for 10 OC4J processes to run had not been configured. By default autoconfig only configures 5 ports for each OC4J process type. The autoconfig context file showed the required number of ports for 10 OC4J processes had not been configured
<oacore_ajp_portrange oa_var="s_oacore_ajp_portrange" oa_type="PORT" base="21500" step="5" range="5" label="OC4J AJP Port Range for Oacore">21515-21520</oacore_ajp_portrange> <oacore_rmi_portrange oa_var="s_oacore_rmi_portrange" oa_type="PORT" base="20000" step="5" range="5" label="OC4J RMI Port Range for Oacore">20015-20020</oacore_rmi_portrange> <oacore_jms_portrange oa_var="s_oacore_jms_portrange" oa_type="PORT" base="23000" step="5" range="5" label="OC4J JMS Port Range for Oacore">23015-23020</oacore_jms_portrange>

Solution
To implement the solution, please execute the following steps on ALL Web tiers: 1:- Log a telnet session into the server and set the E-Business suite environment 2:- Update the autoconfig context file and increase the s_oacore_jms_portrange, s_oacore_rmi_portrange and s_oacore_ajp_portrange to allow for 10 ports, for example
<oacore_ajp_portrange oa_var="s_oacore_ajp_portrange" oa_type="PORT" base="21500" step="5" range="5" label="OC4J AJP Port Range for Oacore">21515-21525</oacore_ajp_portrange> <oacore_rmi_portrange oa_var="s_oacore_rmi_portrange" oa_type="PORT" base="20000" step="5" range="5" label="OC4J RMI Port Range for Oacore">20015-20025</oacore_rmi_portrange> <oacore_jms_portrange oa_var="s_oacore_jms_portrange" oa_type="PORT" base="23000" step="5" range="5" label="OC4J JMS Port Range for Oacore">23015-23025</oacore_jms_portrange>

3:- Run autoconfig 4:- Stop and Start the E-Business suite web tiers 5:- Check that all of the required JVM's are starting.
./adoacorectl.sh status

6:- Migrate the solution as appropriate to other environments.

Related

2 of 3

28/10/2011 10:14

https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1177323.1

Products Oracle E-Business Suite > Applications Technology > Technology Components > Oracle Applications Technology Stack Keywords JMS; AJP; IAS; JSERV; E-BUSINESS; AUTOCONFIG; OC4J; PORT RANGE

Back to top Copyright (c) 2007, 2010, Oracle. All rights reserved. Legal Notices and Terms of Use | Privacy Statement

3 of 3

28/10/2011 10:14

Das könnte Ihnen auch gefallen