Troubleshooting: Java™ applications that use JDBC
You can use workarounds to problems that you might encounter when you test Java™ applications in Rational® Integration Tester.
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:
|