Applicable EBS Version 12.2.x
12.2 Ebusiness Suite - Collecting Fusion Middleware Log Files (Doc ID 1362900.1)
Run the following from a Unix shell with the Apps environment sourced and upload the
resulting zip file under your [ tmp ] directory.
a) OPMN and OHS log files
zip -r /tmp/`uname -n`_`date +%m%d%y.%H%M`_OPMN_OHS.zip $IAS_ORACLE_HOME/instances/*/diagnostics/logs/OHS/*/*log* $IAS_ORACLE_HOME/instances/*/diagnostics/logs/OPMN/opmn/*
b) WebLogic Server
zip -r /tmp/`uname -n`_`date +%m%d%y.%H%M`_FMW.zip $IAS_ORACLE_HOME/../wlserver_10.3/common/nodemanager $EBS_DOMAIN_HOME/servers/oa*/logs/*out*
$EBS_DOMAIN_HOME/servers/oa*/logs/*log* \
$EBS_DOMAIN_HOME/servers/forms*/logs/*out* \
$EBS_DOMAIN_HOME/servers/forms*/logs/*log* \
$EBS_DOMAIN_HOME/servers/AdminServer/logs/*out* \
$EBS_DOMAIN_HOME/servers/AdminServer/logs/*log* \
$EBS_DOMAIN_HOME/sysman/log/*
Applicable 12.1 Version
R12 IAS / HTTP Server configuration and log file collection steps (Doc ID 1964851.1)
zip -r /tmp/`uname -n`_`date +%m%d%y.%H%M`_iAS1013.zip \
$ORA_CONFIG_HOME/10.1.3/Apache/* \
$ORA_CONFIG_HOME/10.1.3/j2ee/* \
$ORA_CONFIG_HOME/10.1.3/opmn/* \
$LOG_HOME/ora/10.1.3/Apache/* \
$LOG_HOME/ora/10.1.3/opmn/* \
$LOG_HOME/ora/10.1.3/j2ee/* \
$CONTEXT_FILE
How To Gather Information To Diagnose A Java OutOfMemory Error In 11i, R12, or 12.1.1 (Doc ID 842857.1)