Skip to content

redshift driver cannot connect: IncorrectTypeException #345

Locked Answered by urbushey
BaronWR asked this question in Q&A
Discussion options

You must be logged in to vote

@BaronWR @WillSidebottom In case you are still having issues, I think that you may have made the same mistake I initially did when following the Amazon Redshift Getting Started directions step 5.

It says to grab the JDBC URL and copy it into your connection settings. If you just grab the URL, which looks like this:

jdbc:redshift://xxx.xx.us-east-1.redshift.amazonaws.com:5439/dev

it includes the jdbc:redshift:// as well as :5439/dev bit.

You need to take both of those out of your URL because DBeaver connection dialog adds them in. Basically verify that the read-only DBeaver "JDBC URL" matches the Redshift "JDBC URL" at the end of the day because it's easy to mess up.

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kseniiaguzeeva
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #345 on December 25, 2020 13:21.