forked from HamzaBenyazid/account-sharing-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogs.log
600 lines (594 loc) · 84.9 KB
/
logs.log
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
2022-05-29 00:11:01.259 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=benyazidham]
2022-05-29 00:11:01.811 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=benyazidham]
2022-05-29 00:11:01.821 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=benyazidham]
2022-05-29 00:11:02.221 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=benyazidham]
2022-05-29 00:11:45.394 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/user/signup, client=0:0:0:0:0:0:0:1]
2022-05-29 00:11:46.668 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/user/signup, client=0:0:0:0:0:0:0:1, payload={"firstName":"hgh","lastName":"gfdg","username":"meriem","email":"[email protected]","password":"12345678"}]
2022-05-29 00:12:00.094 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:00.557 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:00.560 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:01.004 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:14.268 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:14.278 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:14.925 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:14.940 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:15.335 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:15.337 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:15.354 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:16.051 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:16.073 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:17.076 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:17.101 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:17.895 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:21.126 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:21.787 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:21.804 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:22.324 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:27.760 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:28.239 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:28.260 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:28.859 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:34.296 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:34.884 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:34.903 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:35.305 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:41.285 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:41.858 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:41.879 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:42.472 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:55.300 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/account, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:56.153 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/account, client=0:0:0:0:0:0:0:1, user=meriem, payload={"provider":"NETFLIX","subscriptionType":"STANDARD","credentials":{"username":"[email protected]","password":"12345678"}}]
2022-05-29 00:12:56.264 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/offer, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:56.576 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:56.844 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:56.851 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:57.218 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:12:57.523 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/offer, client=0:0:0:0:0:0:0:1, user=meriem, payload={"accountId":27,"maxSplitters":2}]
2022-05-29 00:13:01.220 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:01.247 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:01.826 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:01.864 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:02.176 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:02.231 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:02.250 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:03.261 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:03.285 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:04.297 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:04.311 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:13:05.922 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem]
2022-05-29 00:14:31.065 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/user/signup, client=0:0:0:0:0:0:0:1]
2022-05-29 00:14:32.750 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/user/signup, client=0:0:0:0:0:0:0:1, payload={"firstName":"meriem","lastName":"meriem","username":"meriem12","email":"[email protected]","password":"12345678"}]
2022-05-29 00:14:46.529 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:14:47.027 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:14:47.035 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:14:47.390 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:14:59.978 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:14:59.997 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:00.701 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:00.731 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:00.893 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:00.896 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:01.111 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:01.725 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:01.743 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:02.470 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:02.500 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:03.363 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:07.231 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:07.869 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:07.903 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:08.484 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:12.828 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:13.502 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:13.519 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:14.116 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:21.512 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:22.206 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:22.240 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:22.535 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:29.407 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:29.988 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:30.026 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:30.604 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:41.390 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/account, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:42.380 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/account, client=0:0:0:0:0:0:0:1, user=meriem12, payload={"provider":"NETFLIX","subscriptionType":"STANDARD","credentials":{"username":"[email protected]","password":"12345678"}}]
2022-05-29 00:15:42.497 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [POST /api/v1/offer, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:42.806 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:43.223 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:43.238 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:43.241 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [POST /api/v1/offer, client=0:0:0:0:0:0:0:1, user=meriem12, payload={"accountId":28,"maxSplitters":2}]
2022-05-29 00:15:43.608 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.089 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.123 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.568 DEBUG 23413 --- [http-nio-8080-exec-2] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.601 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.871 DEBUG 23413 --- [http-nio-8080-exec-10] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:47.962 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:48.005 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:49.035 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:49.062 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:50.060 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:50.098 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:51.097 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user/offers, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:55.557 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:56.169 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:56.181 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:15:56.601 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:09.470 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:09.475 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:10.135 DEBUG 23413 --- [http-nio-8080-exec-1] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:10.155 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:10.546 DEBUG 23413 --- [http-nio-8080-exec-7] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:14.445 DEBUG 23413 --- [http-nio-8080-exec-9] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:14.467 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:19.152 DEBUG 23413 --- [http-nio-8080-exec-5] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:19.202 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:23.760 DEBUG 23413 --- [http-nio-8080-exec-4] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:23.772 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:27.872 WARN 23413 --- [http-nio-8080-exec-6] com.zaxxer.hikari.pool.ProxyConnection : HikariPool-1 - Connection org.postgresql.jdbc.PgConnection@37abec8d marked as broken because of SQLSTATE(08006), ErrorCode(0)
org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:382) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:167) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:119) ~[postgresql-42.3.4.jar:42.3.4]
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-4.0.3.jar:na]
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-4.0.3.jar:na]
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer.initialize(AbstractLoadPlanBasedCollectionInitializer.java:87) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:705) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.event.internal.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:76) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:107) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.internal.SessionImpl.initializeCollection(SessionImpl.java:2208) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$4.doWork(AbstractPersistentCollection.java:595) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:264) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:591) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:149) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$1.doWork(AbstractPersistentCollection.java:178) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$1.doWork(AbstractPersistentCollection.java:163) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:264) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:162) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.PersistentBag.size(PersistentBag.java:371) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at com.winchesters.accountsharingapp.mapper.EntityToDtoMapper.offerToOfferResponseDto(EntityToDtoMapper.java:33) ~[classes/:na]
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) ~[na:na]
at com.winchesters.accountsharingapp.mapper.EntityToDtoMapper.offerToOfferResponseDto(EntityToDtoMapper.java:41) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferService.filterOffers(OfferService.java:136) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferService$$FastClassBySpringCGLIB$$90d698e1.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar:5.3.19]
at com.winchesters.accountsharingapp.offer.OfferService$$EnhancerBySpringCGLIB$$4abc848d.filterOffers(<generated>) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferController.filterOffers(OfferController.java:36) ~[classes/:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.AbstractRequestLoggingFilter.doFilterInternal(AbstractRequestLoggingFilter.java:289) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at com.winchesters.accountsharingapp.jwt.JwtTokenVerifier.doFilterInternal(JwtTokenVerifier.java:80) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:219) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:213) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
Caused by: java.net.SocketException: Connection reset
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323) ~[na:na]
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[na:na]
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[na:na]
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) ~[na:na]
at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:161) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:128) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:113) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.PGStream.receiveChar(PGStream.java:453) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2119) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355) ~[postgresql-42.3.4.jar:42.3.4]
... 147 common frames omitted
2022-05-29 00:16:27.908 WARN 23413 --- [http-nio-8080-exec-6] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 08006
2022-05-29 00:16:27.909 ERROR 23413 --- [http-nio-8080-exec-6] o.h.engine.jdbc.spi.SqlExceptionHelper : An I/O error occurred while sending to the backend.
2022-05-29 00:16:27.918 ERROR 23413 --- [http-nio-8080-exec-6] o.s.t.i.TransactionInterceptor : Application exception overridden by rollback exception
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:112) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:37) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer.initialize(AbstractLoadPlanBasedCollectionInitializer.java:87) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:705) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.event.internal.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:76) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:107) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.internal.SessionImpl.initializeCollection(SessionImpl.java:2208) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$4.doWork(AbstractPersistentCollection.java:595) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:264) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:591) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:149) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$1.doWork(AbstractPersistentCollection.java:178) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection$1.doWork(AbstractPersistentCollection.java:163) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:264) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:162) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.collection.internal.PersistentBag.size(PersistentBag.java:371) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at com.winchesters.accountsharingapp.mapper.EntityToDtoMapper.offerToOfferResponseDto(EntityToDtoMapper.java:33) ~[classes/:na]
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[na:na]
at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[na:na]
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) ~[na:na]
at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) ~[na:na]
at com.winchesters.accountsharingapp.mapper.EntityToDtoMapper.offerToOfferResponseDto(EntityToDtoMapper.java:41) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferService.filterOffers(OfferService.java:136) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferService$$FastClassBySpringCGLIB$$90d698e1.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar:5.3.19]
at com.winchesters.accountsharingapp.offer.OfferService$$EnhancerBySpringCGLIB$$4abc848d.filterOffers(<generated>) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferController.filterOffers(OfferController.java:36) ~[classes/:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.AbstractRequestLoggingFilter.doFilterInternal(AbstractRequestLoggingFilter.java:289) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at com.winchesters.accountsharingapp.jwt.JwtTokenVerifier.doFilterInternal(JwtTokenVerifier.java:80) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:219) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:213) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
Caused by: org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:382) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:167) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:119) ~[postgresql-42.3.4.jar:42.3.4]
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-4.0.3.jar:na]
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-4.0.3.jar:na]
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
... 140 common frames omitted
Caused by: java.net.SocketException: Connection reset
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323) ~[na:na]
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) ~[na:na]
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) ~[na:na]
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) ~[na:na]
at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:161) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:128) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:113) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:73) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.PGStream.receiveChar(PGStream.java:453) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2119) ~[postgresql-42.3.4.jar:42.3.4]
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355) ~[postgresql-42.3.4.jar:42.3.4]
... 147 common frames omitted
2022-05-29 00:16:27.926 ERROR 23413 --- [http-nio-8080-exec-6] c.w.a.g.GeneralControllerAdvice : Technical exception
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:593) ~[spring-orm-5.3.19.jar:5.3.19]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:672) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:392) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.19.jar:5.3.19]
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.19.jar:5.3.19]
at com.winchesters.accountsharingapp.offer.OfferService$$EnhancerBySpringCGLIB$$4abc848d.filterOffers(<generated>) ~[classes/:na]
at com.winchesters.accountsharingapp.offer.OfferController.filterOffers(OfferController.java:36) ~[classes/:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) ~[spring-webmvc-5.3.19.jar:5.3.19]
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.19.jar:5.3.19]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[tomcat-embed-core-9.0.62.jar:4.0.FR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.AbstractRequestLoggingFilter.doFilterInternal(AbstractRequestLoggingFilter.java:289) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at com.winchesters.accountsharingapp.jwt.JwtTokenVerifier.doFilterInternal(JwtTokenVerifier.java:80) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:219) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:213) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) ~[spring-security-web-5.6.3.jar:5.6.3]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.19.jar:5.3.19]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.19.jar:5.3.19]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.62.jar:9.0.62]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:589) ~[spring-orm-5.3.19.jar:5.3.19]
... 108 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) ~[HikariCP-4.0.3.jar:na]
at jdk.proxy3/jdk.proxy3.$Proxy119.rollback(Unknown Source) ~[na:na]
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) ~[HikariCP-4.0.3.jar:na]
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) ~[HikariCP-4.0.3.jar:na]
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ~[hibernate-core-5.6.8.Final.jar:5.6.8.Final]
... 111 common frames omitted
2022-05-29 00:16:27.939 DEBUG 23413 --- [http-nio-8080-exec-6] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/offer?accountProvider=NETFLIX&pageNumber=1, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:40.726 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:41.372 DEBUG 23413 --- [http-nio-8080-exec-3] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:41.377 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : Before request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:16:41.784 DEBUG 23413 --- [http-nio-8080-exec-8] o.s.w.f.CommonsRequestLoggingFilter : After request [GET /api/v1/user, client=0:0:0:0:0:0:0:1, user=meriem12]
2022-05-29 00:20:43.001 INFO 23413 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2022-05-29 00:20:43.004 INFO 23413 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2022-05-29 00:20:43.006 INFO 23413 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.