-
Notifications
You must be signed in to change notification settings - Fork 925
/
docker-compose.logs
500 lines (500 loc) · 46.1 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-db Creating
Container postgres-db Created
Container api02 Creating
Container api01 Creating
Container api01 Created
Container api02 Created
Container loadbalancer Creating
Container loadbalancer Created
Attaching to api01, api02, loadbalancer, postgres-db
postgres-db | The files belonging to this database system will be owned by user "postgres".
postgres-db | This user must also own the server process.
postgres-db |
postgres-db | The database cluster will be initialized with locale "en_US.utf8".
postgres-db | The default database encoding has accordingly been set to "UTF8".
postgres-db | The default text search configuration will be set to "english".
postgres-db |
postgres-db | Data page checksums are disabled.
postgres-db |
postgres-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres-db | creating subdirectories ... ok
postgres-db | selecting dynamic shared memory implementation ... posix
api01 | OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
api02 | OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
postgres-db | selecting default max_connections ... 100
postgres-db | selecting default shared_buffers ... 128MB
postgres-db | selecting default time zone ... Etc/UTC
postgres-db | creating configuration files ... ok
api01 | SLF4J(W): No SLF4J providers were found.
api01 | SLF4J(W): Defaulting to no-operation (NOP) logger implementation
api01 | SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
api02 | SLF4J(W): No SLF4J providers were found.
api02 | SLF4J(W): Defaulting to no-operation (NOP) logger implementation
api02 | SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
postgres-db | running bootstrap script ... ok
api02 |
api02 | . ____ _ __ _ _
api02 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02 | =========|_|==============|___/=/_/_/_/
api02 | :: Spring Boot :: (v3.2.3)
api02 |
api01 |
api01 | . ____ _ __ _ _
api01 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01 | =========|_|==============|___/=/_/_/_/
api01 | :: Spring Boot :: (v3.2.3)
api01 |
postgres-db | performing post-bootstrap initialization ... ok
postgres-db | syncing data to disk ... ok
postgres-db |
postgres-db |
postgres-db | Success. You can now start the database server using:
postgres-db |
postgres-db | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres-db |
postgres-db | initdb: warning: enabling "trust" authentication for local connections
postgres-db | 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-db | waiting for server to start....2024-03-08 22:25:16.119 UTC [48] LOG: starting PostgreSQL 15.3 (Debian 15.3-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
postgres-db | 2024-03-08 22:25:16.122 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-db | 2024-03-08 22:25:16.133 UTC [51] LOG: database system was shut down at 2024-03-08 22:25:15 UTC
postgres-db | 2024-03-08 22:25:16.140 UTC [48] LOG: database system is ready to accept connections
postgres-db | done
postgres-db | server started
loadbalancer | 2024/03/08 22:25:16 [error] 7#7: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://127.0.0.1:20000/clientes/1/extrato", host: "localhost:9999"
loadbalancer | 2024/03/08 22:25:16 [error] 7#7: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://127.0.0.1:20001/clientes/1/extrato", host: "localhost:9999"
postgres-db | CREATE DATABASE
postgres-db |
postgres-db |
postgres-db | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
postgres-db | psql:/docker-entrypoint-initdb.d/init.sql:1: NOTICE: table "transacoes" does not exist, skipping
postgres-db | psql:/docker-entrypoint-initdb.d/init.sql:2: NOTICE: table "clientes" does not exist, skipping
postgres-db | DROP TABLE
postgres-db | DROP TABLE
postgres-db | CREATE TABLE
postgres-db | CREATE TABLE
postgres-db | CREATE INDEX
postgres-db | CREATE INDEX
postgres-db | INSERT 0 5
postgres-db | CREATE FUNCTION
postgres-db | CREATE FUNCTION
postgres-db |
postgres-db |
postgres-db | waiting for server to shut down...2024-03-08 22:25:17.075 UTC [48] LOG: received fast shutdown request
postgres-db | .2024-03-08 22:25:17.118 UTC [48] LOG: aborting any active transactions
postgres-db | 2024-03-08 22:25:17.119 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
postgres-db | 2024-03-08 22:25:17.120 UTC [49] LOG: shutting down
postgres-db | 2024-03-08 22:25:17.123 UTC [49] LOG: checkpoint starting: shutdown immediate
api02 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.StandardService startInternal
api02 | INFO: Starting service [Tomcat]
api02 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.StandardEngine startInternal
api02 | INFO: Starting Servlet engine: [Apache Tomcat/10.1.19]
api01 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.StandardService startInternal
api01 | INFO: Starting service [Tomcat]
api01 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.StandardEngine startInternal
api01 | INFO: Starting Servlet engine: [Apache Tomcat/10.1.19]
api01 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.ApplicationContext log
api01 | INFO: Initializing Spring embedded WebApplicationContext
api02 | Mar 08, 2024 7:25:17 PM org.apache.catalina.core.ApplicationContext log
api02 | INFO: Initializing Spring embedded WebApplicationContext
postgres-db | 2024-03-08 22:25:17.808 UTC [49] LOG: checkpoint complete: wrote 933 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.406 s, sync=0.270 s, total=0.688 s; sync files=260, longest=0.217 s, average=0.002 s; distance=4265 kB, estimate=4265 kB
postgres-db | 2024-03-08 22:25:17.813 UTC [48] LOG: database system is shut down
postgres-db | done
postgres-db | server stopped
postgres-db |
postgres-db | PostgreSQL init process complete; ready for start up.
postgres-db |
postgres-db | 2024-03-08 22:25:17.898 UTC [1] LOG: starting PostgreSQL 15.3 (Debian 15.3-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
postgres-db | 2024-03-08 22:25:17.898 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-db | 2024-03-08 22:25:17.898 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres-db | 2024-03-08 22:25:17.903 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-db | 2024-03-08 22:25:17.910 UTC [66] LOG: database system was shut down at 2024-03-08 22:25:17 UTC
postgres-db | 2024-03-08 22:25:17.917 UTC [1] LOG: database system is ready to accept connections
api02 | Mar 08, 2024 7:25:18 PM org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation
api02 | INFO: HHH000204: Processing PersistenceUnitInfo [name: default]
api01 | Mar 08, 2024 7:25:18 PM org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation
api01 | INFO: HHH000204: Processing PersistenceUnitInfo [name: default]
api02 | Mar 08, 2024 7:25:18 PM org.hibernate.Version logVersion
api02 | INFO: HHH000412: Hibernate ORM core version 6.4.4.Final
api01 | Mar 08, 2024 7:25:18 PM org.hibernate.Version logVersion
api01 | INFO: HHH000412: Hibernate ORM core version 6.4.4.Final
api02 | Mar 08, 2024 7:25:18 PM org.hibernate.cache.internal.RegionFactoryInitiator initiateService
api02 | INFO: HHH000026: Second-level cache disabled
api01 | Mar 08, 2024 7:25:18 PM org.hibernate.cache.internal.RegionFactoryInitiator initiateService
api01 | INFO: HHH000026: Second-level cache disabled
loadbalancer | 2024/03/08 22:25:18 [error] 7#7: *4 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02 | Mar 08, 2024 7:25:18 PM org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl constructDialect
api02 | WARN: HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api01 | Mar 08, 2024 7:25:18 PM org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl constructDialect
api01 | WARN: HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api02 | Mar 08, 2024 7:25:20 PM org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator initiateService
api02 | INFO: HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api01 | Mar 08, 2024 7:25:20 PM org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator initiateService
api01 | INFO: HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
loadbalancer | 2024/03/08 22:25:20 [error] 7#7: *5 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
loadbalancer | 2024/03/08 22:25:22 [error] 7#7: *6 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
loadbalancer | 2024/03/08 22:25:24 [error] 7#7: *7 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
loadbalancer | 2024/03/08 22:25:26 [error] 7#7: *8 no live upstreams while connecting to upstream, client: 127.0.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02 | Mar 08, 2024 7:25:28 PM org.apache.catalina.core.ApplicationContext log
api02 | INFO: Initializing Spring DispatcherServlet 'dispatcherServlet'
api01 | Mar 08, 2024 7:25:33 PM org.apache.catalina.core.ApplicationContext log
api01 | INFO: Initializing Spring DispatcherServlet 'dispatcherServlet'
postgres-db | 2024-03-08 22:25:37.758 UTC [73] ERROR: Não existe um cliente com o id informado
postgres-db | 2024-03-08 22:25:37.758 UTC [73] CONTEXT: PL/pgSQL function get_transacoes(integer) line 9 at RAISE
postgres-db | 2024-03-08 22:25:37.758 UTC [73] STATEMENT: select public.get_transacoes($1)
api01 | Mar 08, 2024 7:25:37 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:37 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: Não existe um cliente com o id informado
api01 | Where: PL/pgSQL function get_transacoes(integer) line 9 at RAISE
postgres-db | 2024-03-08 22:25:50.343 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:50.343 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:50.343 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:50 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:50 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:50.836 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:50.836 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:50.836 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:50 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:50 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.003 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:51.003 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.003 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.378 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:51.378 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.378 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.419 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:51.419 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.419 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.873 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:51.873 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:51.873 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:51 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:52.233 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:52.233 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:52.233 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:52 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.145 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:53.145 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.145 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.573 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:53.573 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.573 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.645 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:53.645 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.645 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
api02 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
postgres-db | 2024-03-08 22:25:53.821 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:53.821 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:53.821 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:53 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.235 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:54.235 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.235 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.339 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:54.339 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.339 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.580 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:54.580 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.580 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.914 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:54.914 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.914 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.946 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:54.946 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:54.946 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:54 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.107 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.107 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.107 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.172 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.172 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.172 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.236 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.236 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.236 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.269 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.269 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.269 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.430 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.430 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.430 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.495 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.495 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.495 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.591 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.591 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.591 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.656 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.656 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.656 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.688 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.688 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.688 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.842 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.842 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.842 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.873 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.873 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.873 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.903 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.903 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.903 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.994 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:55.994 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:55.994 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:55 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.086 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.086 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.086 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.145 UTC [71] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.145 UTC [71] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.145 UTC [71] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.176 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.176 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.176 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.206 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.206 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.206 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.236 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.236 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.236 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.418 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.418 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.418 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.509 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.509 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.509 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.692 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.692 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.692 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.866 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.866 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.866 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.894 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:56.894 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:56.894 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:56 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.123 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:57.123 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.123 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.181 UTC [73] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:57.181 UTC [73] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.181 UTC [73] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api01 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | WARN: SQL Error: 0, SQLState: P0001
api01 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api01 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api01 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.209 UTC [70] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:57.209 UTC [70] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.209 UTC [70] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.237 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:57.237 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.237 UTC [72] STATEMENT: select public.envio_transacao($1,$2,$3,$4)
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | WARN: SQL Error: 0, SQLState: P0001
api02 | Mar 08, 2024 7:25:57 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
api02 | ERROR: ERROR: O cliente não tem limite para executar essa transação.
api02 | Where: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE
postgres-db | 2024-03-08 22:25:57.410 UTC [72] ERROR: O cliente não tem limite para executar essa transação.
postgres-db | 2024-03-08 22:25:57.410 UTC [72] CONTEXT: PL/pgSQL function envio_transacao(integer,text,text,bigint) line 27 at RAISE