You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to convert a SQLite database (the chinook.db example) but r2rml is having trouble finding the driver
2018-12-06 15:16:46 ERROR R2RMLProcessor:98 - Error connecting to database.
java.sql.SQLException: No suitable driver found for jdbc:sqlite:/data/chinook.db
at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:208)
at r2rml.engine.R2RMLProcessor.createDatabaseConnection(R2RMLProcessor.java:90)
at r2rml.engine.R2RMLProcessor.execute(R2RMLProcessor.java:39)
at r2rml.Main.main(Main.java:59)
The text was updated successfully, but these errors were encountered:
We are trying to convert a SQLite database (the chinook.db example) but r2rml is having trouble finding the driver
The text was updated successfully, but these errors were encountered: