mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #23] data-sources not working #13
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#13
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 @FreeSoftwareServers on GitHub (Apr 28, 2020).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/23
Please, describe your question in details.
I'm trying to setup pre-defined data-sources. I installed dbeaver and created a connection, copied the config and tried my best to get it to work but I continue to get the following error:
Can anybody give me an example/see what I'm doing wrong? Thanks!
Exception while fetching data (/navGetStructContainers) : null@Wroud commented on GitHub (Apr 28, 2020):
it's a known issue, we work on it, it's not related with configuration
@serge-rider commented on GitHub (Apr 28, 2020):
@FreeSoftwareServers could you check server log?
Steps to reproduce in UI would be helpful too.
@FreeSoftwareServers commented on GitHub (Apr 28, 2020):
@serge-rider I don't know where to find logs just yet, would help me with debugging, but seems @Wroud says it's a bug/known issue atm. (Though I didn't see a issue tracker created). Basically to reproduce, setup a PostgreSQL DB on localhost that you can connect to and then create the `data-sources*.json* and restart the CB server. It should auto load the data-source and in my case gave the above error. Does that make sense? The goal is to pre-define the connections I want so I don't have to add them each time.
@FreeSoftwareServers commented on GitHub (Apr 28, 2020):
@Wroud I noticed the
driverfield was blank, perhaps that is related? (In the UI behind the error)@Wroud commented on GitHub (Apr 28, 2020):
it's can be helpful if you can find this request (

query navGetStruct Containers) and send which variables are sent to the backendalso, it's probably related with empty driver field like you said
@serge-rider commented on GitHub (Apr 28, 2020):
@FreeSoftwareServers well, default server run script doesn't dump logs anywhere, just flushed everything into stdout (we are working on proper logging configuration). If you start server from console you can see logs on screen.
@Wroud commented on GitHub (Apr 28, 2020):
I'm pushed a fix for object tabs, so request leading to the error now sends only for SQL-editor, probably error will still occur for SQL-editor
@FreeSoftwareServers commented on GitHub (Apr 28, 2020):
@serge-rider I forgot, I actually had trouble getting it to run "silently" lol, used systemd and
&, but I'll start it manually for debugging next time and post logs.@allenyu6 commented on GitHub (May 21, 2020):
was this fixed? can we try out postgres and mysql? can someone post an example here if we have those done and working? Thanks!
@serge-rider commented on GitHub (May 25, 2020):
@allenyu6 There are several different and unrelated issues in this ticket. So I'm not quite sure what exactly are you asking about
Datasources configuration was fixed, now it supports folders and all other options.
If it still doesn't work for you - please create separate ticket.