-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 38.7 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Container postgres Creating
Container postgres Created
Container api02-express Creating
Container api01-express Creating
Container api01-express Created
Container api02-express Created
Container nginx Creating
Container nginx Created
Attaching to api01-express, api02-express, nginx, postgres
postgres | The files belonging to this database system will be owned by user "postgres".
postgres | This user must also own the server process.
postgres |
postgres | The database cluster will be initialized with locale "en_US.utf8".
postgres | The default database encoding has accordingly been set to "UTF8".
postgres | The default text search configuration will be set to "english".
postgres |
postgres | Data page checksums are disabled.
postgres |
postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres | creating subdirectories ... ok
postgres | selecting dynamic shared memory implementation ... posix
postgres | selecting default max_connections ... 100
postgres | selecting default shared_buffers ... 128MB
postgres | selecting default time zone ... UTC
postgres | creating configuration files ... ok
nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
api02-express | Error connecting to pool, trying again in 3 seconds...
api02-express | Master process 1 is running
api01-express | Error connecting to pool, trying again in 3 seconds...
api01-express | Master process 1 is running
postgres | running bootstrap script ... ok
postgres | sh: locale: not found
postgres | 2024-02-24 01:17:45.449 UTC [30] WARNING: no usable system locales were found
api02-express | Error connecting to pool, trying again in 3 seconds...
api02-express | server listening
api01-express | Error connecting to pool, trying again in 3 seconds...
api01-express | server listening
api02-express | Error connecting to pool, trying again in 3 seconds...
api02-express | Error connecting to pool, trying again in 3 seconds...
api01-express | Error connecting to pool, trying again in 3 seconds...
api02-express | server listening
api01-express | server listening
api02-express | server listening
api01-express | Error connecting to pool, trying again in 3 seconds...
api01-express | server listening
postgres | performing post-bootstrap initialization ... ok
postgres | initdb: warning: enabling "trust" authentication for local connections
postgres | 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 | syncing data to disk ... ok
postgres |
postgres |
postgres | Success. You can now start the database server using:
postgres |
postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres |
postgres | waiting for server to start....2024-02-24 01:17:47.463 UTC [36] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
postgres | 2024-02-24 01:17:47.467 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-02-24 01:17:47.475 UTC [39] LOG: database system was shut down at 2024-02-24 01:17:46 UTC
postgres | 2024-02-24 01:17:47.486 UTC [36] LOG: database system is ready to accept connections
postgres | done
postgres | server started
postgres | CREATE DATABASE
postgres |
postgres |
postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
postgres | DROP TABLE
postgres | psql:/docker-entrypoint-initdb.d/init.sql:1: NOTICE: table "transacoes" does not exist, skipping
postgres | DROP TABLE
postgres | psql:/docker-entrypoint-initdb.d/init.sql:2: NOTICE: table "clientes" does not exist, skipping
postgres | CREATE TABLE
postgres | CREATE TABLE
postgres | CREATE INDEX
postgres | CREATE INDEX
postgres | CREATE INDEX
postgres | ALTER TABLE
postgres | DO
postgres |
postgres |
postgres | waiting for server to shut down....2024-02-24 01:17:47.706 UTC [36] LOG: received fast shutdown request
postgres | 2024-02-24 01:17:47.709 UTC [36] LOG: aborting any active transactions
postgres | 2024-02-24 01:17:47.712 UTC [36] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
postgres | 2024-02-24 01:17:47.712 UTC [37] LOG: shutting down
postgres | 2024-02-24 01:17:47.718 UTC [37] LOG: checkpoint starting: shutdown immediate
api02-express | Error connecting to pool, trying again in 3 seconds...
api01-express | Error connecting to pool, trying again in 3 seconds...
postgres | 2024-02-24 01:17:48.248 UTC [37] LOG: checkpoint complete: wrote 948 buffers (5.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.383 s, sync=0.137 s, total=0.537 s; sync files=323, longest=0.050 s, average=0.001 s; distance=4319 kB, estimate=4319 kB; lsn=0/19281B0, redo lsn=0/19281B0
postgres | 2024-02-24 01:17:48.253 UTC [36] LOG: database system is shut down
postgres | done
postgres | server stopped
postgres |
postgres | PostgreSQL init process complete; ready for start up.
postgres |
postgres | 2024-02-24 01:17:48.330 UTC [1] LOG: starting PostgreSQL 16.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
postgres | 2024-02-24 01:17:48.330 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres | 2024-02-24 01:17:48.330 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres | 2024-02-24 01:17:48.336 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres | 2024-02-24 01:17:48.343 UTC [54] LOG: database system was shut down at 2024-02-24 01:17:48 UTC
postgres | 2024-02-24 01:17:48.350 UTC [1] LOG: database system is ready to accept connections
api01-express | Database connected! 19
api01-express | Database connected! 20
api02-express | Database connected! 19
api02-express | Database connected! 18
api02-express | Database connected! 20
api01-express | Database connected! 18
api02-express | Database connected! 1
api01-express | Database connected! 1
postgres | 2024-02-24 01:20:29.017 UTC [131] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.017 UTC [139] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.017 UTC [136] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.023 UTC [147] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.025 UTC [149] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.118 UTC [152] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.131 UTC [151] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.136 UTC [150] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.221 UTC [148] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.221 UTC [146] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.221 UTC [145] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.221 UTC [144] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.221 UTC [153] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.225 UTC [155] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.331 UTC [159] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.333 UTC [160] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.333 UTC [158] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.333 UTC [161] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.334 UTC [154] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.418 UTC [157] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.422 UTC [156] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.424 UTC [163] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.428 UTC [165] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.517 UTC [177] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.518 UTC [169] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.519 UTC [167] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.519 UTC [170] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.520 UTC [168] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.521 UTC [171] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.521 UTC [172] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.531 UTC [166] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.532 UTC [173] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.536 UTC [176] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.620 UTC [182] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.621 UTC [178] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.623 UTC [185] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.625 UTC [187] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.626 UTC [179] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.635 UTC [175] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.636 UTC [181] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.636 UTC [180] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.636 UTC [162] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.719 UTC [183] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.721 UTC [184] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.722 UTC [164] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.726 UTC [188] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.727 UTC [192] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.727 UTC [196] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.730 UTC [195] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.733 UTC [189] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.815 UTC [190] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.816 UTC [186] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.817 UTC [191] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.820 UTC [193] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.820 UTC [194] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.821 UTC [197] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.826 UTC [198] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.827 UTC [200] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.832 UTC [203] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.833 UTC [202] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.834 UTC [199] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.836 UTC [174] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.919 UTC [204] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.919 UTC [201] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.919 UTC [208] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.922 UTC [207] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.926 UTC [206] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.927 UTC [218] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.927 UTC [213] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.927 UTC [216] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.929 UTC [210] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:29.931 UTC [212] FATAL: sorry, too many clients already
api02-express | /node_modules/pg-protocol/dist/parser.js:287
api02-express | const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length, name);
api02-express | ^
api02-express |
api02-express | error: sorry, too many clients already
api02-express | at Parser.parseErrorMessage (/node_modules/pg-protocol/dist/parser.js:287:98)
api02-express | at Parser.handlePacket (/node_modules/pg-protocol/dist/parser.js:126:29)
api02-express | at Parser.parse (/node_modules/pg-protocol/dist/parser.js:39:38)
api02-express | at Socket.<anonymous> (/node_modules/pg-protocol/dist/index.js:11:42)
api02-express | at Socket.emit (node:events:518:28)
api02-express | at addChunk (node:internal/streams/readable:559:12)
api02-express | at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
api02-express | at Readable.push (node:internal/streams/readable:390:5)
api02-express | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
api02-express | length: 85,
api02-express | severity: 'FATAL',
api02-express | code: '53300',
api02-express | detail: undefined,
api02-express | hint: undefined,
api02-express | position: undefined,
api02-express | internalPosition: undefined,
api02-express | internalQuery: undefined,
api02-express | where: undefined,
api02-express | schema: undefined,
api02-express | table: undefined,
api02-express | column: undefined,
api02-express | dataType: undefined,
api02-express | constraint: undefined,
api02-express | file: 'proc.c',
api02-express | line: '351',
api02-express | routine: 'InitProcess'
api02-express | }
api02-express |
api02-express | Node.js v20.11.1
api02-express | Worker process 20 died. Restarting...
postgres | 2024-02-24 01:20:30.016 UTC [209] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.018 UTC [121] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.019 UTC [106] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.025 UTC [122] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.025 UTC [214] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.026 UTC [219] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.026 UTC [217] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.026 UTC [211] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.031 UTC [222] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.114 UTC [85] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.116 UTC [86] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.123 UTC [223] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.127 UTC [111] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.126 UTC [227] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.215 UTC [229] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.215 UTC [108] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.222 UTC [241] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.223 UTC [240] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.223 UTC [238] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.229 UTC [247] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.231 UTC [248] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.233 UTC [246] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.234 UTC [244] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.317 UTC [263] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.318 UTC [230] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.322 UTC [233] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.322 UTC [234] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.323 UTC [235] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.323 UTC [236] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.323 UTC [232] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.324 UTC [239] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.326 UTC [237] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.327 UTC [137] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.333 UTC [102] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.414 UTC [250] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.417 UTC [243] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.421 UTC [231] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.424 UTC [251] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.425 UTC [242] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.428 UTC [266] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.431 UTC [264] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.431 UTC [265] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.432 UTC [261] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.432 UTC [262] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.433 UTC [259] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.433 UTC [260] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.433 UTC [258] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.433 UTC [257] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.516 UTC [256] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.519 UTC [252] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.524 UTC [132] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.617 UTC [284] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.617 UTC [282] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.618 UTC [281] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.622 UTC [276] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.623 UTC [271] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.623 UTC [274] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.625 UTC [280] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.625 UTC [269] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.626 UTC [277] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.626 UTC [275] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.630 UTC [89] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.635 UTC [268] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.638 UTC [254] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.718 UTC [103] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.723 UTC [278] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.723 UTC [279] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.728 UTC [287] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.728 UTC [286] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.729 UTC [283] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.729 UTC [288] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.729 UTC [285] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.730 UTC [289] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.818 UTC [291] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.824 UTC [292] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.825 UTC [290] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.830 UTC [302] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:30.830 UTC [304] FATAL: sorry, too many clients already
api01-express | /node_modules/pg-protocol/dist/parser.js:287
api01-express | const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length, name);
api01-express | ^
api01-express |
api01-express | error: sorry, too many clients already
api01-express | at Parser.parseErrorMessage (/node_modules/pg-protocol/dist/parser.js:287:98)
api01-express | at Parser.handlePacket (/node_modules/pg-protocol/dist/parser.js:126:29)
api01-express | at Parser.parse (/node_modules/pg-protocol/dist/parser.js:39:38)
api01-express | at Socket.<anonymous> (/node_modules/pg-protocol/dist/index.js:11:42)
api01-express | at Socket.emit (node:events:518:28)
api01-express | at addChunk (node:internal/streams/readable:559:12)
api01-express | at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
api01-express | at Readable.push (node:internal/streams/readable:390:5)
api01-express | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
api01-express | length: 85,
api01-express | severity: 'FATAL',
api01-express | code: '53300',
api01-express | detail: undefined,
api01-express | hint: undefined,
api01-express | position: undefined,
api01-express | internalPosition: undefined,
api01-express | internalQuery: undefined,
api01-express | where: undefined,
api01-express | schema: undefined,
api01-express | table: undefined,
api01-express | column: undefined,
api01-express | dataType: undefined,
api01-express | constraint: undefined,
api01-express | file: 'proc.c',
api01-express | line: '351',
api01-express | routine: 'InitProcess'
api01-express | }
api01-express |
api01-express | Node.js v20.11.1
api01-express | Worker process 19 died. Restarting...
postgres | 2024-02-24 01:20:30.915 UTC [117] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.916 UTC [66] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.917 UTC [70] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:30.921 UTC [75] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.015 UTC [133] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.015 UTC [80] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.020 UTC [307] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.021 UTC [309] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.021 UTC [294] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.022 UTC [298] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.022 UTC [311] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.028 UTC [308] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.031 UTC [299] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.031 UTC [118] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.115 UTC [315] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.117 UTC [314] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.120 UTC [305] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.124 UTC [300] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.126 UTC [297] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.134 UTC [128] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.135 UTC [143] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.218 UTC [249] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.234 UTC [324] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.235 UTC [81] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.241 UTC [321] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.316 UTC [320] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.317 UTC [221] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.334 UTC [329] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.414 UTC [330] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.415 UTC [328] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.417 UTC [338] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.417 UTC [335] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.418 UTC [339] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.418 UTC [334] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.418 UTC [331] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.419 UTC [327] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.420 UTC [326] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.422 UTC [333] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.420 UTC [340] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.427 UTC [337] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.428 UTC [325] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.435 UTC [344] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.438 UTC [341] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.438 UTC [342] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.515 UTC [343] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.517 UTC [345] FATAL: sorry, too many clients already
api02-express | Error connecting to pool, trying again in 3 seconds...
api02-express | server listening
postgres | 2024-02-24 01:20:31.532 UTC [350] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.533 UTC [353] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.534 UTC [347] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.539 UTC [351] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.615 UTC [364] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.618 UTC [346] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.619 UTC [356] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.619 UTC [376] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.622 UTC [366] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.624 UTC [365] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.625 UTC [359] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [368] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [352] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [358] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [357] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [355] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.626 UTC [367] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.627 UTC [369] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.628 UTC [370] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.628 UTC [360] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.628 UTC [371] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.638 UTC [361] FATAL: sorry, too many clients already
api01-express | /node_modules/pg-protocol/dist/parser.js:287
api01-express | const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length, name);
api01-express | ^
api01-express |
api01-express | error: sorry, too many clients already
api01-express | at Parser.parseErrorMessage (/node_modules/pg-protocol/dist/parser.js:287:98)
api01-express | at Parser.handlePacket (/node_modules/pg-protocol/dist/parser.js:126:29)
api01-express | at Parser.parse (/node_modules/pg-protocol/dist/parser.js:39:38)
api01-express | at Socket.<anonymous> (/node_modules/pg-protocol/dist/index.js:11:42)
api01-express | at Socket.emit (node:events:518:28)
api01-express | at addChunk (node:internal/streams/readable:559:12)
api01-express | at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
api01-express | at Readable.push (node:internal/streams/readable:390:5)
api01-express | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
api01-express | length: 85,
api01-express | severity: 'FATAL',
api01-express | code: '53300',
api01-express | detail: undefined,
api01-express | hint: undefined,
api01-express | position: undefined,
api01-express | internalPosition: undefined,
api01-express | internalQuery: undefined,
api01-express | where: undefined,
api01-express | schema: undefined,
api01-express | table: undefined,
api01-express | column: undefined,
api01-express | dataType: undefined,
api01-express | constraint: undefined,
api01-express | file: 'proc.c',
api01-express | line: '351',
api01-express | routine: 'InitProcess'
api01-express | }
api01-express |
api01-express | Node.js v20.11.1
postgres | 2024-02-24 01:20:31.715 UTC [110] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.717 UTC [84] LOG: unexpected EOF on client connection with an open transaction
api01-express | Worker process 20 died. Restarting...
postgres | 2024-02-24 01:20:31.721 UTC [373] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.726 UTC [362] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:31.727 UTC [140] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.727 UTC [77] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.727 UTC [272] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.727 UTC [68] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.727 UTC [301] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.728 UTC [253] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.827 UTC [112] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.829 UTC [323] LOG: unexpected EOF on client connection with an open transaction
api01-express | server listening
postgres | 2024-02-24 01:20:31.914 UTC [67] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.917 UTC [72] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:31.921 UTC [83] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:32.022 UTC [142] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:32.022 UTC [114] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:32.034 UTC [336] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:32.038 UTC [115] LOG: unexpected EOF on client connection with an open transaction
postgres | 2024-02-24 01:20:32.117 UTC [220] LOG: unexpected EOF on client connection with an open transaction
api01-express | server listening
api02-express | Database connected! 51
postgres | 2024-02-24 01:20:40.225 UTC [393] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.228 UTC [394] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.327 UTC [395] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.327 UTC [396] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.327 UTC [397] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.329 UTC [398] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.333 UTC [399] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.334 UTC [400] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.334 UTC [401] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.425 UTC [402] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.426 UTC [405] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.426 UTC [404] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.426 UTC [407] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.427 UTC [403] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.427 UTC [406] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.435 UTC [408] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.525 UTC [412] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.525 UTC [413] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.526 UTC [414] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.527 UTC [411] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.527 UTC [416] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.527 UTC [415] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.531 UTC [409] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.533 UTC [410] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.534 UTC [417] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.621 UTC [421] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.621 UTC [418] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.621 UTC [420] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.622 UTC [422] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.623 UTC [419] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.628 UTC [423] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.631 UTC [425] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.631 UTC [426] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.632 UTC [424] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.636 UTC [427] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.722 UTC [432] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.723 UTC [430] FATAL: sorry, too many clients already
postgres | 2024-02-24 01:20:40.723 UTC [433] FATAL: sorry, too many clients already