mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #95] No preconfigured connections found #28
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicolamarangoni on GitHub (Jun 17, 2020).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/95
Description
in the folder
cloudbeaver/deploy/cloudbeaver/workspace/GlobalConfiguration/.dbeaver, I filled bothdata-sources.jsonandprovided-connections.json.After restarting CloudBever I don't see any preconfigured connection.
To Reproduce
Steps to reproduce the behavior:
cloudbeaver/deploy/cloudbeaver/workspace/GlobalConfiguration/.dbeaverdata-sources.jsonandprovided-connections.jsonServer
CentOS7
Desktop
@serge-rider commented on GitHub (Jun 17, 2020):
Please check error/debug log.
Perhaps something is wrong with connections configuration.
Debug log is in cloudbeaver/deploy/cloudbeaver/workspace/.metadata
@serge-rider commented on GitHub (Jun 17, 2020):
I've reproduced this issue. It is fixed.
Please check the latest version (devel branch or release 1.0.4).
@nicolamarangoni commented on GitHub (Jun 17, 2020):
Many thanks! It works now!
However, the navigation bar remains empty as before. I just can use SQL-tabs to query objects.
I don't have any file in
cloudbeaver/deploy/cloudbeaver/workspace/.metadata@nicolamarangoni commented on GitHub (Jun 17, 2020):
I also don't understand the difference between
data-sources.jsonandprovided-connections.json@serge-rider commented on GitHub (Jun 17, 2020):
Connections in
data-sources.jsonare "pre-comnfigured" - you can add them into navigator manually (from the top bar menu).Connections in
provided-connections.jsonare always visible in the navigator (similarly to desktop dbeaver).@nicolamarangoni commented on GitHub (Jun 26, 2020):
This issue is closed because I can browse the datasources now (tested with 1.0.4)