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.

DBeaver fails to start

See original GitHub issue

System information:

  • Operating system (distribution) and version:
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.2 LTS
Release:	18.04
Codename:	bionic

Using Gnome Shell DE

  • DBeaver version 6.0.2
  • Java version
$ java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.04.1-b12)
OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode)

  • Additional extensions n/a

Describe the problem you’re observing:

On starting up, after the splash screen nothing happens 😦

Steps to reproduce, if exist:

With the above combination of versions, dbeaver just fails to start.

Work around, temporary fix

If we view the logs by starting dbeaver via the shell

$ dbeaver

we can see exactly where it blows up:

Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper

Seems we can disable this “Accessibility” thingy which can be found here (depending on your version):

/etc/java-8-openjdk/accessibility.properties

just comment out so that it reads:

# assistive_technologies=org.GNOME.Accessibility.AtkWrapper

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
tchibatroncommented, May 21, 2019

This is related to dashboards. If you open dashboard and close DBeaver, it will not start untill you change accessibility.properties.

1reaction
serge-ridercommented, Jun 29, 2019

In 6.1.1 we have migrated to JDK11 which doesn’t have such issues. However we ship it only for Windows and Mac (in installers) while on Linux we keep using pre-intalled JRE.

Not sure what we can do with this now. Add jre in every Linux deb/rpm/zip distributions doesn’t look like a good idea…

Read more comments on GitHub >

github_iconTop Results From Across the Web

DBeaver failing to open - DBeaver Forum • View topic
Re: DBeaver failing to open ... It seems that your workspace was somehow broken. ... 2. Is folder %HOMEPATH%/.dbeaver/.metadata/.plugins/org.eclipse ...
Read more >
DBeaver does not start on Ubuntu 18.04 - Stack Overflow
If DBeaver is still not opening then the workspace got corrupted, maybe a file was not closed properly (or character coding issue?) but...
Read more >
DBeaver user guide
To order data by several columns, go column by column, setting the order with the Ordering icon, starting from the column by which...
Read more >
Dbeaver does not start on launch - reference to arch linux issue
There is an error regarding starting the application dbeaver in manjaro KDE. I will attach the error log file.
Read more >
how to let dbeaver to highlight sql error for easier ...
In this case, your problem is you have a comma at the end of db4_open, right before the FROM clause ...
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