Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.13 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
17.13.1 Methods to be acquired and setup for log acquisition
17.13.2 Output formats
17.13.3 Output example and analysis method
17.13.4 Required memory size and file size
17.13.5 Notes