mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #3421] Adding a driver to CloudBeaver CE. #1256
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#1256
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 @avhz on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/3421
Hi :) I am trying to get SAP HANA working in CB (CE), running in Docker.
I have read the docs here, but the files described do not exist.
Am I missing something ?
Cheers !
@dariamarutkina commented on GitHub (May 7, 2025):
Hello, @avhz !
The pom.xml needs to be downloaded from the maven - https://mvnrepository.com/artifact/com.sap.hana :
And then open file server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml
and edit it according to the instructions
Please let us know if you were able to do it. If not, feel free to tell us what didn’t work — we’ll try to figure it out together 🦫
@avhz commented on GitHub (May 7, 2025):
Thanks for the response @dariamarutkina :)
server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml
This file does not exist in the container.
Edit: for completeness, my
compose.yaml:Then simply run with
docker compose up --build --detach.You can then shell into it and run
find . -name plugin.xmlwhich returns no results.@dariamarutkina commented on GitHub (May 7, 2025):
Please try the following:
git clone https://github.com/dbeaver/cloudbeaver.gitserver/driversdirectory.pom.xmlthere.server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xmlto register the driver.Inside the cloned repo, run:
./deploy/docker/make-docker-container.sh@avhz commented on GitHub (May 8, 2025):
Okay I'll give it a go and let you know, thank you @dariamarutkina :)
A side note: is it intentionally missing from the published image ? Seems like a useful thing to include.
@dariamarutkina commented on GitHub (May 8, 2025):
Actually, the file is included in the Docker image — it's just packaged inside a JAR file, not available as a plain file in the filesystem. That's why find doesn't return any results.
We will be waiting for your messages. 🦫
@dariamarutkina commented on GitHub (May 27, 2025):
Hello, @avhz !
Just checking — did the instructions work for you? Let us know if you need anything else!🦫
@avhz commented on GitHub (May 27, 2025):
I'm sorry, I haven't attempted it yet as I am stuck on #3437
@avhz commented on GitHub (May 30, 2025):
My proxy issue is resolved with help from @yagudin10 :)
@dariamarutkina is it possible to add the new driver to the
dbeaver/cloudbeaverimage, or do I need to do it via the repo first ?@dariamarutkina commented on GitHub (May 30, 2025):
Hello, @avhz!
Please follow the instructions in this comment:
https://github.com/dbeaver/cloudbeaver/issues/3421#issuecomment-2858884082
@LonwoLonwo commented on GitHub (Jul 21, 2025):
It has been a while since the last update on this issue.
If the issue persists, please inform us and provide additional details.