question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AWS Redshift driver not available

See original GitHub issue

AWS 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.

dbeaver-driver-error dbeaver-connection-type

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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Nov 6, 2018

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)

0reactions
serge-ridercommented, Nov 8, 2018

Good

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found