Using the ppa version (latest?) it stops working
See original GitHub issueI am not sure this is a ppa problem. But as this is new I think is good to be promted I have just uninstalled dbeaver and install the ppa version, I am getting this error when executing it:
JVM terminated. Exit code=1
/usr/bin/java
--add-modules=ALL-SYSTEM
-Duser.language=en
-Xms64m
-Xmx1024m
-jar /usr/share/dbeaver//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/share/dbeaver/dbeaver
-name Dbeaver
--launcher.library /usr/share/dbeaver//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.550.v20170928-1359/eclipse_1629.so
-startup /usr/share/dbeaver//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.overrideVmargs
-exitdata 7f98005
-vm /usr/bin/java
-vmargs
--add-modules=ALL-SYSTEM
-Duser.language=en
-Xms64m
-Xmx1024m
-jar /usr/share/dbeaver//plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Use Old PPA if New PPA is Not Available for ... - Ask Ubuntu
1 Answer 1 ... If a PPA was not updated in time for a new Ubuntu release you have several options: ... Only...
Read more >How to keep up with the latest versions of Node.js in Ubuntu ...
If it's the latest version of Node.js you wish to install, the easiest method is to use Node Version Manager (NVM). It's safer...
Read more >Upgrade Pop!_OS - System76 Support
Get the newest version of Pop!_OS on your computer! Check out our upgrade directions.
Read more >Essential Guide: How to Remove a PPA in Ubuntu & Linux Mint
Learn how to remove a PPA from Ubuntu, Linux Mint, and other Linux distros in this simple guide, which shows you how to...
Read more >How to Add or Remove PPA in Ubuntu Using GUI and Terminal
In other words, if a new version of your favorite software comes out then you may not have to wait until the next...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like you are using very odd Java 9 version (very old Early Access which doesn’t support modules).
I’ll add
-XX:+IgnoreUnrecognizedVMOptions
option to dbeaver.ini - this should help on most JVMs (including OpenJDK). However not on 100% of them.Hello, I was having the same issue as @y2josei with freshly installed .deb from the website Aside to message box with text above, this was printed into the console:
I was able to start dbeaver after these steps:
/usr/share/dbeaver/dbeaver.ini
--add-modules=ALL-SYSTEM
line & saveMy OS/Java info:
Thanks!