GitHub user KBoersch added a comment to the discussion: MS Access connection 
2.13.0

That results in this:

```
Error connecting to database [cegedim] 
:org.apache.hop.core.exception.HopDatabaseException: 
Error occurred while trying to connect to the database

Driver class 'net.ucanaccess.jdbc.UcanaccessDriver' could not be found, make 
sure the 'Microsoft Access database' driver (jar file) is installed.
Could not initialize class net.ucanaccess.jdbc.UcanaccessDriver


org.apache.hop.core.exception.HopDatabaseException: 
Error occurred while trying to connect to the database

Driver class 'net.ucanaccess.jdbc.UcanaccessDriver' could not be found, make 
sure the 'Microsoft Access database' driver (jar file) is installed.
Could not initialize class net.ucanaccess.jdbc.UcanaccessDriver


        at 
org.apache.hop.core.database.Database.normalConnect(Database.java:383)
        at org.apache.hop.core.database.Database.connect(Database.java:314)
        at 
org.apache.hop.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:49)
        at 
org.apache.hop.core.database.DatabaseFactory.getConnectionTestResults(DatabaseFactory.java:74)
        at 
org.apache.hop.core.database.DatabaseMeta.testConnectionSuccess(DatabaseMeta.java:2113)
        at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.testConnection(DatabaseMetaEditor.java:903)
        at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.test(DatabaseMetaEditor.java:766)
        at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.lambda$createButtonsForButtonBar$6(DatabaseMetaEditor.java:958)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4321)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1208)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4119)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3707)
        at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:481)
        at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:359)
Caused by: org.apache.hop.core.exception.HopDatabaseException: 
Driver class 'net.ucanaccess.jdbc.UcanaccessDriver' could not be found, make 
sure the 'Microsoft Access database' driver (jar file) is installed.
Could not initialize class net.ucanaccess.jdbc.UcanaccessDriver

        at 
org.apache.hop.core.database.Database.connectUsingClass(Database.java:427)
        at 
org.apache.hop.core.database.Database.normalConnect(Database.java:368)
        ... 14 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class 
net.ucanaccess.jdbc.UcanaccessDriver
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:421)
        at java.base/java.lang.Class.forName(Class.java:412)
        at 
org.apache.hop.core.database.Database.connectUsingClass(Database.java:422)
        ... 15 more
Caused by: java.lang.ExceptionInInitializerError: Exception 
net.ucanaccess.exception.UcanaccessRuntimeException: 
**org.hsqldb.jdbc.JDBCDriver** [in thread "main"]
        at 
net.ucanaccess.jdbc.UcanaccessDriver.<clinit>(UcanaccessDriver.java:42)
        ... 19 more
```

GitHub link: 
https://github.com/apache/hop/discussions/5216#discussioncomment-12935135

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to