-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMolla-backend-2022-03-24.9.log
442 lines (442 loc) · 130 KB
/
Molla-backend-2022-03-24.9.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
2022-03-24 16:03:54.496 WARN 18792 --- [http-nio-8080-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]
2022-03-24 16:03:55.833 INFO 18792 --- [http-nio-8080-exec-4] c.m.admin.controller.OrderController : OrderController | listFirstPage is called
2022-03-24 16:03:55.838 INFO 18792 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:03:55.839 INFO 18792 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:03:55.894 INFO 18792 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:03:55.894 INFO 18792 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:03:55.894 INFO 18792 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:03:55.894 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:03:55.899 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=NEW, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:03:55.900 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:03:55.901 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:03:55.901 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:03:55.901 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:03:55.901 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:03:55.902 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:03:55.902 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:03:55.902 INFO 18792 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:03:55.902 INFO 18792 --- [http-nio-8080-exec-5] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@5cb2b5e8
2022-03-24 16:03:55.919 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.921 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:03:55.922 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.924 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.924 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:03:55.924 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.926 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.926 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:03:55.926 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.927 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.927 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:03:55.927 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.933 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.933 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:03:55.934 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.935 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.935 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:03:55.935 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.937 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.938 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:03:55.938 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:03:55.940 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:03:55.940 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:03:55.940 INFO 18792 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:04:40.818 WARN 18792 --- [http-nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]
2022-03-24 16:05:09.379 INFO 18792 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | listFirstPage is called
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:05:09.385 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=NEW, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:05:09.391 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:05:09.393 INFO 18792 --- [http-nio-8080-exec-7] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@5cb2b5e8
2022-03-24 16:05:09.413 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.413 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:05:09.414 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.416 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.417 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:05:09.417 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.418 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.418 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:05:09.418 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.421 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.421 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:05:09.421 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.426 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.426 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:05:09.427 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.429 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.430 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:05:09.430 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.433 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.433 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:05:09.433 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:09.437 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:05:09.437 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:05:09.437 INFO 18792 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:05:10.346 INFO 18792 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | viewOrderDetails is called
2022-03-24 16:05:10.350 INFO 18792 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | viewOrderDetails | order : Order [id=8, subtotal=23840.0, paymentMethod=COD, status=NEW, customer=mohamed emad]
2022-03-24 16:05:10.350 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | viewOrderDetails | loggedUser : com.molla.admin.model.MollaUserDetails@5cb2b5e8
2022-03-24 16:05:10.352 INFO 18792 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | viewOrderDetails | isVisibleForAdminOrSalesperson : false
2022-03-24 16:09:03.375 INFO 17096 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Starting MollaBackEndApplication using Java 11.0.11 on DESKTOP-VU2MQQ8 with PID 17096 (E:\Materials\Java\Spring\Projects\MollaECommerceProject\MollaWebParent\MollaBackEnd\target\classes started by Mohamed in E:\Materials\Java\Spring\Projects\MollaECommerceProject)
2022-03-24 16:09:03.377 INFO 17096 --- [restartedMain] com.molla.admin.MollaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
2022-03-24 16:09:03.467 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xercesImpl.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xml-apis.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/serializer.jar
2022-03-24 16:09:03.467 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/serializer/2.7.2/xml-apis.jar
2022-03-24 16:09:03.467 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer-ext\1.13\batik-rasterizer-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-ext-1.3.04.jar
2022-03-24 16:09:03.467 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer\1.13\batik-rasterizer-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/fop-transcoder-allinone-2.5.jar
2022-03-24 16:09:03.471 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-slideshow\1.13\batik-slideshow-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:09:03.473 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle-ext\1.13\batik-squiggle-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svg-dom-1.13.jar
2022-03-24 16:09:03.474 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle\1.13\batik-squiggle-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:09:03.475 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-svgpp\1.13\batik-svgpp-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:09:03.475 INFO 17096 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-ttf2svg\1.13\batik-ttf2svg-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:09:03.476 INFO 17096 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-03-24 16:09:03.476 INFO 17096 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-03-24 16:09:04.481 INFO 17096 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-03-24 16:09:04.605 INFO 17096 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 112 ms. Found 12 JPA repository interfaces.
2022-03-24 16:09:05.407 INFO 17096 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2022-03-24 16:09:05.416 INFO 17096 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-03-24 16:09:05.416 INFO 17096 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-03-24 16:09:05.571 INFO 17096 --- [restartedMain] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring embedded WebApplicationContext
2022-03-24 16:09:05.571 INFO 17096 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2094 ms
2022-03-24 16:09:05.786 INFO 17096 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-03-24 16:09:05.837 INFO 17096 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.5.Final
2022-03-24 16:09:05.978 INFO 17096 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24 16:09:06.093 INFO 17096 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-03-24 16:09:06.225 INFO 17096 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-03-24 16:09:06.259 INFO 17096 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-03-24 16:09:07.730 INFO 17096 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24 16:09:07.740 INFO 17096 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-03-24 16:09:07.799 WARN 17096 --- [restartedMain] 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
2022-03-24 16:09:08.883 WARN 17096 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/images/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:09:08.884 INFO 17096 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/images/**'] with []
2022-03-24 16:09:08.885 WARN 17096 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/js/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:09:08.885 INFO 17096 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/js/**'] with []
2022-03-24 16:09:08.885 WARN 17096 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/webjars/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:09:08.885 INFO 17096 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/webjars/**'] with []
2022-03-24 16:09:08.885 WARN 17096 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/css/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:09:08.885 INFO 17096 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/css/**'] with []
2022-03-24 16:09:08.922 INFO 17096 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will not secure any request
2022-03-24 16:09:09.147 INFO 17096 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2022-03-24 16:09:09.840 INFO 17096 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2022-03-24 16:09:09.878 INFO 17096 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/MollaAdmin'
2022-03-24 16:09:09.889 INFO 17096 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Started MollaBackEndApplication in 7.429 seconds (JVM running for 9.778)
2022-03-24 16:10:02.123 INFO 17096 --- [http-nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24 16:10:02.124 INFO 17096 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-03-24 16:10:02.125 INFO 17096 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2022-03-24 16:10:02.333 WARN 17096 --- [http-nio-8080-exec-1] o.a.c.util.SessionIdGeneratorBase : Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [166] milliseconds.
2022-03-24 16:10:19.678 INFO 17096 --- [http-nio-8080-exec-6] c.m.admin.controller.OrderController : OrderController | listFirstPage is called
2022-03-24 16:10:19.702 INFO 17096 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:10:19.703 INFO 17096 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:10:19.703 INFO 17096 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:10:19.704 INFO 17096 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:10:19.704 INFO 17096 --- [http-nio-8080-exec-7] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:10:19.709 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:10:19.756 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:10:19.756 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:10:19.756 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:10:19.756 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:10:19.757 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:10:19.757 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:10:19.757 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:10:19.757 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:10:19.769 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=NEW, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:10:19.770 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:10:19.778 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:10:19.781 INFO 17096 --- [http-nio-8080-exec-7] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@2878b561
2022-03-24 16:10:19.841 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.841 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:19.892 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.900 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.901 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:19.901 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.908 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.908 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:19.908 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.913 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.913 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:19.913 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.926 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.926 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:19.928 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.934 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.935 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:19.935 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.943 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.943 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:19.943 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:19.950 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:19.950 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:19.951 INFO 17096 --- [http-nio-8080-exec-7] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:21.723 INFO 17096 --- [http-nio-8080-exec-6] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:21.724 INFO 17096 --- [http-nio-8080-exec-6] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:21.725 INFO 17096 --- [http-nio-8080-exec-6] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:10:26.896 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:10:26.906 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:10:26.907 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=DELIVERED, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:10:26.907 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:10:26.909 INFO 17096 --- [http-nio-8080-exec-9] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@2878b561
2022-03-24 16:10:26.941 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.941 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:26.943 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.945 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.945 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:26.945 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.948 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.948 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:26.948 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return True
2022-03-24 16:10:26.950 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.951 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:26.951 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.957 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.957 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:26.958 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.960 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.961 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:26.961 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.963 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.963 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:26.963 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:26.970 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:26.971 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:26.971 INFO 17096 --- [http-nio-8080-exec-9] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.093 INFO 17096 --- [http-nio-8080-exec-2] c.m.admin.controller.OrderController : OrderController | listFirstPage is called
2022-03-24 16:10:28.102 INFO 17096 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:10:28.102 INFO 17096 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:10:28.102 INFO 17096 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:10:28.102 INFO 17096 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:10:28.103 INFO 17096 --- [http-nio-8080-exec-5] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:10:28.103 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:10:28.109 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=DELIVERED, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:10:28.110 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:10:28.113 INFO 17096 --- [http-nio-8080-exec-5] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:10:28.114 INFO 17096 --- [http-nio-8080-exec-5] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@2878b561
2022-03-24 16:10:28.141 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.141 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:28.142 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.145 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.145 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:28.145 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.147 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.147 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:28.147 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return True
2022-03-24 16:10:28.148 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.148 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:28.149 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.156 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.156 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:10:28.158 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.160 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.160 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:10:28.160 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.162 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.163 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:10:28.163 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:10:28.168 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:10:28.168 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:10:28.168 INFO 17096 --- [http-nio-8080-exec-5] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:11:55.200 INFO 2988 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Starting MollaBackEndApplication using Java 11.0.11 on DESKTOP-VU2MQQ8 with PID 2988 (E:\Materials\Java\Spring\Projects\MollaECommerceProject\MollaWebParent\MollaBackEnd\target\classes started by Mohamed in E:\Materials\Java\Spring\Projects\MollaECommerceProject)
2022-03-24 16:11:55.202 INFO 2988 --- [restartedMain] com.molla.admin.MollaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
2022-03-24 16:11:55.270 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xercesImpl.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xml-apis.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/serializer.jar
2022-03-24 16:11:55.271 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/serializer/2.7.2/xml-apis.jar
2022-03-24 16:11:55.271 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer-ext\1.13\batik-rasterizer-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-ext-1.3.04.jar
2022-03-24 16:11:55.272 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer\1.13\batik-rasterizer-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/fop-transcoder-allinone-2.5.jar
2022-03-24 16:11:55.277 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-slideshow\1.13\batik-slideshow-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:11:55.278 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle-ext\1.13\batik-squiggle-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svg-dom-1.13.jar
2022-03-24 16:11:55.278 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle\1.13\batik-squiggle-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:11:55.279 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-svgpp\1.13\batik-svgpp-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:11:55.280 INFO 2988 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-ttf2svg\1.13\batik-ttf2svg-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:11:55.282 INFO 2988 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-03-24 16:11:55.283 INFO 2988 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-03-24 16:11:56.479 INFO 2988 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-03-24 16:11:56.598 INFO 2988 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 109 ms. Found 12 JPA repository interfaces.
2022-03-24 16:11:57.400 INFO 2988 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2022-03-24 16:11:57.413 INFO 2988 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-03-24 16:11:57.414 INFO 2988 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-03-24 16:11:57.589 INFO 2988 --- [restartedMain] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring embedded WebApplicationContext
2022-03-24 16:11:57.589 INFO 2988 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2303 ms
2022-03-24 16:11:57.812 INFO 2988 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-03-24 16:11:57.865 INFO 2988 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.5.Final
2022-03-24 16:11:58.016 INFO 2988 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24 16:11:58.149 INFO 2988 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-03-24 16:11:58.276 INFO 2988 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-03-24 16:11:58.302 INFO 2988 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-03-24 16:11:59.668 INFO 2988 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24 16:11:59.677 INFO 2988 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-03-24 16:11:59.765 WARN 2988 --- [restartedMain] 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
2022-03-24 16:12:00.674 WARN 2988 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/images/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:12:00.675 INFO 2988 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/images/**'] with []
2022-03-24 16:12:00.675 WARN 2988 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/js/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:12:00.676 INFO 2988 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/js/**'] with []
2022-03-24 16:12:00.676 WARN 2988 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/webjars/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:12:00.676 INFO 2988 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/webjars/**'] with []
2022-03-24 16:12:00.676 WARN 2988 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/css/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:12:00.676 INFO 2988 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/css/**'] with []
2022-03-24 16:12:00.725 INFO 2988 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will not secure any request
2022-03-24 16:12:00.950 INFO 2988 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2022-03-24 16:12:01.812 INFO 2988 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2022-03-24 16:12:01.856 INFO 2988 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/MollaAdmin'
2022-03-24 16:12:01.867 INFO 2988 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Started MollaBackEndApplication in 7.566 seconds (JVM running for 10.034)
2022-03-24 16:12:10.931 INFO 2988 --- [http-nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24 16:12:10.932 INFO 2988 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-03-24 16:12:10.934 INFO 2988 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2022-03-24 16:12:11.448 WARN 2988 --- [http-nio-8080-exec-1] o.a.c.util.SessionIdGeneratorBase : Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [328] milliseconds.
2022-03-24 16:12:11.490 INFO 2988 --- [http-nio-8080-exec-1] c.m.admin.controller.OrderController : OrderController | listFirstPage is called
2022-03-24 16:12:11.568 INFO 2988 --- [http-nio-8080-exec-3] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortField : orderTime
2022-03-24 16:12:11.569 INFO 2988 --- [http-nio-8080-exec-3] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | sortDir : desc
2022-03-24 16:12:11.569 INFO 2988 --- [http-nio-8080-exec-3] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | reverseSortDir : asc
2022-03-24 16:12:11.569 INFO 2988 --- [http-nio-8080-exec-3] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | keyword : null
2022-03-24 16:12:11.570 INFO 2988 --- [http-nio-8080-exec-3] c.m.a.p.PagingAndSortingArgumentResolver : PagingAndSortingArgumentResolver | resolveArgument | moduleURL : /orders
2022-03-24 16:12:11.577 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.controller.OrderController : OrderController | listByPage is called
2022-03-24 16:12:11.632 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes is started
2022-03-24 16:12:11.632 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | startCount : 1
2022-03-24 16:12:11.632 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 10
2022-03-24 16:12:11.633 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | page.getTotalElements() : 2
2022-03-24 16:12:11.633 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | endCount : 2
2022-03-24 16:12:11.633 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | currentPage : 1
2022-03-24 16:12:11.634 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalPages : 1
2022-03-24 16:12:11.634 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | totalItems : 2
2022-03-24 16:12:11.650 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.paging.PagingAndSortingHelper : PagingAndSortingArgumentResolver | updateModelAttributes | listName : [Order [id=8, subtotal=23840.0, paymentMethod=COD, status=DELIVERED, customer=mohamed emad], Order [id=3, subtotal=40920.0, paymentMethod=COD, status=NEW, customer=mohamed emad]]
2022-03-24 16:12:11.652 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting is called
2022-03-24 16:12:11.665 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | currencySettings : [Setting [key=CURRENCY_ID, value=5], Setting [key=CURRENCY_SYMBOL, value=€], Setting [key=CURRENCY_SYMBOL_POSITION, value=Before price], Setting [key=DECIMAL_DIGITS, value=2], Setting [key=DECIMAL_POINT_TYPE, value=POINT], Setting [key=THOUSANDS_POINT_TYPE, value=COMMA]]
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_ID , value : 5
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL , value : €
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : CURRENCY_SYMBOL_POSITION , value : Before price
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_DIGITS , value : 2
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : DECIMAL_POINT_TYPE , value : POINT
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.admin.util.OrderUtil : OrderUtil | loadCurrencySetting | setting | key : THOUSANDS_POINT_TYPE , value : COMMA
2022-03-24 16:12:11.668 INFO 2988 --- [http-nio-8080-exec-3] c.m.admin.controller.OrderController : OrderController | listByPage | loggedUser : com.molla.admin.model.MollaUserDetails@6e959ad
2022-03-24 16:12:12.627 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.631 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:12:12.634 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.643 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.644 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:12:12.644 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.650 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.650 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:12:12.650 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return True
2022-03-24 16:12:12.653 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.653 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:12:12.653 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.667 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.667 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : PICKED
2022-03-24 16:12:12.668 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.675 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.676 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : SHIPPING
2022-03-24 16:12:12.676 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.684 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.685 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : DELIVERED
2022-03-24 16:12:12.685 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:12.696 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus is called
2022-03-24 16:12:12.697 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | status : RETURNED
2022-03-24 16:12:12.697 INFO 2988 --- [http-nio-8080-exec-3] com.molla.common.entity.Order : Order | hasStatus | return False
2022-03-24 16:12:21.843 WARN 2988 --- [http-nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
2022-03-24 16:12:57.225 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : Starting MollaBackEndApplication using Java 11.0.11 on DESKTOP-VU2MQQ8 with PID 17392 (E:\Materials\Java\Spring\Projects\MollaECommerceProject\MollaWebParent\MollaBackEnd\target\classes started by Mohamed in E:\Materials\Java\Spring\Projects\MollaECommerceProject)
2022-03-24 16:12:57.227 INFO 17392 --- [restartedMain] com.molla.admin.MollaBackEndApplication : No active profile set, falling back to 1 default profile: "default"
2022-03-24 16:12:57.318 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xercesImpl.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/xml-apis.jar,file:/C:/Users/Mohamed/.m2/repository/xalan/xalan/2.7.2/serializer.jar
2022-03-24 16:12:57.318 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/xalan/serializer/2.7.2/xml-apis.jar
2022-03-24 16:12:57.319 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer-ext\1.13\batik-rasterizer-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer-ext/1.13/xml-apis-ext-1.3.04.jar
2022-03-24 16:12:57.319 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-rasterizer\1.13\batik-rasterizer-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svgrasterizer-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/batik-codec-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-rasterizer/1.13/lib/fop-transcoder-allinone-2.5.jar
2022-03-24 16:12:57.319 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-slideshow\1.13\batik-slideshow-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-slideshow/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:12:57.319 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle-ext\1.13\batik-squiggle-ext-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-extension-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle-ext/1.13/batik-svg-dom-1.13.jar
2022-03-24 16:12:57.320 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-squiggle\1.13\batik-squiggle-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svgbrowser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-swing-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-gui-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-i18n-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-squiggle/1.13/lib/xml-apis-ext-1.3.04.jar
2022-03-24 16:12:57.365 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-svgpp\1.13\batik-svgpp-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-transcoder-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-anim-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-css-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-ext-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-parser-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svg-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-bridge-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-script-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-dom-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xalan-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/serializer-2.7.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-1.4.01.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-gvt-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-xml-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/xml-apis-ext-1.3.04.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-svgpp/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:12:57.365 INFO 17392 --- [restartedMain] o.s.b.devtools.restart.ChangeableUrls : The Class-Path manifest attribute in C:\Users\Mohamed\.m2\repository\org\apache\xmlgraphics\batik-ttf2svg\1.13\batik-ttf2svg-1.13.jar referenced one or more files that do not exist: file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-shared-resources-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-svggen-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-awt-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/xmlgraphics-commons-2.4.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-io-1.3.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/commons-logging-1.2.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-util-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-constants-1.13.jar,file:/C:/Users/Mohamed/.m2/repository/org/apache/xmlgraphics/batik-ttf2svg/1.13/lib/batik-i18n-1.13.jar
2022-03-24 16:12:57.365 INFO 17392 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-03-24 16:12:57.366 INFO 17392 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-03-24 16:12:58.823 INFO 17392 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-03-24 16:12:58.977 INFO 17392 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 129 ms. Found 12 JPA repository interfaces.
2022-03-24 16:13:00.554 INFO 17392 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2022-03-24 16:13:00.581 INFO 17392 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-03-24 16:13:00.582 INFO 17392 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-03-24 16:13:00.864 INFO 17392 --- [restartedMain] o.a.c.c.C.[.[localhost].[/MollaAdmin] : Initializing Spring embedded WebApplicationContext
2022-03-24 16:13:00.865 INFO 17392 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3498 ms
2022-03-24 16:13:01.226 INFO 17392 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2022-03-24 16:13:01.299 INFO 17392 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.5.Final
2022-03-24 16:13:01.508 INFO 17392 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24 16:13:01.665 INFO 17392 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-03-24 16:13:01.858 INFO 17392 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2022-03-24 16:13:01.876 INFO 17392 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-03-24 16:13:03.311 INFO 17392 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24 16:13:03.330 INFO 17392 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-03-24 16:13:03.390 WARN 17392 --- [restartedMain] 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
2022-03-24 16:13:04.564 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/images/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:13:04.566 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/images/**'] with []
2022-03-24 16:13:04.566 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/js/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:13:04.567 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/js/**'] with []
2022-03-24 16:13:04.568 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/webjars/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:13:04.568 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/webjars/**'] with []
2022-03-24 16:13:04.568 WARN 17392 --- [restartedMain] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/css/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-03-24 16:13:04.569 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/css/**'] with []
2022-03-24 16:13:04.607 INFO 17392 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will not secure any request
2022-03-24 16:13:04.822 INFO 17392 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index