Monday, 23 April 2018

[DBeaver 5.0.x] Application "org.jkiss.dbeaver.core.application.standalone" could not be found in the registry.


From time to time DBeaver CE refuses to start with mentioned exception. Apparently it is able to write bork in its own configuration such that it cannot process it properly itself. To fix this, remove config directory:
${HOME}/.dbeaver4/configuration
Earlier versions (3.x at least) have been affected too.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...