EBS 12.1.3 - oacore oafm forms not coming up - ajp, rmi and jms ports could not be bound by the process
While starting services in 12.1.3 using adstrtal.sh , oacore,oafm and forms are not coming.
In $LOG_HOME/ora/10.1.3/opmn/opmn.log , there is following error while starting :
9/05/02 01:04:36 [libopmnoc4j] Process Start Error: default_group~oacore~default_group~1 (2118410796:6598)
19/05/02 01:04:37 [pm-process] Stopping Process: default_group~oacore~default_group~1 (2118410796:6598)
19/05/02 01:04:37 [libopmnoc4j] Process Stop Error: default_group~oacore~default_group~1 (2118410796:6598)
19/05/02 01:04:37 [libopmnoc4j] Failed to construct stop command for proc: 2118410796
19/05/02 01:04:37 [libopmnoc4j] Forcefully Terminating Process: default_group~oacore~default_group~1 (2118410796:6598)
19/05/02 01:04:39 [pm-process] Starting Process: default_group~oacore~default_group~1 (2118410796:0)
19/05/02 01:04:46 [libopmnoc4j] Host and Port information for port type jms not sent by the OC4J process
19/05/02 01:04:46 [libopmnoc4j] WARNING: OC4J did not send the protocol value for port id: jms
19/05/02 01:04:46 [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 2118410796. Some of the reasons for the failure are:
1. ajp, rmi and jms ports could not be bound by the process.
2. If a port value for a certain port ID is handed by OPMN to the OC4J process and this value is not returned back in the ONS notifications. For example, this can happen for certain bad JGroups related configurations.
Solution:
First take backup of following
1. Stop the services
2. Take backup of following then remove:
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/*
rm -rf $INST_TOP/ora/10.1.3/opmn/logs/states/.opmndat
3. start the services
Comments