Advertisement
Guest User

Untitled

a guest
Apr 11th, 2024
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 KB | None | 0 0
  1. postgres |
  2. postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
  3. postgres |
  4. 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
  5. postgres | 2024-04-11 21:54:28.783 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  6. postgres | 2024-04-11 21:54:28.783 UTC [1] LOG: listening on IPv6 address "::", port 5432
  7. postgres | 2024-04-11 21:54:28.787 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  8. postgres | 2024-04-11 21:54:28.792 UTC [27] LOG: database system was shut down at 2024-04-11 21:54:05 UTC
  9. postgres | 2024-04-11 21:54:28.799 UTC [1] LOG: database system is ready to accept connections
  10. postgres | 2024-04-11 21:54:38.880 UTC [42] FATAL: role "root" does not exist
  11. 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.
  12. keycloak | 2024-04-11 21:54:41,492 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: admin_fine_grained_authz
  13. keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: openshift_integration
  14. keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: scripts
  15. keycloak | 2024-04-11 21:54:41,493 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: token_exchange
  16. keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: declarative_user_profile
  17. keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: client_secret_rotation
  18. keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: recovery_codes
  19. keycloak | 2024-04-11 21:54:41,494 INFO [org.keycloak.common.Profile] (main) Preview feature enabled: update_email
  20. 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
  21. 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
  22. postgres | 2024-04-11 21:54:43.032 UTC [43] FATAL: password authentication failed for user "postgres"
  23. postgres | 2024-04-11 21:54:43.032 UTC [43] DETAIL: Role "postgres" does not exist.
  24. postgres | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
  25. keycloak | 2024-04-11 21:54:43,035 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': FATAL: password authentication failed for user "postgres"
  26. 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"
  27. keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:659)
  28. keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:180)
  29. keycloak | at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:235)
  30. keycloak | at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
  31. keycloak | at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:247)
  32. keycloak | at org.postgresql.Driver.makeConnection(Driver.java:434)
  33. keycloak | at org.postgresql.Driver.connect(Driver.java:291)
  34. keycloak | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
  35. keycloak | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
  36. keycloak | at org.postgresql.ds.common.BaseDataSource.getConnection(BaseDataSource.java:103)
  37. keycloak | at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:49)
  38. keycloak | at org.postgresql.xa.PGXADataSource.getXAConnection(PGXADataSource.java:35)
  39. keycloak | at io.agroal.pool.ConnectionFactory.createConnection(ConnectionFactory.java:232)
  40. keycloak | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:535)
  41. keycloak | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:516)
  42. keycloak | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  43. keycloak | at io.agroal.pool.util.PriorityScheduledExecutor.beforeExecute(PriorityScheduledExecutor.java:75)
  44. keycloak | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1126)
  45. keycloak | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  46. keycloak | at java.base/java.lang.Thread.run(Thread.java:829)
  47. keycloak |
  48. postgres | 2024-04-11 21:54:43.630 UTC [44] FATAL: password authentication failed for user "postgres"
  49. postgres | 2024-04-11 21:54:43.630 UTC [44] DETAIL: Role "postgres" does not exist.
  50. postgres | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
  51. keycloak | 2024-04-11 21:54:43,631 WARN [io.agroal.pool] (agroal-11) Datasource '<default>': FATAL: password authentication failed for user "postgres"
  52. keycloak | 2024-04-11 21:54:43,657 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal
  53. 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
  54. 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'
  55. keycloak | 2024-04-11 21:54:43,884 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000128: Infinispan version: Infinispan 'Triskaidekaphobia' 13.0.10.Final
  56. keycloak | 2024-04-11 21:54:43,994 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN`
  57. 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!
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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]
  64. 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]`
  65. keycloak | 2024-04-11 21:54:46,629 INFO [org.infinispan.CLUSTER] (main) ISPN000080: Disconnecting JGroups channel `ISPN`
  66. keycloak | 2024-04-11 21:54:46,708 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (production) mode
  67. keycloak | 2024-04-11 21:54:46,708 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to obtain JDBC connection
  68. keycloak | 2024-04-11 21:54:46,709 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: FATAL: password authentication failed for user "postgres"
  69. 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.
  70. keycloak exited with code 1
  71. postgres | 2024-04-11 21:54:49.003 UTC [52] FATAL: role "root" does not exist
  72. postgres | 2024-04-11 21:54:59.104 UTC [60] FATAL: role "root" does not exist
  73. postgres | 2024-04-11 21:55:09.207 UTC [68] FATAL: role "root" does not exist
  74. postgres | 2024-04-11 21:55:19.312 UTC [76] FATAL: role "root" does not exist
  75. postgres | 2024-04-11 21:55:29.444 UTC [84] FATAL: role "root" does not exist
  76. postgres | 2024-04-11 21:55:39.548 UTC [92] FATAL: role "root" does not exist
  77. postgres | 2024-04-11 21:55:49.649 UTC [100] FATAL: role "root" does not exist
  78. postgres | 2024-04-11 21:55:59.755 UTC [108] FATAL: role "root" does not exist
  79. postgres | 2024-04-11 21:56:09.871 UTC [116] FATAL: role "root" does not exist
  80. postgres | 2024-04-11 21:56:19.979 UTC [124] FATAL: role "root" does not exist
  81. postgres | 2024-04-11 21:56:30.083 UTC [132] FATAL: role "root" does not exist
  82. 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