This chapter includes the following sections:
Topics:
There are two types of errors that can occur in the operation of Oracle GoldenGate for Java:
The Replicat process running or VAM does not start or abends
The process runs successfully, but the data is incorrect or nonexistent
If the Replicat or Extract process does not start or abends, check the error messages in order from the beginning of processing through to the end:
If the process runs successfully, but the data is incorrect or nonexistent, check for errors in any custom filter, formatter or handler you have written.
To restart the Replicat from the beginning of a trail, see Restarting the Java Delivery.
Parent topic: Troubleshooting the Java Adapters
If you have a support account for Oracle GoldenGate, submit a support ticket and include the following:
Operating system and Java versions
The version of the Java Runtime Environment can be displayed by:
$ java -version
Configuration files:
Parameter file for the Replicat
All properties files used, including any JMS or JNDI properties files
Velocity templates for formatting purposes
If applicable, also include the target-specific configuration file
Log files:
In the Oracle GoldenGate install directory, all .log
files: the Java log4j
log files and the native module or VAM log file.
Parent topic: Troubleshooting the Java Adapters