DBeaver Driver Download Failed: 4 Ways to Fix it

Installing drivers manually can help with this issue

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Running into the DBeaver driver download failed error can be quite frustrating, especially when you need to connect to your database urgently. Thankfully, there are several ways to tackle this issue and get back on track. Here are some tried-and-true solutions to help you resolve this error.

What can I do if the DBeaver driver download has failed?

Before we start, ensure that your firewall isn’t blocking access to the database and DBeaver in any way.

1. Update DBeaver

  1. Launch the DBeaver application.
  2. Click on the gear icon or go to Help in the menu bar and select Check for Updates.
    check for updates dbeaver
  3. If there are updates available, follow the prompts to download and install them.
  4. Close and reopen DBeaver to ensure the updates take effect.

2. Manually add driver files

  1. Go to the official site of the database vendor and download the required JDBC driver.
  2. Open DBeaver and go to Database > Driver Manager.
    driver manager dbeaver
  3. Click New to create a new driver configuration.
  4. Fill in the required fields:
    • Driver Name: Give it a name.
    • Driver Type: Select JDBC Driver.
    • Class Name: Obtain the class name from the driver’s documentation.
    • Add Jar Files: Click on Add File and navigate to the location where the downloaded .jar file is stored.
  5. Click OK.

Some users are suggesting going to the DBeaver GitHub, downloading the necessary jar file manually, and adding it as previously mentioned.

3. Configure proxy settings

  1. In DBeaver, go to Window > Preferences.
  2. Go to General > Network Connections.
    connection settings dbeaver
  3. If you are behind a proxy, enter the proxy settings provided by your IT department.
  4. Apply the changes and restart DBeaver.

4. Update certificates

  1. On Linux or macOS, open the terminal. On Windows, open Command Prompt or PowerShell.
  2. Run the command update-ca-certificates (for Linux) or update your Java truststore with:
    keytool -import -alias oracleDriversCert -keystore $JAVA_HOME/lib/security/cacerts -file oracleDriversCert.cer
  3. Ensure that the $JAVA_HOME/lib/security/cacerts file exists.
  4. On Linux, it might be located under /usr/lib/jvm/java-1.17.0-openjdk-amd64/lib/security/cacerts

By following these solutions, you can resolve driver download issues in DBeaver and ensure seamless connectivity to your databases. If the issue persists, try using alternative database tools.

If you’re working with databases, don’t miss our guide on how to secure SQL server databases. We also have a guide on how to recover a deleted database in Windows, so you might find it useful.

Connection errors are common when working with databases, and we have a great article on what to do if you get an Establishing a database connection error.

More about the topics: sql server