mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[GH-ISSUE #1288] Error executing the command to run cloudbeaver in development mode #281
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#281
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 @miltonchirinos44 on GitHub (Nov 16, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1288
Originally assigned to: @devnaumov on GitHub.
I recently upgraded the cloudbeaver project from java 11 to 17 since the dbeaver developer group upgraded the jdk 11 to jdk 17, I did all the steps to be able to deploy the project in eclipse java, I had no problems with that step, I managed to run cloudbeaver from eclipise java and i can view cloudbeaver from address http://localhost:8978. The problem I'm having is when I run the command to enable development mode I get the following error:
COMMAND:
lerna run dev --stream --scope=@cloudbeaver/product-default -- -- --env server=http://localhost:8978MISTAKE:

How can I solve this problem since I can't run cloudbeaver in development mode?
@kseniaguzeeva commented on GitHub (Nov 16, 2022):
Could you please write the name of the ticket in English?
@miltonchirinos44 commented on GitHub (Nov 17, 2022):
@kseniaguzeeva is already corrected
Mention again that it is failing is failing the development mode steps to replicate the problem please review

the error is still the same:

ERROR:
Please review the problem
@miltonchirinos44 commented on GitHub (Nov 21, 2022):
@devnaumov did you manage to replicate the error? to enable cloudbeaver development mode when you run the following command:
TOOLS:
COMMAND:
lerna run dev --stream --scope=@cloudbeaver/product-default -- -- --env server=http://localhost:8978
@miltonchirinos44 commented on GitHub (Nov 22, 2022):
For now I have no solution to this problem or how else can I access cloudbeaver's development mode
@miltonchirinos44 commented on GitHub (Nov 23, 2022):
Someone installed cloudbeaver, installing the latest version that is with java 17 and maven 3.8.6 and when he runs the command for development mode he gets errors and does not finish running cloudbeaver in development mode. Could someone verify this error, is easy to replicate
@miltonchirinos44 commented on GitHub (Nov 28, 2022):
I solved it thanks for the help