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

Unfortunately no. I tested with both but I still get this:

`Error connecting to database [test] 
: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.
Unable to load class 'net.ucanaccess.jdbc.UcanaccessDriver' in this classloader 
or in the parent


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.
Unable to load class 'net.ucanaccess.jdbc.UcanaccessDriver' in this classloader 
or in the parent


        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.
Unable to load class 'net.ucanaccess.jdbc.UcanaccessDriver' in this classloader 
or in the parent

        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.ClassNotFoundException: Unable to load class 
'net.ucanaccess.jdbc.UcanaccessDriver' in this classloader or in the parent
        at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:97)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
        at 
org.apache.hop.core.database.Database.connectUsingClass(Database.java:402)
        ... 15 more
Caused by: java.lang.ClassNotFoundException: 
net.ucanaccess.jdbc.UcanaccessDriver
        at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
        at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClassFromThisLoader(HopURLClassLoader.java:67)
        at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:92)
        ... 17 more`

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

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

Reply via email to