-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 287 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Container gilbertojnj-java-postgres-1 Creating
Container gilbertojnj-java-postgres-1 Created
Container gilbertojnj-java-api02-1 Creating
Container gilbertojnj-java-api01-1 Creating
Container gilbertojnj-java-api02-1 Created
Container gilbertojnj-java-api01-1 Created
Container gilbertojnj-java-nginx-1 Creating
Container gilbertojnj-java-nginx-1 Created
Attaching to api01-1, api02-1, nginx-1, postgres-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
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
postgres-1 | performing post-bootstrap initialization ... ok
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
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 | syncing data to disk ... ok
postgres-1 |
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-03-10 04:13:49.379 UTC [49] 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-03-10 04:13:49.382 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-03-10 04:13:49.393 UTC [52] LOG: database system was shut down at 2024-03-10 04:13:48 UTC
postgres-1 | 2024-03-10 04:13:49.398 UTC [49] LOG: database system is ready to accept connections
postgres-1 | done
postgres-1 | server started
postgres-1 | CREATE DATABASE
postgres-1 |
postgres-1 |
postgres-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/script.sql
postgres-1 | CREATE TABLE
postgres-1 | CREATE TABLE
postgres-1 | INSERT 0 1
postgres-1 | INSERT 0 1
postgres-1 | INSERT 0 1
postgres-1 | INSERT 0 1
postgres-1 | INSERT 0 1
postgres-1 |
postgres-1 |
postgres-1 | waiting for server to shut down...2024-03-10 04:13:49.607 UTC [49] LOG: received fast shutdown request
postgres-1 | .2024-03-10 04:13:49.610 UTC [49] LOG: aborting any active transactions
postgres-1 | 2024-03-10 04:13:49.618 UTC [49] LOG: background worker "logical replication launcher" (PID 55) exited with exit code 1
postgres-1 | 2024-03-10 04:13:49.619 UTC [50] LOG: shutting down
postgres-1 | 2024-03-10 04:13:49.623 UTC [50] LOG: checkpoint starting: shutdown immediate
postgres-1 | 2024-03-10 04:13:50.101 UTC [50] LOG: checkpoint complete: wrote 934 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.377 s, sync=0.086 s, total=0.483 s; sync files=306, longest=0.058 s, average=0.001 s; distance=4283 kB, estimate=4283 kB; lsn=0/1919850, redo lsn=0/1919850
postgres-1 | 2024-03-10 04:13:50.106 UTC [49] 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-03-10 04:13:50.155 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-03-10 04:13:50.155 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-1 | 2024-03-10 04:13:50.155 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres-1 | 2024-03-10 04:13:50.169 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-03-10 04:13:50.177 UTC [67] LOG: database system was shut down at 2024-03-10 04:13:50 UTC
postgres-1 | 2024-03-10 04:13:50.185 UTC [1] LOG: database system is ready to accept connections
nginx-1 | 2024/03/10 04:13:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.3:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:13:51 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:13:53 [error] 29#29: *4 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 |
api02-1 | . ____ _ __ _ _
api02-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api02-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api02-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api02-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api02-1 | =========|_|==============|___/=/_/_/_/
api02-1 | :: Spring Boot :: (v3.2.2)
api02-1 |
api01-1 |
api01-1 | . ____ _ __ _ _
api01-1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
api01-1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
api01-1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) )
api01-1 | ' |____| .__|_| |_|_| |_\__, | / / / /
api01-1 | =========|_|==============|___/=/_/_/_/
api01-1 | :: Spring Boot :: (v3.2.2)
api01-1 |
api02-1 | 2024-03-10T04:13:54.525Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : Starting RinhaDeBackendApplication v0.0.1-SNAPSHOT using Java 17.0.2 with PID 1 (/app.jar started by root in /)
api02-1 | 2024-03-10T04:13:54.529Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : No active profile set, falling back to 1 default profile: "default"
api01-1 | 2024-03-10T04:13:54.636Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : Starting RinhaDeBackendApplication v0.0.1-SNAPSHOT using Java 17.0.2 with PID 1 (/app.jar started by root in /)
api01-1 | 2024-03-10T04:13:54.715Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : No active profile set, falling back to 1 default profile: "default"
nginx-1 | 2024/03/10 04:13:55 [error] 29#29: *5 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:13:57 [error] 29#29: *6 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:13:58.922Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
api02-1 | 2024-03-10T04:13:58.938Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
api01-1 | 2024-03-10T04:13:59.329Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 393 ms. Found 2 JPA repository interfaces.
api02-1 | 2024-03-10T04:13:59.418Z INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 387 ms. Found 2 JPA repository interfaces.
nginx-1 | 2024/03/10 04:13:59 [error] 29#29: *7 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:01 [error] 29#29: *8 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:14:02.819Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api02-1 | 2024-03-10T04:14:02.824Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
api01-1 | 2024-03-10T04:14:02.836Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api01-1 | 2024-03-10T04:14:02.836Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.18]
api02-1 | 2024-03-10T04:14:02.922Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
api02-1 | 2024-03-10T04:14:02.923Z INFO 1 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.18]
api02-1 | 2024-03-10T04:14:03.618Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api01-1 | 2024-03-10T04:14:03.619Z INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
api02-1 | 2024-03-10T04:14:03.620Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8796 ms
api01-1 | 2024-03-10T04:14:03.621Z INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 8599 ms
nginx-1 | 2024/03/10 04:14:03 [error] 29#29: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:03 [error] 29#29: *9 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.3:8080/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-10T04:14:05.522Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
api01-1 | 2024-03-10T04:14:05.717Z INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
nginx-1 | 2024/03/10 04:14:05 [error] 29#29: *12 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-10T04:14:05.736Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api01-1 | 2024-03-10T04:14:05.920Z INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.4.1.Final
api02-1 | 2024-03-10T04:14:05.923Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-03-10T04:14:06.031Z INFO 1 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
api01-1 | 2024-03-10T04:14:06.934Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api02-1 | 2024-03-10T04:14:07.029Z INFO 1 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
api02-1 | 2024-03-10T04:14:07.135Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
api01-1 | 2024-03-10T04:14:07.232Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
nginx-1 | 2024/03/10 04:14:07 [error] 29#29: *13 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:14:08.315Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@68b3248a
api01-1 | 2024-03-10T04:14:08.317Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api02-1 | 2024-03-10T04:14:08.317Z INFO 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@68b3248a
api02-1 | 2024-03-10T04:14:08.319Z INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
api01-1 | 2024-03-10T04:14:08.421Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
api02-1 | 2024-03-10T04:14:08.442Z WARN 1 --- [ main] org.hibernate.orm.deprecation : HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
nginx-1 | 2024/03/10 04:14:09 [error] 29#29: *14 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:11 [error] 29#29: *15 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-10T04:14:13.528Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api02-1 | 2024-03-10T04:14:13.664Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
nginx-1 | 2024/03/10 04:14:13 [error] 29#29: *16 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:14:14.021Z INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
api01-1 | 2024-03-10T04:14:14.150Z INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api02-1 | 2024-03-10T04:14:15.133Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
api01-1 | 2024-03-10T04:14:15.723Z INFO 1 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
nginx-1 | 2024/03/10 04:14:15 [error] 29#29: *17 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.4:8080/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:15 [error] 29#29: *17 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://192.168.0.3:8080/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-10T04:14:17.333Z WARN 1 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
nginx-1 | 2024/03/10 04:14:17 [error] 29#29: *20 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:14:18.130Z WARN 1 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
api02-1 | 2024-03-10T04:14:19.420Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api02-1 | 2024-03-10T04:14:19.438Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : Started RinhaDeBackendApplication in 28.205 seconds (process running for 31.269)
nginx-1 | 2024/03/10 04:14:19 [error] 29#29: *21 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api01-1 | 2024-03-10T04:14:20.017Z INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
api01-1 | 2024-03-10T04:14:20.027Z INFO 1 --- [ main] c.g.r.RinhaDeBackendApplication : Started RinhaDeBackendApplication in 28.49 seconds (process running for 31.876)
nginx-1 | 2024/03/10 04:14:21 [error] 29#29: *22 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:23 [error] 29#29: *23 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
nginx-1 | 2024/03/10 04:14:25 [error] 29#29: *24 no live upstreams while connecting to upstream, client: 192.168.0.1, server: , request: "GET /clientes/1/extrato HTTP/1.1", upstream: "http://api/clientes/1/extrato", host: "localhost:9999"
api02-1 | 2024-03-10T04:14:28.015Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api02-1 | 2024-03-10T04:14:28.015Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api02-1 | 2024-03-10T04:14:28.017Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms
api01-1 | 2024-03-10T04:14:33.729Z INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
api01-1 | 2024-03-10T04:14:33.729Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
api01-1 | 2024-03-10T04:14:33.730Z INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
api02-1 | 2024-03-10T04:14:34.131Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.131Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.132Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.216Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.216Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.217Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.217Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.221Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.232Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.322Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.325Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.332Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.417Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.420Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.420Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.420Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.422Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.422Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.423Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.423Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.424Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.433Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.425Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:34.518Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:34.536Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.505Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.503Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.506Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.517Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.517Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.520Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.521Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.521Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.523Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.524Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.525Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.524Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.528Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.525Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.531Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:36.528Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.526Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.541Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.543Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.544Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.547Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.548Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.548Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.549Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:36.616Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [validacao]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.528Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [toma]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:38.528Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [toma]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:38.536Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [toma]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.543Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.543Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:38.615Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.632Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [danada]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:38.721Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.729Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:38.817Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [123456789 e mais um pouco]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:38.826Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value []; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.428Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [danada]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.428Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [danada]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.435Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.517Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.520Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.520Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [toma]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.520Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Z7tFDCe4Jx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.526Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [bqEN7UZVfD]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.527Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.530Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [toma]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.535Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [123456789 e mais um pouco]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.532Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.553Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [danada]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.617Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [123456789 e mais um pouco]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.618Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.617Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value []; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.624Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value []; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.627Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.633Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.725Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [123456789 e mais um pouco]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.734Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [danada]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.817Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value []; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.819Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.834Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [devolve]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:39.922Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [123456789 e mais um pouco]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:39.929Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value []; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:40.503Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [E3eFQc4zyY]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:40.505Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [6DY5S1twqo]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:40.751Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [VSmlAVrKxM]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:41.001Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [J5zW1o5Oxv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:41.002Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [DtFdudAu3d]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:41.252Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [JkZ49rFpOw]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:41.502Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [KRE2PfwGFT]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:41.506Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wLdVjEY5qA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:41.667Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [1V4CCIzpO5]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:41.751Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [l2nsPW2Yb4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:41.834Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [JmrvIPbAHC]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:42.001Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wCOGu2bTqo]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.001Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [flFDJuQu0r]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:42.168Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qIWIUQu4i9]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.252Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [j4JIiYUXOv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:42.335Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [j5FjjQDkwJ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.501Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [eKWIPW5kq7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.501Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [TI96n9IAcN]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:42.644Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [5SAmjJCISw]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.751Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [fMYrVZFEvj]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:42.786Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [hr7OObmWkQ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:42.930Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [JSVG5Rn5E4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.001Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [XuppO2iF3O]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.072Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [HonNHs817E]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.216Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qRTmHrwJq4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.251Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qvGWNGLso2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.359Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qI1s6rVkUl]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.501Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [og3WyQwJo1]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.501Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [tOUA9nEKlO]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.611Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [xv7NChG7jY]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.701Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [OmE0mxoo1Z]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.722Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [9Di3FEGBKW]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.834Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [iEtH4lwb9W]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:43.900Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [CBTBJ2WzFA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:43.945Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [zfk9qtmzP4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.056Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [olVkkjuDAR]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.101Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ukHwIH7isu]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.166Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [NHAj5RwteS]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.278Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [s1JbcWUMJv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.301Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Zjf8xHDbcc]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.389Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [DjVFuCegD2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.501Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [BV5AaacDjh]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.501Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Auk3G7zuaq]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.590Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [E82VXPteYx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.666Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [xMYWvG6iZk]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.681Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [k0qyHlVBWD]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.772Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Qtyl5lLWcf]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.834Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [kc8ONyYp2M]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:44.863Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [BUwDCULuLE]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:44.954Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [yJxbql3YHA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.001Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [0SN4MyXRt5]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.045Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [i2DMscByEO]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.136Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [eolluUX0bp]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.166Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [nlrkmZQMWM]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.227Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [PBPlJZXBqj]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.319Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [jspCVgCRHK]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.334Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [fTKYnOfr16]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.410Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [tg62rAlfJP]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.501Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [oM54CtIbYm]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.501Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [mAJfRkz8MV]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.576Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [a8LZbhL3AP]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.643Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [VND7GAeAe3]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.653Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [9xgQvaGjWU]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.731Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [66naVojXYW]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.785Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [A0MDk3jMaE]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.808Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [jntMmcSflr]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.885Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ew2XmqrgNE]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:45.928Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [OHPhKAbDk3]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:45.962Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [H2pZb1PSvk]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.039Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [dvMfeyuFdP]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.071Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [FRWY6Agk2O]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.116Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [C1qudr1487]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.192Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [4LqLBEG65o]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.214Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [mIYzu6JUFJ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.269Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [RmckfOjaVo]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.347Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [SgvCpgOba2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.357Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [O8wdMhG8Ad]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.424Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ktShYlMhSZ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.501Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Dp0xNGxmhx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.501Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [DhTRpsun9o]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.566Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [AB7z2N2SwU]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.624Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [irftNWYfgh]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.633Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [us3iuw4gbI]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.700Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [q0cT56aEuK]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.749Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [acjUpBbqhK]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.766Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [4eBR6tTfLB]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.834Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [AbBfuM9zxs]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.875Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [uXAoAioiux]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:46.900Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [VjdM15qQGW]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:46.966Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [YbBDKCGtz1]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.000Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qYgqPpoNll]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.034Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [smeuyGVc2n]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.100Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [hD1dfecv3N]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.125Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [vKKTRHUxuj]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.166Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [RpPt5pxy1A]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.233Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [IahqU4noRl]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.249Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [809Jscev9O]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.300Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [2XonbD4Wwn]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.367Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [fLVodrfxN9]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.375Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [cFqI7fdE2H]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.433Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [LV2rxOBhl8]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.500Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ywE38rM1pL]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.502Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [F2Q95rGPUS]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.562Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [7UMWQu1kAR]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.625Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [P6AF80j9Bt]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.625Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [RtDD5E6BB1]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.687Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [bx7hum1WAj]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.750Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [vt6J0qRqq9]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.751Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [JSLSOGR7VA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.811Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [dDQ6IjMqYk]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:47.875Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [C0mZBJ71nO]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.875Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [7HdoafiPVT]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:47.937Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [OZOrgIvtn1]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.000Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [j4S5lSeihA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.001Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Ikzw2vxZIA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.062Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [gNvPX9HmVN]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.125Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [zxzX5ij9ik]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.125Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [IOiin8u427]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.186Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [rYwVLAGtMc]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.250Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ZiJ4rL8zAg]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.250Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [y9IbUruJa7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.311Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [c00M7MWDw7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.376Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [dZEYZjx3vL]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.376Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ENUimqclvA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.436Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [zSQs83vsHd]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.500Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [X26uJCgVF9]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.500Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [dXQQNmgy7C]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.551Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wmEmBcgeA4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.600Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [hAlztQdMAb]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.605Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [5weNVdvzkN]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.656Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [g8KxDjfKKA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.700Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [XEenytv98b]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.709Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wnu8dp1Ysc]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.762Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [iJ9TbSyZ5x]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.800Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [8GBfpsTDZ6]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.814Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [AnWsUsOh7t]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.868Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [lUH08OnNuC]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.900Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [PYZ5KPDNSA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.921Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [RX8hrFNMBF]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:48.973Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [TySgEBAksb]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:48.999Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [g4CXSkDZeX]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.025Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [lN1VLtHUR2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.081Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [KDPNR8Y3S7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.100Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [GeR9Kvopb2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.131Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [rEtE1mK3mF]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.184Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [3WZ7aIyFOV]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.199Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [MZLyuPkdwt]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.235Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [nXSzw32Pcp]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.288Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [uKY7FXGBQJ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.299Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [kPsidKTCbC]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.342Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [epzwV4psku]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.393Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [MVrrmwRtsJ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.399Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [yXKazPZQFm]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.447Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [UIQSd72xvU]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.499Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [UYBnr385VX]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.500Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [FAX7IsO5Fl]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.550Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [RxkIOu0It2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.600Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [bXnMgj6AAB]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.615Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [YVG2mmQnZe]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.700Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [043HmS9heK]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.717Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [GLCQ1QS4DF]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.717Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [cz8qMddGpD]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.750Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [vqehyfXkIq]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.799Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [WZ3gB1wHRr]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.816Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [cjFgL7Wu0g]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.899Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [WIrKSFoVZv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.916Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [3puRBDqq95]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:49.916Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [f2nyMwsah6]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:49.951Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [EQy8cpoOqx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.000Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [jCbYdh68gV]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.000Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [7VTHCtYaCx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.050Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [H9VPEKY8QL]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.100Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [xdLZcgosEu]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.100Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [XJrJohsqw7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.150Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [PKYjLk1Eal]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.199Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [5Gu18E25oJ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.200Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Czl19cgAS7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.250Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [0QUDLl2nrs]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.300Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [8HX4tzeVmd]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.300Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [pLK5VjJSix]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.350Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [kz8wBprLFi]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.400Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ZXNd1ZyDUr]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.401Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [afglrcfwWA]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.451Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [nJzcEFB8T2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.499Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Pf4gIbqnTv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.500Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ezBvOJxfkq]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.544Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [6htwAg6fwE]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.583Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [vbZQF3T0kY]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.588Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [1g1exxvnAF]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.635Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [dwntosgvlt]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.665Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [TrowBo5pxv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.680Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Kql65HcEjC]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.726Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Fbhwh2AsB4]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.749Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [G71n3AQt1Z]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.771Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [0Sm4OPsqE2]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.817Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [fTnd06WID0]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.833Z WARN 1 --- [io-8080-exec-15] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [84hwaCZt4D]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.862Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [95UXsqnB9c]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.908Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [AO0Y7eWPOi]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:50.915Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [vDcoR0qNGK]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:50.953Z WARN 1 --- [io-8080-exec-16] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [n9KmBLmIav]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.000Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [84Dwraapzx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.000Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [80gdHVYDs7]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.044Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [bdB5byla7Y]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.083Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [fO7iyJQShD]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.089Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [tr9uzC6EOx]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.136Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [qFobuo9AVm]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.165Z WARN 1 --- [io-8080-exec-22] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ck781idxc1]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.181Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [8HjdF8Knj9]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.226Z WARN 1 --- [io-8080-exec-23] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [f8VXcS6rYa]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.249Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [9VmqkWCzi3]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.271Z WARN 1 --- [io-8080-exec-13] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [xEtkHF1jtv]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.317Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [MI7dZSYu6l]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.332Z WARN 1 --- [io-8080-exec-20] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [mhT4JxZJYm]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.362Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Y6MNSeiKRC]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.415Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [BGPlm2wjex]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.416Z WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [NURAafBJA8]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.453Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [aWTs5hELQu]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.500Z WARN 1 --- [io-8080-exec-18] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [CyWnBb3zMP]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.500Z WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [cq7icjnoyQ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.540Z WARN 1 --- [io-8080-exec-14] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [as1x93sX8W]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.582Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [ZQz6bnnIGP]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.582Z WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wTPekVLYbl]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.624Z WARN 1 --- [io-8080-exec-10] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [XIWXmNuWIk]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.665Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [hltt3XhRqU]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.665Z WARN 1 --- [io-8080-exec-17] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [m6XofNCTRl]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.708Z WARN 1 --- [io-8080-exec-21] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [tjqpf25jKu]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.750Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [wAMRL36dt5]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.750Z WARN 1 --- [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [EVOjH16Z8y]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.790Z WARN 1 --- [io-8080-exec-11] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [pRhVmMG1Tq]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.833Z WARN 1 --- [nio-8080-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [a36SuqGBuD]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.833Z WARN 1 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [KShB3BGMDW]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.875Z WARN 1 --- [io-8080-exec-24] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [Nry4w4ua35]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:51.916Z WARN 1 --- [io-8080-exec-12] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [CB9pn31iRq]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.916Z WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [KlDd1TIOXr]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:51.957Z WARN 1 --- [nio-8080-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [bMKMqzWBxQ]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api02-1 | 2024-03-10T04:14:52.000Z WARN 1 --- [io-8080-exec-19] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [0TvlBmWHZs]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]
api01-1 | 2024-03-10T04:14:52.000Z WARN 1 --- [nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [1] in public org.springframework.http.ResponseEntity<java.lang.Object> com.gilberto.rinhadebackend.controllers.CustomerController.transacts(java.lang.Long,com.gilberto.rinhadebackend.models.requests.TransactionForm): [Field error in object 'transactionForm' on field 'description': rejected value [353xfYqpDR]; codes [Max.transactionForm.description,Max.description,Max.java.lang.String,Max]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [transactionForm.description,description]; arguments []; default message [description],10]; default message [must be less than or equal to 10]] ]