Fanfare Home | Community Home | Contact Us  

16762 -- Exceptions when working with SQLlite

Space Search
Searching iTest 3.4 Release Notes
Table of Contents

Database sessions can generate the following exceptions:

1. If you have an invalid URL to the database file, then this exception happens (e.g. my url was jdbc:sqlite://f://websave//vqa.db)
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)

2. when closing the session. I had just typed one statement: select * from systables and then executed it. It gave me an error about "no such table". After that I closed the session and got the following error:
java.lang.AbstractMethodError: org.sqlite.Stmt.isClosed()Z

Workaround:

All JDBC drivers need to be 1.6 or greater. Database sessions are not compatible with Java 1.5 JDBC drivers.

 

Labels

3_4 3_4 Delete
3_5 3_5 Delete
database_client_session database_client_session Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.