Troubleshooting: Java™ applications that use JDBC

You can use workarounds to problems that you might encounter when you test Java™ applications in HCL OneTest API.

Table 1. Troubleshooting testing with Java™ applications that use JDBC
Problem Description Solution
When you use the integration tester JDBC driver alongside the Oracle ojdbc8 driver and the following error message is displayed: java.lang.IllegalStateException: Timer already cancelled The integration tester JDBC can cause other JDBC drivers to re-register with the JDBC DriverManager. This causes problems for the ojdbc8 driver. In the application that uses JDBC, you must specify the following JVM argument when you run the application:
-Dcom.greenhat.jdbc.configure.driver.manager=false