11.1 Locating Oracle GoldenGate Enterprise Manager Plug-in Log Files

Following are the Oracle GoldenGate Enterprise Manager Plug-in log files (assuming that ORACLE_HOME is set to /home/oracle/) that can help you with troubleshooting the Oracle GoldenGate Enterprise Manager Plug-In.

Discovery related error details log file: ogg_so_logs.log.*, where * can be 0, 1, 2, 3....n

This file is in the $AGENT_STATE_DIR/sysman/emd/ directory.

The ogg_so_log file contains discovery related errors, details about execute commands, and report/discard/config file operations. If there are any errors while the Oracle GoldenGate Enterprise Manager Plug-in Agent connects with Monitoring Agent, the information is logged in this file.

For example:

/home/oracle/oem/agent/agent_inst/sysman/emd/ogg_so_logs.log.0
EM Agent error details log file: emagent.log

This file is in the $AGENT_STATE_DIR/sysman/log/ directory. For example:

/home/oracle/oem/agent/agent_inst/sysman/log/gcagent.log

EM Agent REST log file:gcagent_rest.log.*
To enable debug logs for REST Fetchlets for Microservices targets, add the following lines to the $EMSTATE/sysman/config/emd.properties file:
# For REST Fetchlet
ODLLogger.rest.level=DEBUG
ODLLogger.rest.totalSize=5
ODLLogger.rest.segment.count=5
ODLLogger.rest.filename=gcagent_rest.log
ODLLogger.rest.logger=oracle.sysman.gcagent.addon.fetchlet.muws.ws.rs.RESTfulServiceFetchlet
This creates the gcagent_rest.log.* under $EMSTATE/sysman/log, where * can be 0, 1, 2, 3....n
Oracle GoldenGate Enterprise Manager Plug-In user interface error details log file: emoms.log

This file is in the $T_WORK/ user_projects/domains/EMGC_DOMAIN/servers/EMGC_OMS1/sysman/log/ directory. For example:

/home/oracle/oem/gc_inst/user_projects/domains/EMGC_DOMAIN/servers/EMGC_OMS1/sysman/log/emoms.log

Oracle Management Services log file: EMGC_OMS1.out

This file is in the $T_WORK/user_projects/domains/EMGC_DOMAIN/servers/EMGC_OMS1/logs/ directory. For example:

/home/oracle/oem/gc_inst/user_projects/domains/EMGC_DOMAIN/servers/EMGC_OMS1/logs/EMGC_OMS1.out