Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- docker compose -f deploy.yml up --build --force-recreate
- [+] Building 0.6s (10/10) FINISHED docker:default
- => [user-service-backend internal] load build definition from Dockerfile 0.0s
- => => transferring dockerfile: 244B 0.0s
- => [user-service-backend internal] load metadata for docker.io/library/openjdk:17-jdk-alpine 0.5s
- => [user-service-backend internal] load .dockerignore 0.0s
- => => transferring context: 2B 0.0s
- => [user-service-backend internal] load build context 0.1s
- => => transferring context: 603.46kB 0.0s
- => [user-service-backend build 1/4] FROM docker.io/library/openjdk:17-jdk-alpine@sha256:4b6abae565492dbe9e7a894137c966a7485154238902f2f25e9dbd9784383d81 0.0s
- => CACHED [user-service-backend build 2/4] WORKDIR /app 0.0s
- => CACHED [user-service-backend build 3/4] COPY . /app/ 0.0s
- => CACHED [user-service-backend build 4/4] RUN ./gradlew 0.0s
- => CACHED [user-service-backend runtime 3/3] COPY --from=build /app/ /app/ 0.0s
- => [user-service-backend] exporting to image 0.0s
- => => exporting layers 0.0s
- => => writing image sha256:3647c8f4d8e5056603de1f2fd5e5f4f5e8648fbb15aa7dfca0146f75576a8f33 0.0s
- => => naming to docker.io/library/user-service-user-service-backend 0.0s
- [+] Running 3/2
- ✔ Container user-service-postgres-1 Recreated 0.6s
- ✔ Container user-service-rabbitmq-1 Recreated 0.1s
- ✔ Container user-service-user-service-backend-1 Recreated 0.0s
- Attaching to postgres-1, rabbitmq-1, user-service-backend-1
- postgres-1 | The files belonging to this database system will be owned by user "postgres".
- postgres-1 | This user must also own the server process.
- postgres-1 |
- postgres-1 | The database cluster will be initialized with locale "en_US.utf8".
- postgres-1 | The default database encoding has accordingly been set to "UTF8".
- postgres-1 | The default text search configuration will be set to "english".
- postgres-1 |
- postgres-1 | Data page checksums are disabled.
- postgres-1 |
- postgres-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
- postgres-1 | creating subdirectories ... ok
- postgres-1 | selecting dynamic shared memory implementation ... posix
- postgres-1 | selecting default max_connections ... 100
- postgres-1 | selecting default shared_buffers ... 128MB
- postgres-1 | selecting default time zone ... Etc/UTC
- postgres-1 | creating configuration files ... ok
- postgres-1 | running bootstrap script ... ok
- postgres-1 | performing post-bootstrap initialization ... ok
- postgres-1 | syncing data to disk ... ok
- postgres-1 |
- postgres-1 | initdb: warning: enabling "trust" authentication for local connections
- postgres-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
- postgres-1 |
- postgres-1 | Success. You can now start the database server using:
- postgres-1 |
- postgres-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
- postgres-1 |
- postgres-1 | waiting for server to start....2024-05-04 16:58:07.508 UTC [102] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
- postgres-1 | 2024-05-04 16:58:07.517 UTC [102] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- postgres-1 | 2024-05-04 16:58:07.527 UTC [111] LOG: database system was shut down at 2024-05-04 16:58:07 UTC
- postgres-1 | 2024-05-04 16:58:07.539 UTC [102] LOG: database system is ready to accept connections
- postgres-1 | done
- postgres-1 | server started
- postgres-1 | 2024-05-04 16:58:07.638 UTC [118] FATAL: role "admin" does not exist
- postgres-1 |
- postgres-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sh
- postgres-1 | 2024-05-04 16:58:07.820 UTC [129] FATAL: role "admin" does not exist
- postgres-1 | CREATE ROLE
- postgres-1 | CREATE DATABASE
- postgres-1 | GRANT
- postgres-1 | GRANT
- postgres-1 | psql:/docker-entrypoint-initdb.d/init.sql:1: NOTICE: schema "public" already exists, skipping
- postgres-1 | CREATE SCHEMA
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 |
- postgres-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
- postgres-1 | CREATE SCHEMA
- postgres-1 | psql:/docker-entrypoint-initdb.d/init.sql:1: NOTICE: schema "public" already exists, skipping
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 | CREATE TABLE
- postgres-1 | ALTER TABLE
- postgres-1 |
- postgres-1 |
- postgres-1 | 2024-05-04 16:58:08.416 UTC [102] LOG: received fast shutdown request
- postgres-1 | waiting for server to shut down....2024-05-04 16:58:08.417 UTC [102] LOG: aborting any active transactions
- postgres-1 | 2024-05-04 16:58:08.421 UTC [102] LOG: background worker "logical replication launcher" (PID 115) exited with exit code 1
- postgres-1 | 2024-05-04 16:58:08.437 UTC [109] LOG: shutting down
- postgres-1 | 2024-05-04 16:58:08.439 UTC [109] LOG: checkpoint starting: shutdown immediate
- postgres-1 | 2024-05-04 16:58:08.520 UTC [109] LOG: checkpoint complete: wrote 1013 buffers (6.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.071 s, sync=0.004 s, total=0.084 s; sync files=382, longest=0.002 s, average=0.001 s; distance=4587 kB, estimate=4587 kB; lsn=0/1965958, redo lsn=0/1965958
- postgres-1 | 2024-05-04 16:58:08.550 UTC [102] LOG: database system is shut down
- postgres-1 | done
- postgres-1 | server stopped
- postgres-1 |
- postgres-1 | PostgreSQL init process complete; ready for start up.
- postgres-1 |
- postgres-1 | 2024-05-04 16:58:08.713 UTC [1] LOG: starting PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
- postgres-1 | 2024-05-04 16:58:08.713 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
- postgres-1 | 2024-05-04 16:58:08.713 UTC [1] LOG: listening on IPv6 address "::", port 5432
- postgres-1 | 2024-05-04 16:58:08.721 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
- postgres-1 | 2024-05-04 16:58:08.748 UTC [168] LOG: database system was shut down at 2024-05-04 16:58:08 UTC
- postgres-1 | 2024-05-04 16:58:08.760 UTC [1] LOG: database system is ready to accept connections
- rabbitmq-1 | 2024-05-04 16:58:12.302145+00:00 [error] <0.147.0> Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> supervisor: {local,net_sup}
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> errorContext: start_error
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> reason: {"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> [{auth,init_no_setcookie,0,[{file,"auth.erl"},{line,313}]},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {auth,init,1,[{file,"auth.erl"},{line,165}]},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {proc_lib,init_p_do_apply,3,
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> [{file,"proc_lib.erl"},{line,240}]}]}
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> offender: [{pid,undefined},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {id,auth},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {mfargs,{auth,start_link,[]}},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {restart_type,permanent},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {significant,false},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {shutdown,2000},
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0> {child_type,worker}]
- rabbitmq-1 | 2024-05-04 16:58:12.359180+00:00 [error] <0.145.0>
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> crasher:
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> initial call: auth:init/1
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> pid: <0.147.0>
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> registered_name: []
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> exception error: "Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces"
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> in function auth:init_no_setcookie/0 (auth.erl, line 313)
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> in call from auth:init/1 (auth.erl, line 165)
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> in call from gen_server:init_it/2 (gen_server.erl, line 851)
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> in call from gen_server:init_it/6 (gen_server.erl, line 814)
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> ancestors: [net_sup,kernel_sup,<0.47.0>]
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> message_queue_len: 0
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> messages: []
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> links: [<0.145.0>]
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> dictionary: []
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> trap_exit: true
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> status: running
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> heap_size: 1598
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> stack_size: 28
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> reductions: 2260
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0> neighbours:
- rabbitmq-1 | 2024-05-04 16:58:12.358994+00:00 [error] <0.147.0>
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0>
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> BOOT FAILED
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> ===========
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> Exception during startup:
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0>
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> error:{badmatch,{error,{{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",[{auth,init_no_setcookie,0,[{file,"auth.erl"},{line,313}]},{auth,init,1,[{file,"auth.erl"},{line,165}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[#{clean_halt => false,name => rabbit_prelaunch_25@localhost,name_domain => shortnames,net_tickintensity => 4,net_ticktime => 60,supervisor => net_sup_dynamic}]},permanent,false,1000,supervisor,[erl_distribution]}}}}
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0>
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> rabbit_prelaunch_dist:duplicate_node_check/1, line 80
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> rabbit_prelaunch_dist:setup/1, line 23
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> rabbit_prelaunch:do_run/0, line 115
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> rabbit_prelaunch:run_prelaunch_first_phase/0, line 32
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> supervisor:do_start_child_i/3, line 420
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> supervisor:do_start_child/2, line 406
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> supervisor:-start_children/2-fun-0-/3, line 390
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0> supervisor:children_map/4, line 1256
- rabbitmq-1 | 2024-05-04 16:58:12.383584+00:00 [error] <0.132.0>
- rabbitmq-1 |
- rabbitmq-1 | BOOT FAILED
- rabbitmq-1 | ===========
- rabbitmq-1 | Exception during startup:
- rabbitmq-1 |
- rabbitmq-1 | error:{badmatch,{error,{{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",[{auth,init_no_setcookie,0,[{file,"auth.erl"},{line,313}]},{auth,init,1,[{file,"auth.erl"},{line,165}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[#{clean_halt => false,name => rabbit_prelaunch_25@localhost,name_domain => shortnames,net_tickintensity => 4,net_ticktime => 60,supervisor => net_sup_dynamic}]},permanent,false,1000,supervisor,[erl_distribution]}}}}
- rabbitmq-1 |
- rabbitmq-1 | rabbit_prelaunch_dist:duplicate_node_check/1, line 80
- rabbitmq-1 | rabbit_prelaunch_dist:setup/1, line 23
- rabbitmq-1 | rabbit_prelaunch:do_run/0, line 115
- rabbitmq-1 | rabbit_prelaunch:run_prelaunch_first_phase/0, line 32
- rabbitmq-1 | supervisor:do_start_child_i/3, line 420
- rabbitmq-1 | supervisor:do_start_child/2, line 406
- rabbitmq-1 | supervisor:-start_children/2-fun-0-/3, line 390
- rabbitmq-1 | supervisor:children_map/4, line 1256
- rabbitmq-1 |
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> supervisor: {local,rabbit_prelaunch_sup}
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> errorContext: start_error
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> reason: {badmatch,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {error,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {{shutdown,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {failed_to_start_child,auth,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [{auth,init_no_setcookie,0,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [{file,"auth.erl"},{line,313}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {auth,init,1,[{file,"auth.erl"},{line,165}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {gen_server,init_it,2,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [{file,"gen_server.erl"},{line,851}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {gen_server,init_it,6,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [{file,"gen_server.erl"},{line,814}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {proc_lib,init_p_do_apply,3,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [{file,"proc_lib.erl"},{line,240}]}]}}},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {child,undefined,net_sup_dynamic,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {erl_distribution,start_link,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [#{clean_halt => false,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> name => rabbit_prelaunch_25@localhost,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> name_domain => shortnames,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> net_tickintensity => 4,net_ticktime => 60,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> supervisor => net_sup_dynamic}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> permanent,false,1000,supervisor,
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> [erl_distribution]}}}}
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> offender: [{pid,undefined},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {id,prelaunch},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {mfargs,{rabbit_prelaunch,run_prelaunch_first_phase,[]}},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {restart_type,transient},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {significant,false},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {shutdown,5000},
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0> {child_type,worker}]
- rabbitmq-1 | 2024-05-04 16:58:13.412232+00:00 [error] <0.132.0>
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> crasher:
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> initial call: application_master:init/4
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> pid: <0.130.0>
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> registered_name: []
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> exception exit: {{shutdown,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {failed_to_start_child,prelaunch,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {badmatch,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {error,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {{shutdown,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {failed_to_start_child,auth,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [{auth,init_no_setcookie,0,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [{file,"auth.erl"},{line,313}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {auth,init,1,[{file,"auth.erl"},{line,165}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {gen_server,init_it,2,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [{file,"gen_server.erl"},{line,851}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {gen_server,init_it,6,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [{file,"gen_server.erl"},{line,814}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {proc_lib,init_p_do_apply,3,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [{file,"proc_lib.erl"},{line,240}]}]}}},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {child,undefined,net_sup_dynamic,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {erl_distribution,start_link,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [#{clean_halt => false,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> name => rabbit_prelaunch_25@localhost,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> name_domain => shortnames,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> net_tickintensity => 4,net_ticktime => 60,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> supervisor => net_sup_dynamic}]},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> permanent,false,1000,supervisor,
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> [erl_distribution]}}}}}},
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> {rabbit_prelaunch_app,start,[normal,[]]}}
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> in function application_master:init/4 (application_master.erl, line 142)
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> ancestors: [<0.129.0>]
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> message_queue_len: 1
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> messages: [{'EXIT',<0.131.0>,normal}]
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> links: [<0.129.0>,<0.44.0>]
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> dictionary: []
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> trap_exit: true
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> status: running
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> heap_size: 610
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> stack_size: 28
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> reductions: 188
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0> neighbours:
- rabbitmq-1 | 2024-05-04 16:58:13.412842+00:00 [error] <0.130.0>
- rabbitmq-1 | 2024-05-04 16:58:13.413507+00:00 [notice] <0.44.0> Application rabbitmq_prelaunch exited with reason: {{shutdown,{failed_to_start_child,prelaunch,{badmatch,{error,{{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",[{auth,init_no_setcookie,0,[{file,"auth.erl"},{line,313}]},{auth,init,1,[{file,"auth.erl"},{line,165}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[#{clean_halt => false,name => rabbit_prelaunch_25@localhost,name_domain => shortnames,net_tickintensity => 4,net_ticktime => 60,supervisor => net_sup_dynamic}]},permanent,false,1000,supervisor,[erl_distribution]}}}}}},{rabbit_prelaunch_app,start,[normal,[]]}}
- rabbitmq-1 | {"Kernel pid terminated",application_controller,"{application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{badmatch,{error,{{shutdown,{failed_to_start_child,auth,{\"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces\",[{auth,init_no_setcookie,0,[{file,\"auth.erl\"},{line,313}]},{auth,init,1,[{file,\"auth.erl\"},{line,165}]},{gen_server,init_it,2,[{file,\"gen_server.erl\"},{line,851}]},{gen_server,init_it,6,[{file,\"gen_server.erl\"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,\"proc_lib.erl\"},{line,240}]}]}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[#{clean_halt => false,name => rabbit_prelaunch_25@localhost,name_domain => shortnames,net_tickintensity => 4,net_ticktime => 60,supervisor => net_sup_dynamic}]},permanent,false,1000,supervisor,[erl_distribution]}}}}}},{rabbit_prelaunch_app,start,[normal,[]]}}}"}
- rabbitmq-1 | Kernel pid terminated (application_controller) ({application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{badmatch,{error,{{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/rabbitmq/.erlang.cookie: eacces",[{auth,init_no_setcookie,0,[{file,"auth.erl"},{line,313}]},{auth,init,1,[{file,"auth.erl"},{line,165}]},{gen_server,init_it,2,[{file,"gen_server.erl"},{line,851}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,814}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,240}]}]}}},{child,undefined,net_sup_dynamic,{erl_distribution,start_link,[#{clean_halt => false,name => rabbit_prelaunch_25@localhost,name_domain => shortnames,net_tickintensity => 4,net_ticktime => 60,supervisor => net_sup_dynamic}]},permanent,false,1000,supervisor,[erl_distribution]}}}}}},{rabbit_prelaunch_app,start,[normal,[]]}}})
- rabbitmq-1 |
- rabbitmq-1 | Crash dump is being written to: erl_crash.dump...
- rabbitmq-1 exited with code 0
- dependency failed to start: container user-service-rabbitmq-1 exited (0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement