mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #452] installation issue with cloudbeaver #136
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#136
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 @kcksmart on GitHub (Aug 23, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/452
getting unable to connect error upon checking (https://dbeaver.io/eclipse-repo/p2.index) this link in not found can some one guide me with this
@kseniiaguzeeva commented on GitHub (Aug 23, 2021):
Could you please describe your case in details and give steps to reproduce? It will allow me to assess the issue and help to solve it.
@kcksmart commented on GitHub (Aug 23, 2021):
i am trying to install cloudbeaver in my linux system but getting struck at above step, i have added the https://dbeaver.io/eclipse-repo link to the proxywhitelisiting but whe i open the link https://dbeaver.io/eclipse-repo/p2.index link in chrome it is throwing "not found " error.
@serge-rider commented on GitHub (Aug 23, 2021):
@kcksmart What exactly command do you execute? Why do you need p2.index?
@kcksmart commented on GitHub (Aug 23, 2021):
@serge-rider
don't need that p2.index but its running when I start the build.sh ,
actully the installation is not getting completed, let me attach the complete steps for better understanding of the issue
@Geronium commented on GitHub (Aug 24, 2021):
i did the installation with a dockerfile and behind a proxy, and for that i had to create inside the home directory a ".m2" folder, and inside the ".m2" folder a file "settings.xml" with this content (replace myipproxy with your ip proxy, and myportproxy with your proxy port) to give the proxy parameters to nodejs :
Maybe you have to do the same thing.
@serge-rider commented on GitHub (Aug 25, 2021):
@kcksmart You seems to be behind a proxy. In order to build cloudbeaver from sources you have to have internet access to dbeaver.io website (as well as to some other websites like eclipse.org and maven central).
You could configure proxy server in maven settings (see @Geronium comment above).
@kseniiaguzeeva commented on GitHub (Sep 22, 2021):
Please feel free to ask to reopen the ticket if it is still actual for you.