Cassandar driver not downloaded
Answered
Hello,
I have downloaded the latest IntelliJ version, but when I try to connect to the cassandra database, the 'Test Connection' button is disabled and the bottom of the dialog says 'No provided files for Cassandra'. I have cassandra 3_10_1 version. I am not sure if I have missed some step or manually have to download the driver. Can someone help please?
Thanks,
Arathi.
Please sign in to leave a comment.
There is download button available when you use data source for the first time and the driver is not yet downloaded, please check https://www.jetbrains.com/help/datagrip/connecting-to-a-database.html#connect-to-cassandra-database
I am using IntelliJ Idea Ultimate 2018.3.4 version and trying to connect to the Database. I am not sure if it uses Data Grip for that.The screenshots are
The second screenshot is when I select Cassandra link present at the bottom of the first screenshot
Thanks,
Arathi.
Do you have such issue with any jdbc driver? Can you use other networking functionality in IDE?
Please provide idea.log after IDE restart and trying to create Cassandra data source.
For uploading you can use ftp://ftp.intellij.net/.uploads / https://uploads.services.jetbrains.com or any file sharing service or output it here (if it is not too long).
I have postgres connected. But npne of the other drivers. For example, I tried to download the driver for Redshift in the Data Sources and Drivers dialog and got a java.net.ConnectException. I have uploaded the file (Arathi_idea.log)
You are getting connection refused error for https connections:
You should configure your local network environment: if you have proxy make sure it does not block IDE connections.
Workaround is to download jdbc driver jar from internet and add the jar manually in driver settings.
Thanks for the suggestion. I will try to figure out about the network issue.