Multiple OACORE resources failed to come online via cluster

book

Article ID: 100043529

calendar_today

Updated On:

Description

Error Message

The engine log will show messages similar to the following for the oacore resource:

VCS DBG_5 OracleApps::online: : Did not find process [java.*(management.server=\w+://.*.*Name=oacore_server2\b)|(Name=oacore_server2\b.*management.server=\w+://.*)]
VCS DBG_5 OracleApps::online: : Did not find any processes for [oacore]
VCS DBG_5 OracleApps::online: Could not confirm start-up. Sleeping for [10] sec

Applies To

Infoscale Availability with Oracle eBiz Components support (OEL Server)

 

Cause

VCS monitors the resources by looking for particular processes and their arguments in the process table. The argument VCS was looking for *.Management.server with “:://.” Values.

From the process table, we could see the HTTP:// is missing for the weblogic.management.server component for OACORE2 and OACORE2 instances

OACORE 1:
1000 17191 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server1 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server1 -Dweblogic.management.server=http://APP-HOST:7012

OACORE 2:
1000 17102 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server2 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server2 -Dweblogic.management.server=APP-HOST:7012

OACORE 3:
1000 17133 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server3 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server3 -Dweblogic.management.server=APP-HOST:7012

Resolution

  1. Edit the configuration (Wizard or config.xml file) of the respective OACORE instance
  2. Replace the weblogic.management.server field with appropriate "http://:PORT" value

Issue/Introduction

VCS failed to start Oracle eBiz Components configured as OACORE resource in the cluster, and if the processes are started outside of VCS, VCS showed the resources as offline.