Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- postgres |
- postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
- postgres |
- postgres | 2024-04-11 21:54:28.783 UTC [1] LOG: starting PostgreSQL 14.11 (Debian 14.11-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
- postgres | 2024-04-11 21:54:28.783 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
- postgres | 2024-04-11 21:54:28.783 UTC [1] LOG: listening on IPv6 address "::", port 5432
- postgres | 2024-04-11 21:54:28.787 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- postgres | 2024-04-11 21:54:28.792 UTC [27] LOG: database system was shut down at 2024-04-11 21:54:05 UTC
- postgres | 2024-04-11 21:54:28.799 UTC [1] LOG: database system is ready to accept connections
- postgres | 2024-04-11 21:54:38.880 UTC [42] FATAL: role "root" does not exist
- keycloak | WARNING: The '--auto-build' option for 'start' command is DEPRECATED and no longer needed. When executing the 'start' command, a new server image is automatically built based on the configuration. If you want to disable this behavior and achieve an optimal startup time, use the '--optimized' option instead.
- keycloak | 2024-04-11 21:54:41,492 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: admin_fine_grained_authz
- keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: openshift_integration
- keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: scripts
- keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: token_exchange
- keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: declarative_user_profile
- keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: client_secret_rotation
- keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: recovery_codes
- keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: update_email
- keycloak | 2024-04-11 21:54:41,566 INFO [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: Base URL: <unset>, Hostname: <request>, Strict HTTPS: false, Path: <request>, Strict BackChannel: false, Admin URL: <unset>, Admin: <request>, Port: -1, Proxied: true
- keycloak | 2024-04-11 21:54:42,710 WARN [io.quarkus.agroal.runtime.DataSources] (main) Datasource <default> enables XA but transaction recovery is not enabled. Please enable transaction recovery by setting quarkus.transaction-manager.enable-recovery=true, otherwise data may be lost if the application is terminated abruptly
- postgres | 2024-04-11 21:54:43.032 UTC [43] FATAL: password authentication failed for user "postgres"
- postgres | 2024-04-11 21:54:43.032 UTC [43] DETAIL: Role "postgres" does not exist.
- postgres | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
- keycloak | 2024-04-11 21:54:43,035 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': FATAL: password authentication failed for user "postgres"
- keycloak | 2024-04-11 21:54:43,037 WARN [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator] (JPA Startup Thread: keycloak-default) HHH000342: Could not obtain connection to query metadata: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
- keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:659)
- keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:180)
- keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:235)
- keycloak | at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
- keycloak | at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:247)
- keycloak | at org.postgresql.Driver.makeConnection(Driver.java:434)
- keycloak | at org.postgresql.Driver.connect(Driver.java:291)
- keycloak | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
- keycloak | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
- keycloak | at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.java:103)
- keycloak | at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:49)
- keycloak | at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:35)
- keycloak | at io.agroal.pool.ConnectionFactory.createConnection(ConnectionFactory.java:232)
- keycloak | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:535)
- keycloak | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:516)
- keycloak | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
- keycloak | at io.agroal.pool.util.PriorityScheduledExecutor.beforeExecute(PriorityScheduledExecutor.java:75)
- keycloak | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1126)
- keycloak | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
- keycloak | at java.base/java.lang.Thread.run(Thread.java:829)
- keycloak |
- postgres | 2024-04-11 21:54:43.630 UTC [44] FATAL: password authentication failed for user "postgres"
- postgres | 2024-04-11 21:54:43.630 UTC [44] DETAIL: Role "postgres" does not exist.
- postgres | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
- keycloak | 2024-04-11 21:54:43,631 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': FATAL: password authentication failed for user "postgres"
- keycloak | 2024-04-11 21:54:43,657 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal
- keycloak | 2024-04-11 21:54:43,679 WARN [org.infinispan.CONFIG] (keycloak-cache-init) ISPN000569: Unable to persist Infinispan internal caches as no global state enabled
- keycloak | 2024-04-11 21:54:43,699 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller'
- keycloak | 2024-04-11 21:54:43,884 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000128: Infinispan version: Infinispan 'Triskaidekaphobia' 13.0.10.Final
- keycloak | 2024-04-11 21:54:43,994 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN`
- keycloak | 2024-04-11 21:54:43,994 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
- keycloak | 2024-04-11 21:54:44,076 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
- keycloak | 2024-04-11 21:54:44,077 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20.00MB, but the OS only allocated 212.99KB
- keycloak | 2024-04-11 21:54:44,077 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the send buffer of socket MulticastSocket was set to 1.00MB, but the OS only allocated 212.99KB
- keycloak | 2024-04-11 21:54:44,078 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25.00MB, but the OS only allocated 212.99KB
- keycloak | 2024-04-11 21:54:46,091 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) 5df9fbcabb71-50582: no members discovered after 2004 ms: creating cluster as coordinator
- keycloak | 2024-04-11 21:54:46,106 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [5df9fbcabb71-50582|0] (1) [5df9fbcabb71-50582]
- keycloak | 2024-04-11 21:54:46,112 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `5df9fbcabb71-50582`, physical addresses are `[172.18.0.4:44975]`
- keycloak | 2024-04-11 21:54:46,629 INFO [org.infinispan.CLUSTER] (main) ISPN000080: Disconnecting JGroups channel `ISPN`
- keycloak | 2024-04-11 21:54:46,708 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (production) mode
- keycloak | 2024-04-11 21:54:46,708 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to obtain JDBC connection
- keycloak | 2024-04-11 21:54:46,709 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: FATAL: password authentication failed for user "postgres"
- keycloak | 2024-04-11 21:54:46,709 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) For more details run the same command passing the '--verbose' option. Also you can use '--help' to see the details about the usage of the particular command.
- keycloak exited with code 1
- postgres | 2024-04-11 21:54:49.003 UTC [52] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:54:59.104 UTC [60] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:09.207 UTC [68] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:19.312 UTC [76] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:29.444 UTC [84] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:39.548 UTC [92] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:49.649 UTC [100] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:55:59.755 UTC [108] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:56:09.871 UTC [116] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:56:19.979 UTC [124] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:56:30.083 UTC [132] FATAL: role "root" does not exist
- postgres | 2024-04-11 21:56:40.188 UTC [140] FATAL: role "root" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement