AWS Redshift driver not available
See original GitHub issueAWS Redshift connection type not available and breaking existing connections. Error first occurred on 5.2.1 and continued on every version up to current, 5.2.4.
Mac - 5.2.4 - AWS Redshift
dbeaver-debug.log
Reason: can't load driver class 'ds-redshift.......redshift.amazonaws.com'
at org.jkiss.dbeaver.registry.driver.DriverDescriptor.loadDriver(DriverDescriptor.java:844)
at org.jkiss.dbeaver.registry.driver.DriverDescriptor.loadDriver(DriverDescriptor.java:822)
at org.jkiss.dbeaver.registry.driver.DriverDescriptor.getDriverInstance(DriverDescriptor.java:502)
at org.jkiss.dbeaver.model.impl.jdbc.JDBCDataSource.getDriverInstance(JDBCDataSource.java:601)
at org.jkiss.dbeaver.model.impl.jdbc.JDBCDataSource.openConnection(JDBCDataSource.java:115)
... 10 more
Caused by: java.lang.ClassNotFoundException: ds-redshift......redshift.amazonaws.com
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.jkiss.dbeaver.registry.driver.DriverDescriptor.loadDriver(DriverDescriptor.java:842)
... 14 more
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Download the Amazon Redshift JDBC driver, version 2.1
Download the Amazon Redshift JDBC driver, version 2.1. PDFRSS. Amazon Redshift offers drivers for tools that are compatible with the JDBC 4.2 API....
Read more >Installing the Amazon Redshift JDBC driver, version 2.1
To install the Amazon Redshift JDBC 4.2–compatible driver version 2.1 (without the AWS SDK), copy the JAR file to the directory of your...
Read more >Configuring an ODBC connection - Amazon Redshift
Learn the steps to set up an ODBC connection for an Amazon Redshift cluster.
Read more >Connect to your cluster by using SQL Workbench/J
Connect to your cluster over a JDBC connection in SQL Workbench/J · Open SQL Workbench/J. · Choose File, and then choose Connect window....
Read more >Installing and configuring the Amazon Redshift ODBC driver ...
To download and install ODBC drivers for 32-bit operating systems, see Install and configure the Amazon Redshift ODBC driver on Microsoft Windows. Review...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Are you behind some corporate firewall? IF so then you need to download Redshift driver manually from https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html and the nadd jars into DBeaver driver config (libs)
Good