dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.52k stars 381 forks source link

Installation with docker compose error #1661

Closed hosmelq closed 1 year ago

hosmelq commented 1 year ago

Hello, I'm trying to install the team edition with docker-compose following these instructions https://github.com/dbeaver/team-edition-deploy/tree/devel/compose, but I'm getting the following error.

I'm using the latest image.

Thanks.

ubuntu@:~/compose/cbte$ docker compose logs cloudbeaver-dc
cbte-cloudbeaver-dc-1  | Starting Domain Controller Server
cbte-cloudbeaver-dc-1  | 16:26:12.905 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/domain-controller/conf/domain-controller.conf
cbte-cloudbeaver-dc-1  | 16:26:13.094 [main] DEBUG i.c.product.dc.osgi.DCApplication - Workspace location: /opt/domain-controller/workspace
cbte-cloudbeaver-dc-1  | 16:26:13.166 [main] DEBUG c.d.l.e.LicenseServiceEmbedded -     Initialize license manager for cloudbeaver-dc
cbte-cloudbeaver-dc-1  | 16:26:13.234 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Initializing product: Domain Controller Web Server 23.0.0
cbte-cloudbeaver-dc-1  | 16:26:13.234 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Host plugin: io.cloudbeaver.product.dc 23.0.0.202303151405
cbte-cloudbeaver-dc-1  | 16:26:13.885 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate management database
cbte-cloudbeaver-dc-1  | 16:26:14.908 [main] DEBUG o.j.d.r.DataSourceProviderRegistry - Total database drivers: 117 (117)
cbte-cloudbeaver-dc-1  | 16:26:15.001 [main] DEBUG i.c.service.security.db.CBDatabase -     Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver?currentSchema=dc)
cbte-cloudbeaver-dc-1  | 16:26:16.202 [main] ERROR i.c.model.app.BaseWebApplication - Error updating management database schema
cbte-cloudbeaver-dc-1  | org.jkiss.dbeaver.DBException: Error updating management database schema
cbte-cloudbeaver-dc-1  |    at io.cloudbeaver.service.security.db.CBDatabase.initialize(CBDatabase.java:193)
cbte-cloudbeaver-dc-1  |    at io.cloudbeaver.service.security.EmbeddedSecurityControllerFactory.createSecurityService(EmbeddedSecurityControllerFactory.java:64)
cbte-cloudbeaver-dc-1  |    at io.cloudbeaver.product.dc.osgi.DCApplication.startServer(DCApplication.java:195)
cbte-cloudbeaver-dc-1  |    at io.cloudbeaver.model.app.BaseWebApplication.start(BaseWebApplication.java:186)
cbte-cloudbeaver-dc-1  |    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
cbte-cloudbeaver-dc-1  |    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
cbte-cloudbeaver-dc-1  |    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
cbte-cloudbeaver-dc-1  |    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
cbte-cloudbeaver-dc-1  |    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
cbte-cloudbeaver-dc-1  |    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
cbte-cloudbeaver-dc-1  |    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
cbte-cloudbeaver-dc-1  |    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
cbte-cloudbeaver-dc-1  |    at java.base/java.lang.reflect.Method.invoke(Unknown Source)
cbte-cloudbeaver-dc-1  |    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
cbte-cloudbeaver-dc-1  |    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
cbte-cloudbeaver-dc-1  |    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
cbte-cloudbeaver-dc-1  |    at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
cbte-cloudbeaver-dc-1  | Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "dc"
cbte-cloudbeaver-dc-1  |    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:659)
cbte-cloudbeaver-dc-1  |    at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:180)
cbte-cloudbeaver-dc-1  |    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:235)
cbte-cloudbeaver-dc-1  |    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
cbte-cloudbeaver-dc-1  |    at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:247)
cbte-cloudbeaver-dc-1  |    at org.postgresql.Driver.makeConnection(Driver.java:434)
cbte-cloudbeaver-dc-1  |    at org.postgresql.Driver.connect(Driver.java:291)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:55)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.dbcp2.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:355)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:889)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:424)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349)
cbte-cloudbeaver-dc-1  |    at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:134)
cbte-cloudbeaver-dc-1  |    at io.cloudbeaver.service.security.db.CBDatabase.initialize(CBDatabase.java:173)
cbte-cloudbeaver-dc-1  |    ... 16 common frames omitted
cbte-cloudbeaver-dc-1  | Starting Domain Controller Server
cbte-cloudbeaver-dc-1  | 16:26:19.995 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/domain-controller/conf/domain-controller.conf
cbte-cloudbeaver-dc-1  | 16:26:20.037 [main] DEBUG i.c.product.dc.osgi.DCApplication - Workspace location: /opt/domain-controller/workspace
cbte-cloudbeaver-dc-1  | 16:26:20.048 [main] DEBUG c.d.l.e.LicenseServiceEmbedded -     Initialize license manager for cloudbeaver-dc
cbte-cloudbeaver-dc-1  | 16:26:20.058 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Initializing product: Domain Controller Web Server 23.0.0
cbte-cloudbeaver-dc-1  | 16:26:20.059 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Host plugin: io.cloudbeaver.product.dc 23.0.0.202303151405
cbte-cloudbeaver-dc-1  | 16:26:20.194 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate management database
cbte-cloudbeaver-dc-1  | 16:26:20.381 [main] DEBUG o.j.d.r.DataSourceProviderRegistry - Total database drivers: 117 (117)
cbte-cloudbeaver-dc-1  | 16:26:20.401 [main] DEBUG i.c.service.security.db.CBDatabase -     Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver?currentSchema=dc)
mayerro commented 1 year ago

Hi @hosmelq!

You changed users database password in .env after provisioning an internal cloudbeaver database. There are two ways how to resolve this issue:

  1. Recreate TeamEdition cluster with new passwords:
    • Reset team-edition-deploy repository for cancelling changes with git reset -hard
    • Delete provisioned cluster and volumes with docker compose down -v
    • Make changes in .env file and follow this install instruction
  2. Use already provisioned passwords in .env file.

    • open file team-edition-deploy/compose/cbte/cloudbeaver-db-init.sql

    • copy user's passwords

    • replace passwords for users in .env file copied above

hosmelq commented 1 year ago

Hi @mayerro, thanks for your help. It's running now, but is there a default username/password?

CleanShot 2023-05-17 at 8 53 24

mayerro commented 1 year ago

Hi @hosmelq!

User and default password wrote in readme of https://github.com/dbeaver/team-edition-deploy repo. Do not forget to change it.

hosmelq commented 1 year ago

Hello @mayerro,

I updated the repo with the new code and followed your steps, and I'm getting the same error.

I only updated the CLOUDBEAVER_DB_PASSWORD env variable.

dbeaver-cloudbeaver-dc-1  | Starting Domain Controller Server
dbeaver-cloudbeaver-dc-1  | 21:52:06.908 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/domain-controller/conf/domain-controller.conf
dbeaver-cloudbeaver-dc-1  | 21:52:07.159 [main] DEBUG i.c.product.dc.osgi.DCApplication - Workspace location: /opt/domain-controller/workspace
dbeaver-cloudbeaver-dc-1  | 21:52:07.198 [main] DEBUG c.d.l.e.LicenseServiceEmbedded -  Initialize license manager for cloudbeaver-dc
dbeaver-cloudbeaver-dc-1  | 21:52:07.279 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Initializing product: Domain Controller Web Server 23.0.0
dbeaver-cloudbeaver-dc-1  | 21:52:07.283 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Host plugin: io.cloudbeaver.product.dc 23.0.0.202303151405
dbeaver-cloudbeaver-dc-1  | 21:52:08.173 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate management database
dbeaver-cloudbeaver-dc-1  | 21:52:08.826 [main] DEBUG o.j.d.r.DataSourceProviderRegistry - Total database drivers: 117 (117)
dbeaver-cloudbeaver-dc-1  | 21:52:08.864 [main] DEBUG i.c.service.security.db.CBDatabase -  Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/dc)
dbeaver-cloudbeaver-dc-1  | 21:52:09.358 [main] ERROR i.c.model.app.BaseWebApplication - Error updating management database schema
dbeaver-cloudbeaver-dc-1  | org.jkiss.dbeaver.DBException: Error updating management database schema
dbeaver-cloudbeaver-dc-1  |     at io.cloudbeaver.service.security.db.CBDatabase.initialize(CBDatabase.java:193)
dbeaver-cloudbeaver-dc-1  |     at io.cloudbeaver.service.security.EmbeddedSecurityControllerFactory.createSecurityService(EmbeddedSecurityControllerFactory.java:64)
dbeaver-cloudbeaver-dc-1  |     at io.cloudbeaver.product.dc.osgi.DCApplication.startServer(DCApplication.java:195)
dbeaver-cloudbeaver-dc-1  |     at io.cloudbeaver.model.app.BaseWebApplication.start(BaseWebApplication.java:186)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
dbeaver-cloudbeaver-dc-1  |     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
dbeaver-cloudbeaver-dc-1  |     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
dbeaver-cloudbeaver-dc-1  |     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
dbeaver-cloudbeaver-dc-1  |     at java.base/java.lang.reflect.Method.invoke(Unknown Source)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
dbeaver-cloudbeaver-dc-1  |     at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
dbeaver-cloudbeaver-dc-1  | Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:659)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:180)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:235)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:247)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.Driver.makeConnection(Driver.java:434)
dbeaver-cloudbeaver-dc-1  |     at org.postgresql.Driver.connect(Driver.java:291)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:55)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.dbcp2.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:355)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:889)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:424)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:349)
dbeaver-cloudbeaver-dc-1  |     at org.apache.commons.dbcp2.PoolingDataSource.getConnection(PoolingDataSource.java:134)
dbeaver-cloudbeaver-dc-1  |     at io.cloudbeaver.service.security.db.CBDatabase.initialize(CBDatabase.java:173)
dbeaver-cloudbeaver-dc-1  |     ... 16 common frames omitted
mayerro commented 1 year ago

Hi @hosmelq!

You can't change value of CLOUDBEAVER_DB_PASSWORD after you init cluster.

Try to change it with this instruction

hosmelq commented 1 year ago

Hello @mayerro, everything works great. I appreciate your help.

I'm configuring the same but with k8s and getting an error for cloudbeaver-dc.

λ kubectl logs -p cloudbeaver-dc-6dbf97c5c4-7vz2h
Starting Domain Controller Server
20:24:16.875 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/domain-controller/conf/domain-controller.conf
20:24:16.948 [main] DEBUG i.c.product.dc.osgi.DCApplication - Workspace location: /opt/domain-controller/workspace
20:24:17.019 [main] DEBUG c.d.l.e.LicenseServiceEmbedded -  Initialize license manager for cloudbeaver-dc
20:24:17.065 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Initializing product: Domain Controller Web Server 23.0.0
20:24:17.066 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Host plugin: io.cloudbeaver.product.dc 23.0.0.202303151405
20:24:17.367 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate management database
20:24:17.923 [main] DEBUG o.j.d.r.DataSourceProviderRegistry - Total database drivers: 117 (117)
20:24:17.960 [main] DEBUG i.c.service.security.db.CBDatabase -  Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver?currentSchema=dc)
20:24:18.450 [main] DEBUG i.c.service.security.db.CBDatabase -  Connected to PostgreSQL 13.11 (Debian 13.11-1.pgdg110+1)
20:24:18.658 [main] DEBUG i.c.service.security.db.CBDatabase -  Management database connection established
20:24:18.715 [main] ERROR i.c.model.app.BaseWebApplication - Error reading DC private key
org.jkiss.dbeaver.DBException: Error reading DC private key
    at io.cloudbeaver.product.dc.security.DCCertificateValidationService.<init>(DCCertificateValidationService.java:59)
    at io.cloudbeaver.product.dc.osgi.DCApplication.startServer(DCApplication.java:199)
    at io.cloudbeaver.model.app.BaseWebApplication.start(BaseWebApplication.java:186)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.base/java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: Missing key encoding
    at java.base/sun.security.rsa.RSAKeyFactory.engineGeneratePrivate(Unknown Source)
    at java.base/java.security.KeyFactory.generatePrivate(Unknown Source)
    at io.cloudbeaver.product.dc.security.DCCertificateValidationService.readPrivateKeyFromFile(DCCertificateValidationService.java:83)
    at io.cloudbeaver.product.dc.security.DCCertificateValidationService.<init>(DCCertificateValidationService.java:56)
    ... 15 common frames omitted
Caused by: java.security.InvalidKeyException: Missing key encoding
    at java.base/sun.security.rsa.RSAPrivateCrtKeyImpl.newKey(Unknown Source)
    at java.base/sun.security.rsa.RSAKeyFactory.generatePrivate(Unknown Source)
    ... 19 common frames omitted

CleanShot 2023-06-08 at 2 32 17

mayerro commented 1 year ago

Hi @hosmelq!

Please create certificates with script k8s/cbte/services-certs-generator.sh.

Check this step in instructions:


Generate internal services certificates:

        On Linux or macOS, run the script to prepare services certificates:

        cd k8s/cbte

        ./services-certs-generator.sh
hosmelq commented 1 year ago

I appreciate your support. That fixes the error for cloudbeaver-dc.

Now I'm getting this error related to cloudbeaver-qm. It looks like cloudbeaver-dc is not available.

team-edition-deploy/k8s on  devel
λ kubectl logs -p cloudbeaver-qm-d9c46669-6ct9c
Starting Query Manager Server
18:14:37.066 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/query-manager/conf/query-manager.conf
18:14:38.418 [main] INFO  i.c.product.qm.osgi.QMApplication - Instance connected to the remote security controller: http://cloudbeaver-dc:8970/dc
18:14:47.822 [main] DEBUG c.d.r.client.AbstractRemoteClient - --> Call: http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER
18:14:48.376 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 1 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:49.983 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 2 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:51.004 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 3 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:52.242 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 4 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:53.265 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 5 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:54.345 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 6 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:55.351 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 7 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:56.357 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 8 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:57.381 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 9 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:58.394 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 10 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:14:59.398 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 11 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:00.401 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 12 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:01.411 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 13 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:02.415 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 14 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:03.457 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 15 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:04.460 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 16 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:05.522 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 17 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:06.703 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 18 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:08.065 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 19 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:09.246 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 20 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:10.251 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 21 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:11.268 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 22 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:12.271 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 23 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:13.278 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 24 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:14.282 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 25 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:15.299 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 26 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:16.303 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 27 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:17.308 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 28 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:18.326 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 29 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:19.340 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 30 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:21.247 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 31 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:22.504 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 32 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:23.728 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 33 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:24.748 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 34 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:25.846 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 35 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:26.856 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 36 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:27.958 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 37 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:28.997 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 38 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:30.102 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 39 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:31.105 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 40 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:32.127 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 41 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:33.132 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 42 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:34.161 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 43 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:35.177 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 44 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:36.204 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 45 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:37.219 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 46 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:38.245 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 47 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:39.319 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 48 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:40.355 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 49 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:41.754 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 50 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:42.772 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 51 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:43.784 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 52 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:44.790 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 53 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:45.935 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 54 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:47.406 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 55 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:48.448 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 56 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:49.463 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 57 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:50.482 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 58 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:51.612 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 59 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:53.039 [main] DEBUG c.d.r.c.i.RetryRequestInterceptor - Failed execute request 60 times: Request{method=GET, url=http://cloudbeaver-dc:8970/dc/configurations/service/QUERY_MANAGER}
18:15:55.114 [main] ERROR i.c.model.app.BaseWebApplication - Error parsing configuration
org.jkiss.dbeaver.DBException: Error loading QM server configuration
    at io.cloudbeaver.product.qm.osgi.QMApplication.loadConfiguration(QMApplication.java:203)
    at io.cloudbeaver.model.app.BaseWebApplication.loadServerConfiguration(BaseWebApplication.java:122)
    at io.cloudbeaver.product.qm.osgi.QMApplication.startServer(QMApplication.java:151)
    at io.cloudbeaver.model.app.BaseWebApplication.start(BaseWebApplication.java:186)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.base/java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.jkiss.dbeaver.model.exec.DBCException: Server is not available: http://cloudbeaver-dc:8970/dc
    at com.dbeaver.remote.client.AbstractRemoteClient.handleRequestException(AbstractRemoteClient.java:312)
    at com.dbeaver.remote.client.AbstractRemoteClient.executeRequest(AbstractRemoteClient.java:302)
    at com.dbeaver.remote.client.AbstractRemoteClient.executeGetRequest(AbstractRemoteClient.java:131)
    at com.dbeaver.remote.client.AbstractRemoteClient.executeGetRequest(AbstractRemoteClient.java:118)
    at com.dbeaver.remote.client.AbstractRemoteClient.executeGetRequest(AbstractRemoteClient.java:110)
    at com.dbeaver.ee.dc.client.DCConfigurationClient.getServiceConfiguration(DCConfigurationClient.java:51)
    at io.cloudbeaver.product.qm.osgi.QMApplication.readAdditionalConfiguration(QMApplication.java:211)
    at io.cloudbeaver.product.qm.osgi.QMApplication.loadConfiguration(QMApplication.java:194)
    ... 16 common frames omitted
Caused by: java.io.IOException: Server is not available: http://cloudbeaver-dc:8970/dc
    at com.dbeaver.remote.client.interceptor.RetryRequestInterceptor.intercept(RetryRequestInterceptor.java:85)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
    at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
    at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
    at com.dbeaver.remote.client.AbstractRemoteClient.execute(AbstractRemoteClient.java:318)
    at com.dbeaver.remote.client.AbstractRemoteClient.executeRequest(AbstractRemoteClient.java:270)
    ... 22 common frames omitted

CleanShot 2023-06-09 at 12 22 22

mayerro commented 1 year ago

@hosmelq looks like your cluster works fine. Some nodes dependencies from the cloudbeaver-dc deployment and wait it will be up that means one restart of others cloudbeaver-* deployments is admissible. If you have troubles with deployments please attach logs of cloudbeaver-dc deployment as well.

hosmelq commented 1 year ago

Hello @mayerro here are the logs for cloudbeaver-dc.

Thank you for your help.

❯ kubectl logs cloudbeaver-dc-76fdcc7f84-5q496
Starting Domain Controller Server
14-06-2023 21:45:50.829 [main] DEBUG i.c.model.app.BaseWebApplication - Loading configuration from /opt/domain-controller/conf/domain-controller.conf
14-06-2023 21:45:50.906 [main] DEBUG i.c.product.dc.osgi.DCApplication - Workspace location: /opt/domain-controller/workspace
14-06-2023 21:45:50.912 [main] DEBUG c.d.l.e.LicenseServiceEmbedded -   Initialize license manager for cloudbeaver-dc
14-06-2023 21:45:50.922 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Initializing product: Domain Controller Web Server 23.1.0
14-06-2023 21:45:50.922 [main] DEBUG io.cloudbeaver.ms.MSPlatform - Host plugin: io.cloudbeaver.product.dc 23.1.0.202306141043
14-06-2023 21:45:51.072 [main] DEBUG i.c.service.security.db.CBDatabase - Initiate management database
14-06-2023 21:45:51.264 [main] DEBUG o.j.d.r.DataSourceProviderDescriptor - Script dialect 'netsuite' not found in registry (for data source provider netsuite). Use default.
14-06-2023 21:45:51.386 [main] DEBUG o.j.d.r.DataSourceProviderRegistry - Total database drivers: 124 (124)
14-06-2023 21:45:51.449 [main] DEBUG i.c.service.security.db.CBDatabase -   Initiate connection pool with management database (PostgreSQL; jdbc:postgresql://postgres:5432/cloudbeaver?currentSchema=dc)
14-06-2023 21:45:51.777 [main] DEBUG i.c.service.security.db.CBDatabase -   Connected to PostgreSQL 13.11 (Debian 13.11-1.pgdg110+1)
14-06-2023 21:45:51.803 [main] DEBUG o.j.d.m.sql.schema.SQLSchemaManager - Create new schema CB
14-06-2023 21:45:52.257 [main] DEBUG i.c.service.security.db.CBDatabase -   Management database connection established
14-06-2023 21:45:52.264 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'aws-saml' registered
14-06-2023 21:45:52.265 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'aws' registered
14-06-2023 21:45:52.266 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'azure-ad-openid' registered
14-06-2023 21:45:52.267 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'azure' registered
14-06-2023 21:45:52.268 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'google-openid' registered
14-06-2023 21:45:52.271 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'gcp' registered
14-06-2023 21:45:52.272 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'openid' registered
14-06-2023 21:45:52.273 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'saml' registered
14-06-2023 21:45:52.274 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'local' registered
14-06-2023 21:45:52.274 [main] DEBUG i.c.s.s.CBEmbeddedSecurityController - Auth provider 'reverseProxy' registered
14-06-2023 21:45:52.672 [main] INFO  resources/mq/kafka_topics.json - Create topics: cb_configuration,qm_configuration,rm_configuration,rm_project_resource_update,cb_object_permissions,rm_project_update,cb_user_secret
14-06-2023 21:45:52.795 [main] WARN  o.a.k.c.producer.ProducerConfig - The configuration 'key.deserializer' was supplied but isn't a known config.
14-06-2023 21:45:52.795 [main] WARN  o.a.k.c.producer.ProducerConfig - The configuration 'value.deserializer' was supplied but isn't a known config.
14-06-2023 21:45:52.796 [main] DEBUG i.c.product.dc.osgi.DCApplication - Starting Spring Boot application
14-06-2023 21:45:52.890 [DBeaver: Initialize MQ consumer] WARN  o.a.k.c.consumer.ConsumerConfig - The configuration 'value.serializer' was supplied but isn't a known config.
14-06-2023 21:45:52.892 [DBeaver: Initialize MQ consumer] WARN  o.a.k.c.consumer.ConsumerConfig - The configuration 'key.serializer' was supplied but isn't a known config.
14-06-2023 21:45:53.311 [main] INFO  o.s.boot.SpringApplication - Starting application using Java 17.0.4.1 on cloudbeaver-dc with PID 8 (started by root in /opt/domain-controller)
14-06-2023 21:45:53.311 [main] INFO  o.s.boot.SpringApplication - No active profile set, falling back to 1 default profile: "default"
14-06-2023 21:45:54.037 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @6841ms to org.eclipse.jetty.util.log.Slf4jLog
14-06-2023 21:45:54.103 [main] INFO  o.s.b.w.e.j.JettyServletWebServerFactory - Server initialized with port: 8970
14-06-2023 21:45:54.106 [main] INFO  org.eclipse.jetty.server.Server - jetty-9.4.45.v20220203; built: 2022-02-03T09:14:34.105Z; git: 4a0c91c0be53805e3fcffdcdcc9587d5301863db; jvm 17.0.4.1+1
14-06-2023 21:45:54.142 [main] INFO  o.e.j.s.h.ContextHandler.application - Initializing Spring embedded WebApplicationContext
14-06-2023 21:45:54.142 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 804 ms
14-06-2023 21:45:54.335 [main] DEBUG i.c.p.d.c.DCServletContextInitializer - Register servlet aad:/api/azure-ad-openid/*
14-06-2023 21:45:54.336 [main] DEBUG i.c.p.d.c.DCServletContextInitializer - Register servlet google:/api/google-openid/*
14-06-2023 21:45:54.336 [main] DEBUG i.c.p.d.c.DCServletContextInitializer - Register servlet openid:/api/openid/*
14-06-2023 21:45:54.338 [main] DEBUG i.c.p.d.c.DCServletContextInitializer - Register servlet saml:/api/saml/*
14-06-2023 21:45:54.342 [main] INFO  org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0
14-06-2023 21:45:54.342 [main] INFO  org.eclipse.jetty.server.session - No SessionScavenger set, using defaults
14-06-2023 21:45:54.343 [main] INFO  org.eclipse.jetty.server.session - node0 Scavenging every 600000ms
14-06-2023 21:45:54.346 [main] INFO  o.e.j.server.handler.ContextHandler - Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@454e9d65{application,/dc,[file:///tmp/jetty-docbase.8970.14817175502843483310/],AVAILABLE}
14-06-2023 21:45:54.346 [main] INFO  org.eclipse.jetty.server.Server - Started @7150ms
14-06-2023 21:45:54.540 [main] INFO  i.c.p.d.c.DCRestExceptionHandler - Loading HTML body for errors
14-06-2023 21:45:54.566 [main] WARN  o.s.b.a.s.s.UserDetailsServiceAutoConfiguration -

Using generated security password: 88ac33a8-33fc-4d7c-a15e-fad9e7f71c47

This generated password is for development use only. Your security configuration must be updated before running your application in production.

14-06-2023 21:45:54.701 [main] INFO  o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [resources/index.html]
14-06-2023 21:45:55.593 [main] INFO  o.s.s.web.DefaultSecurityFilterChain - Will not secure any request
14-06-2023 21:45:55.793 [main] DEBUG i.c.m.s.a.DCRefreshTokenAuthFilter - Filter 'DCRefreshTokenAuthFilter' configured for use
14-06-2023 21:45:55.793 [main] DEBUG i.c.m.s.auth.MSTokenAuthFilter - Filter 'MSTokenAuthFilter' configured for use
14-06-2023 21:45:55.795 [main] INFO  o.e.j.s.h.ContextHandler.application - Initializing Spring DispatcherServlet 'dispatcherServlet'
14-06-2023 21:45:55.795 [main] INFO  o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
14-06-2023 21:45:55.797 [main] INFO  o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
14-06-2023 21:45:55.828 [main] INFO  o.e.jetty.server.AbstractConnector - Started ServerConnector@3caf5c96{HTTP/1.1, (http/1.1)}{0.0.0.0:8970}
14-06-2023 21:45:55.833 [main] INFO  o.s.b.w.e.jetty.JettyWebServer - Jetty started on port(s) 8970 (http/1.1) with context path '/dc'
14-06-2023 21:45:55.875 [main] INFO  o.s.boot.SpringApplication - Started application in 2.924 seconds (JVM running for 8.678)
14-06-2023 21:46:08.415 [qtp1345672907-35] ERROR c.d.l.e.LicenseServiceEmbedded - No license found for Domain Controller Web Server
mayerro commented 1 year ago

@hosmelq Yep, that is! Your DBeaver TE cluster works fine.

hosmelq commented 1 year ago

Hello @mayerro, when I enter the local domain, I get a 404.

CleanShot 2023-06-15 at 5 12 37@2x
mayerro commented 1 year ago

@hosmelq can you show me nginx ingress logs?

hosmelq commented 1 year ago

@mayerro, here are the logs.

Thanks!

team-edition-deploy/k8s on  devel
❯ kubectl logs nginx-ingress-controller-676fc965f7-f928t
NGINX Ingress Controller Version=3.1.1 Commit=72473392d14cb0971de4b916a8db9bb675a16634 Date=2023-05-04T23:50:20Z DirtyState=false Arch=linux/arm64 Go=go1.20.4
I0616 17:54:50.966297       1 flags.go:294] Starting with flags: ["-nginx-plus=false" "-nginx-reload-timeout=60000" "-enable-app-protect=false" "-enable-app-protect-dos=false" "-nginx-configmaps=default/nginx-ingress" "-ingress-class=nginx" "-health-status=false" "-health-status-uri=/nginx-health" "-nginx-debug=false" "-v=1" "-nginx-status=true" "-nginx-status-port=8080" "-nginx-status-allow-cidrs=127.0.0.1" "-report-ingress-status" "-external-service=nginx-ingress-controller" "-enable-leader-election=true" "-leader-election-lock-name=nginx-ingress-leader-election" "-enable-prometheus-metrics=true" "-prometheus-metrics-listen-port=9113" "-prometheus-tls-secret=" "-enable-service-insight=false" "-service-insight-listen-port=9114" "-service-insight-tls-secret=" "-enable-custom-resources=true" "-enable-snippets=false" "-include-year=false" "-disable-ipv6=false" "-enable-tls-passthrough=false" "-enable-preview-policies=false" "-enable-cert-manager=false" "-enable-oidc=false" "-enable-external-dns=false" "-ready-status=true" "-ready-status-port=8081" "-enable-latency-metrics=false"]
I0616 17:54:50.972833       1 main.go:234] Kubernetes version: 1.25.9
I0616 17:54:50.979736       1 main.go:380] Using nginx version: nginx/1.23.4
I0616 17:54:50.986896       1 main.go:776] Pod label updated: nginx-ingress-controller-676fc965f7-f928t
2023/06/16 17:54:50 [notice] 14#14: using the "epoll" event method
2023/06/16 17:54:50 [notice] 14#14: nginx/1.23.4
2023/06/16 17:54:50 [notice] 14#14: built by gcc 10.2.1 20210110 (Debian 10.2.1-6)
2023/06/16 17:54:50 [notice] 14#14: OS: Linux 5.15.49-linuxkit-pr
2023/06/16 17:54:50 [notice] 14#14: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2023/06/16 17:54:50 [notice] 14#14: start worker processes
2023/06/16 17:54:50 [notice] 14#14: start worker process 15
2023/06/16 17:54:50 [notice] 14#14: start worker process 16
2023/06/16 17:54:50 [notice] 14#14: start worker process 17
2023/06/16 17:54:50 [notice] 14#14: start worker process 18
I0616 17:54:51.001870       1 listener.go:55] Starting Prometheus listener on: :9113/metrics
I0616 17:54:51.002754       1 leaderelection.go:248] attempting to acquire leader lease default/nginx-ingress-leader-election...
I0616 17:54:51.013126       1 leaderelection.go:258] successfully acquired lease default/nginx-ingress-leader-election
2023/06/16 17:54:51 [notice] 14#14: signal 1 (SIGHUP) received from 23, reconfiguring
2023/06/16 17:54:51 [notice] 14#14: reconfiguring
2023/06/16 17:54:51 [notice] 14#14: using the "epoll" event method
2023/06/16 17:54:51 [notice] 14#14: start worker processes
2023/06/16 17:54:51 [notice] 14#14: start worker process 24
2023/06/16 17:54:51 [notice] 14#14: start worker process 25
2023/06/16 17:54:51 [notice] 14#14: start worker process 26
2023/06/16 17:54:51 [notice] 14#14: start worker process 27
2023/06/16 17:54:51 [notice] 15#15: gracefully shutting down
2023/06/16 17:54:51 [notice] 16#16: gracefully shutting down
2023/06/16 17:54:51 [notice] 18#18: gracefully shutting down
2023/06/16 17:54:51 [notice] 17#17: gracefully shutting down
2023/06/16 17:54:51 [notice] 18#18: exiting
2023/06/16 17:54:51 [notice] 15#15: exiting
2023/06/16 17:54:51 [notice] 17#17: exiting
2023/06/16 17:54:51 [notice] 16#16: exiting
2023/06/16 17:54:51 [notice] 18#18: exit
2023/06/16 17:54:51 [notice] 15#15: exit
2023/06/16 17:54:51 [notice] 16#16: exit
2023/06/16 17:54:51 [notice] 17#17: exit
2023/06/16 17:54:51 [notice] 14#14: signal 17 (SIGCHLD) received from 16
2023/06/16 17:54:51 [notice] 14#14: worker process 16 exited with code 0
2023/06/16 17:54:51 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:54:51 [notice] 14#14: signal 17 (SIGCHLD) received from 15
2023/06/16 17:54:51 [notice] 14#14: worker process 15 exited with code 0
2023/06/16 17:54:51 [notice] 14#14: worker process 18 exited with code 0
2023/06/16 17:54:51 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:54:51 [notice] 14#14: signal 17 (SIGCHLD) received from 17
2023/06/16 17:54:51 [notice] 14#14: worker process 17 exited with code 0
2023/06/16 17:54:51 [notice] 14#14: signal 29 (SIGIO) received
I0616 17:54:51.241941       1 event.go:285] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"default", Name:"nginx-ingress", UID:"63b81416-ce47-4720-834d-3cd528937281", APIVersion:"v1", ResourceVersion:"895", FieldPath:""}): type: 'Normal' reason: 'Updated' Configuration from default/nginx-ingress was updated
W0616 17:55:03.076562       1 controller.go:3915] Using the DEPRECATED annotation 'kubernetes.io/ingress.class'. The 'ingressClassName' field will be ignored.
W0616 17:55:03.076700       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-te: no endpointslices for target port 8978 in service cloudbeaver-te
W0616 17:55:03.076715       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-dc: no endpointslices for target port 8970 in service cloudbeaver-dc
W0616 17:55:03.076720       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-rm: no endpointslices for target port 8971 in service cloudbeaver-rm
W0616 17:55:03.076724       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-qm: no endpointslices for target port 8972 in service cloudbeaver-qm
W0616 17:55:03.076728       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-tm: no endpointslices for target port 8973 in service cloudbeaver-tm
2023/06/16 17:55:03 [notice] 14#14: signal 1 (SIGHUP) received from 29, reconfiguring
2023/06/16 17:55:03 [notice] 14#14: reconfiguring
2023/06/16 17:55:03 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:03 [notice] 14#14: start worker processes
2023/06/16 17:55:03 [notice] 14#14: start worker process 30
2023/06/16 17:55:03 [notice] 14#14: start worker process 31
2023/06/16 17:55:03 [notice] 14#14: start worker process 32
2023/06/16 17:55:03 [notice] 14#14: start worker process 33
2023/06/16 17:55:03 [notice] 24#24: gracefully shutting down
2023/06/16 17:55:03 [notice] 25#25: gracefully shutting down
2023/06/16 17:55:03 [notice] 27#27: gracefully shutting down
2023/06/16 17:55:03 [notice] 27#27: exiting
2023/06/16 17:55:03 [notice] 25#25: exiting
2023/06/16 17:55:03 [notice] 26#26: gracefully shutting down
2023/06/16 17:55:03 [notice] 26#26: exiting
2023/06/16 17:55:03 [notice] 24#24: exiting
2023/06/16 17:55:03 [notice] 25#25: exit
2023/06/16 17:55:03 [notice] 27#27: exit
2023/06/16 17:55:03 [notice] 26#26: exit
2023/06/16 17:55:03 [notice] 24#24: exit
I0616 17:55:03.205859       1 event.go:285] Event(v1.ObjectReference{Kind:"Ingress", Namespace:"default", Name:"ingress-cloudbeaver", UID:"5f78c994-459e-4102-aa17-c847f03b35e1", APIVersion:"networking.k8s.io/v1", ResourceVersion:"1044", FieldPath:""}): type: 'Normal' reason: 'AddedOrUpdated' Configuration for default/ingress-cloudbeaver was added or updated
W0616 17:55:03.208165       1 controller.go:3915] Using the DEPRECATED annotation 'kubernetes.io/ingress.class'. The 'ingressClassName' field will be ignored.
2023/06/16 17:55:03 [notice] 14#14: signal 17 (SIGCHLD) received from 27
2023/06/16 17:55:03 [notice] 14#14: worker process 25 exited with code 0
2023/06/16 17:55:03 [notice] 14#14: worker process 27 exited with code 0
2023/06/16 17:55:03 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:03 [notice] 14#14: signal 17 (SIGCHLD) received from 24
2023/06/16 17:55:03 [notice] 14#14: worker process 24 exited with code 0
2023/06/16 17:55:03 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:03 [notice] 14#14: signal 17 (SIGCHLD) received from 26
2023/06/16 17:55:03 [notice] 14#14: worker process 26 exited with code 0
2023/06/16 17:55:03 [notice] 14#14: signal 29 (SIGIO) received
W0616 17:55:08.345065       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-te: no endpointslices for target port 8978 in service cloudbeaver-te
W0616 17:55:08.345660       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-dc: no endpointslices for target port 8970 in service cloudbeaver-dc
W0616 17:55:08.345683       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-rm: no endpointslices for target port 8971 in service cloudbeaver-rm
W0616 17:55:08.345695       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-qm: no endpointslices for target port 8972 in service cloudbeaver-qm
2023/06/16 17:55:08 [notice] 14#14: signal 1 (SIGHUP) received from 35, reconfiguring
2023/06/16 17:55:08 [notice] 14#14: reconfiguring
2023/06/16 17:55:08 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:08 [notice] 14#14: start worker processes
2023/06/16 17:55:08 [notice] 14#14: start worker process 36
2023/06/16 17:55:08 [notice] 14#14: start worker process 37
2023/06/16 17:55:08 [notice] 14#14: start worker process 38
2023/06/16 17:55:08 [notice] 14#14: start worker process 39
2023/06/16 17:55:08 [notice] 32#32: gracefully shutting down
2023/06/16 17:55:08 [notice] 31#31: gracefully shutting down
2023/06/16 17:55:08 [notice] 32#32: exiting
2023/06/16 17:55:08 [notice] 32#32: exit
2023/06/16 17:55:08 [notice] 31#31: exiting
2023/06/16 17:55:08 [notice] 31#31: exit
2023/06/16 17:55:08 [notice] 33#33: gracefully shutting down
2023/06/16 17:55:08 [notice] 33#33: exiting
2023/06/16 17:55:08 [notice] 33#33: exit
2023/06/16 17:55:08 [notice] 30#30: gracefully shutting down
2023/06/16 17:55:08 [notice] 30#30: exiting
2023/06/16 17:55:08 [notice] 30#30: exit
2023/06/16 17:55:08 [notice] 14#14: signal 17 (SIGCHLD) received from 32
2023/06/16 17:55:08 [notice] 14#14: worker process 32 exited with code 0
2023/06/16 17:55:08 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:08 [notice] 14#14: signal 17 (SIGCHLD) received from 33
2023/06/16 17:55:08 [notice] 14#14: worker process 33 exited with code 0
2023/06/16 17:55:08 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:08 [notice] 14#14: signal 17 (SIGCHLD) received from 31
2023/06/16 17:55:08 [notice] 14#14: worker process 31 exited with code 0
2023/06/16 17:55:08 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:08 [notice] 14#14: signal 17 (SIGCHLD) received from 30
2023/06/16 17:55:08 [notice] 14#14: worker process 30 exited with code 0
2023/06/16 17:55:08 [notice] 14#14: signal 29 (SIGIO) received
W0616 17:55:15.137468       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-dc: no endpointslices for target port 8970 in service cloudbeaver-dc
W0616 17:55:15.140608       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-rm: no endpointslices for target port 8971 in service cloudbeaver-rm
W0616 17:55:15.140655       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-qm: no endpointslices for target port 8972 in service cloudbeaver-qm
2023/06/16 17:55:15 [notice] 14#14: signal 1 (SIGHUP) received from 41, reconfiguring
2023/06/16 17:55:15 [notice] 14#14: reconfiguring
2023/06/16 17:55:15 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:15 [notice] 14#14: start worker processes
2023/06/16 17:55:15 [notice] 14#14: start worker process 42
2023/06/16 17:55:15 [notice] 14#14: start worker process 43
2023/06/16 17:55:15 [notice] 14#14: start worker process 44
2023/06/16 17:55:15 [notice] 14#14: start worker process 45
2023/06/16 17:55:15 [notice] 39#39: gracefully shutting down
2023/06/16 17:55:15 [notice] 39#39: exiting
2023/06/16 17:55:15 [notice] 37#37: gracefully shutting down
2023/06/16 17:55:15 [notice] 37#37: exiting
2023/06/16 17:55:15 [notice] 37#37: exit
2023/06/16 17:55:15 [notice] 36#36: gracefully shutting down
2023/06/16 17:55:15 [notice] 36#36: exiting
2023/06/16 17:55:15 [notice] 36#36: exit
2023/06/16 17:55:15 [notice] 39#39: exit
2023/06/16 17:55:15 [notice] 38#38: gracefully shutting down
2023/06/16 17:55:15 [notice] 38#38: exiting
2023/06/16 17:55:15 [notice] 38#38: exit
2023/06/16 17:55:15 [notice] 14#14: signal 17 (SIGCHLD) received from 39
2023/06/16 17:55:15 [notice] 14#14: worker process 39 exited with code 0
2023/06/16 17:55:15 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:15 [notice] 14#14: signal 17 (SIGCHLD) received from 37
2023/06/16 17:55:15 [notice] 14#14: worker process 37 exited with code 0
2023/06/16 17:55:15 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:15 [notice] 14#14: signal 17 (SIGCHLD) received from 36
2023/06/16 17:55:15 [notice] 14#14: worker process 36 exited with code 0
2023/06/16 17:55:15 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:15 [notice] 14#14: signal 17 (SIGCHLD) received from 38
2023/06/16 17:55:15 [notice] 14#14: worker process 38 exited with code 0
2023/06/16 17:55:15 [notice] 14#14: signal 29 (SIGIO) received
W0616 17:55:16.490406       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-dc: no endpointslices for target port 8970 in service cloudbeaver-dc
W0616 17:55:16.491371       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-rm: no endpointslices for target port 8971 in service cloudbeaver-rm
2023/06/16 17:55:16 [notice] 14#14: signal 1 (SIGHUP) received from 47, reconfiguring
2023/06/16 17:55:16 [notice] 14#14: reconfiguring
2023/06/16 17:55:16 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:16 [notice] 14#14: start worker processes
2023/06/16 17:55:16 [notice] 14#14: start worker process 48
2023/06/16 17:55:16 [notice] 14#14: start worker process 49
2023/06/16 17:55:16 [notice] 14#14: start worker process 50
2023/06/16 17:55:16 [notice] 14#14: start worker process 51
2023/06/16 17:55:16 [notice] 42#42: gracefully shutting down
2023/06/16 17:55:16 [notice] 42#42: exiting
2023/06/16 17:55:16 [notice] 42#42: exit
2023/06/16 17:55:16 [notice] 44#44: gracefully shutting down
2023/06/16 17:55:16 [notice] 44#44: exiting
2023/06/16 17:55:16 [notice] 45#45: gracefully shutting down
2023/06/16 17:55:16 [notice] 45#45: exiting
2023/06/16 17:55:16 [notice] 45#45: exit
2023/06/16 17:55:16 [notice] 43#43: gracefully shutting down
2023/06/16 17:55:16 [notice] 43#43: exiting
2023/06/16 17:55:16 [notice] 43#43: exit
2023/06/16 17:55:16 [notice] 44#44: exit
2023/06/16 17:55:16 [notice] 14#14: signal 17 (SIGCHLD) received from 42
2023/06/16 17:55:16 [notice] 14#14: worker process 42 exited with code 0
2023/06/16 17:55:16 [notice] 14#14: worker process 43 exited with code 0
2023/06/16 17:55:16 [notice] 14#14: worker process 44 exited with code 0
2023/06/16 17:55:16 [notice] 14#14: worker process 45 exited with code 0
2023/06/16 17:55:16 [notice] 14#14: signal 29 (SIGIO) received
W0616 17:55:17.143727       1 controller.go:2853] Error retrieving endpoints for the service cloudbeaver-dc: no endpointslices for target port 8970 in service cloudbeaver-dc
2023/06/16 17:55:17 [notice] 14#14: signal 1 (SIGHUP) received from 53, reconfiguring
2023/06/16 17:55:17 [notice] 14#14: reconfiguring
2023/06/16 17:55:17 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:17 [notice] 14#14: start worker processes
2023/06/16 17:55:17 [notice] 14#14: start worker process 54
2023/06/16 17:55:17 [notice] 14#14: start worker process 55
2023/06/16 17:55:17 [notice] 14#14: start worker process 56
2023/06/16 17:55:17 [notice] 14#14: start worker process 57
2023/06/16 17:55:17 [notice] 48#48: gracefully shutting down
2023/06/16 17:55:17 [notice] 48#48: exiting
2023/06/16 17:55:17 [notice] 49#49: gracefully shutting down
2023/06/16 17:55:17 [notice] 49#49: exiting
2023/06/16 17:55:17 [notice] 48#48: exit
2023/06/16 17:55:17 [notice] 50#50: gracefully shutting down
2023/06/16 17:55:17 [notice] 50#50: exiting
2023/06/16 17:55:17 [notice] 50#50: exit
2023/06/16 17:55:17 [notice] 51#51: gracefully shutting down
2023/06/16 17:55:17 [notice] 51#51: exiting
2023/06/16 17:55:17 [notice] 51#51: exit
2023/06/16 17:55:17 [notice] 49#49: exit
2023/06/16 17:55:17 [notice] 14#14: signal 17 (SIGCHLD) received from 48
2023/06/16 17:55:17 [notice] 14#14: worker process 48 exited with code 0
2023/06/16 17:55:17 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:17 [notice] 14#14: signal 17 (SIGCHLD) received from 50
2023/06/16 17:55:17 [notice] 14#14: worker process 50 exited with code 0
2023/06/16 17:55:17 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:17 [notice] 14#14: signal 17 (SIGCHLD) received from 51
2023/06/16 17:55:17 [notice] 14#14: worker process 51 exited with code 0
2023/06/16 17:55:17 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:17 [notice] 14#14: signal 17 (SIGCHLD) received from 49
2023/06/16 17:55:17 [notice] 14#14: worker process 49 exited with code 0
2023/06/16 17:55:17 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:19 [notice] 14#14: signal 1 (SIGHUP) received from 59, reconfiguring
2023/06/16 17:55:19 [notice] 14#14: reconfiguring
2023/06/16 17:55:19 [notice] 14#14: using the "epoll" event method
2023/06/16 17:55:19 [notice] 14#14: start worker processes
2023/06/16 17:55:19 [notice] 14#14: start worker process 60
2023/06/16 17:55:19 [notice] 14#14: start worker process 61
2023/06/16 17:55:19 [notice] 14#14: start worker process 62
2023/06/16 17:55:19 [notice] 14#14: start worker process 63
2023/06/16 17:55:19 [notice] 55#55: gracefully shutting down
2023/06/16 17:55:19 [notice] 55#55: exiting
2023/06/16 17:55:19 [notice] 55#55: exit
2023/06/16 17:55:19 [notice] 54#54: gracefully shutting down
2023/06/16 17:55:19 [notice] 54#54: exiting
2023/06/16 17:55:19 [notice] 54#54: exit
2023/06/16 17:55:19 [notice] 57#57: gracefully shutting down
2023/06/16 17:55:19 [notice] 57#57: exiting
2023/06/16 17:55:19 [notice] 57#57: exit
2023/06/16 17:55:19 [notice] 56#56: gracefully shutting down
2023/06/16 17:55:19 [notice] 56#56: exiting
2023/06/16 17:55:19 [notice] 56#56: exit
2023/06/16 17:55:19 [notice] 14#14: signal 17 (SIGCHLD) received from 55
2023/06/16 17:55:19 [notice] 14#14: worker process 54 exited with code 0
2023/06/16 17:55:19 [notice] 14#14: worker process 55 exited with code 0
2023/06/16 17:55:19 [notice] 14#14: worker process 57 exited with code 0
2023/06/16 17:55:19 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 17:55:19 [notice] 14#14: signal 17 (SIGCHLD) received from 56
2023/06/16 17:55:19 [notice] 14#14: worker process 56 exited with code 0
2023/06/16 17:55:19 [notice] 14#14: signal 29 (SIGIO) received
2023/06/16 18:10:53 [error] 61#61: *12 "/etc/nginx/html/index.html" is not found (2: No such file or directory), client: 192.168.65.4, server: cloudbeaver.local, request: "GET / HTTP/1.1", host: "cloudbeaver.local"
192.168.65.4 - - [16/Jun/2023:18:10:53 +0000] "GET / HTTP/1.1" 404 555 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" "-"
mayerro commented 1 year ago

@hosmelq Hi! can you show me output of kubectl get services

hosmelq commented 1 year ago
❯ kubectl get pods
NAME                                        READY   STATUS    RESTARTS        AGE
cloudbeaver-dc-8669957ccb-n7bq4             1/1     Running   1 (13m ago)     22m
cloudbeaver-qm-585f59845-7ssl9              1/1     Running   1 (18m ago)     22m
cloudbeaver-rm-7bc4cc459-bfwjm              1/1     Running   1 (15m ago)     22m
cloudbeaver-te-c7dd5cf44-wbcm7              1/1     Running   1 (7m37s ago)   22m
kafka-66656b8-d5q2k                         1/1     Running   0               22m
nginx-ingress-controller-676fc965f7-xrcfp   1/1     Running   0               26m
postgres-748d46b57b-rt5rh                   1/1     Running   0               22m
zookeeper-6764848c4f-2hhsg                  1/1     Running   0               22m

team-edition-deploy/k8s on  devel
❯ kubectl get services
NAME                       TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)                      AGE
cloudbeaver-dc             ClusterIP      10.111.115.174   <none>        8970/TCP                     22m
cloudbeaver-qm             ClusterIP      10.96.63.101     <none>        8972/TCP                     22m
cloudbeaver-rm             ClusterIP      10.103.103.254   <none>        8971/TCP                     22m
cloudbeaver-te             ClusterIP      10.107.160.214   <none>        8978/TCP                     22m
kafka                      ClusterIP      10.108.195.134   <none>        9092/TCP                     22m
kubernetes                 ClusterIP      10.96.0.1        <none>        443/TCP                      8d
nginx-ingress-controller   LoadBalancer   10.104.175.1     localhost     80:32656/TCP,443:30973/TCP   26m
postgres                   ClusterIP      10.101.253.34    <none>        5432/TCP                     22m
zookeeper                  ClusterIP      10.110.187.37    <none>        2181/TCP                     22m
hosmelq commented 1 year ago

Hello @mayerro. Anything else you need from me?

mayerro commented 1 year ago

@hosmelq Hi! Sorry for the long delay! Can you tell me witch kubernetes provider you are using. I'll try to reproduce this issue.

hosmelq commented 1 year ago

Hi @mayerro, right now my local machine, macOS with Docker desktop. In production it will be running on AWS EKS.

TatyanaSsau commented 1 year ago

@hosmelq Could you share your email address with us? We will create a ticket on your behalf in the online support system on the DBeaver website. Or you could create it by yourself. There is a tab called "Tickets" in your personal account on the website, and you could click "Open a ticket" https://dbeaver.com/support/. CloudBeaver GitHub page is mainly for the Community Edition and we have special support for TeamEdition user. And it would be faster to solve your issue. Please let us know if you have any other questions!

DBeaverDBeaver DBeaver Support

hosmelq commented 1 year ago

Hello @TatyanaSsau, my email is hosmel@getnerdify.com.

Perfect, thank you very much.