keeps / dbptk-ui

DBPTK base UI for both Desktop and Enterprise
https://database-preservation.com
GNU Lesser General Public License v3.0
23 stars 9 forks source link

Cannot create SIARD from SQLite DB file using JDBC Driver #335

Open MartinR4838 opened 1 year ago

MartinR4838 commented 1 year ago

Description: Hi,

I can´t create SIARD file from SQLite DB file using JDBC Driver. When trying to migrate simple SQLite DB to SIARD DBPTK-UI reports [IndexOutOfBoundException]undefined.

Context:

Steps required to reproduce the bug:

  1. Download sqlite-jdbc-3.39.3.0.jar from https://sourceforge.net/projects/sqlite-jdbc-driver.mirror/
  2. Connection is successfull using class org.sqlite.JDBC
  3. jdbc:sqlite:...\agencies_test.db

Attach any related screenshots below. image image

Attach any relevant logs below.

Find DBPTK Desktop logs at Help -> Logs menu. Find DBPTK Enterprise logs with docker logs command. agencies_test.zip