Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

18.15 Exception trace log

You can acquire an Exception trace log as troubleshooting information. If a failure caused by an exception occurs in the JDBC driver, the failure cause is output to the Exception trace log.

The following constitute the output contents:

When this function is used, information about JDBC's API methods that are called from the UAP is stored in the JDBC driver memory. Then if an SQLException, BatchUpdateException, or XAException occurs, the information stored in memory can be output to a file before the exception is thrown.

Organization of this section
18.15.1 Methods to be acquired and setup for log acquisition
18.15.2 Output formats
18.15.3 Output example and analysis method
18.15.4 Required memory size and file size
18.15.5 Notes