-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootrun.log
More file actions
603 lines (600 loc) · 27.5 KB
/
Copy pathbootrun.log
File metadata and controls
603 lines (600 loc) · 27.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
> Task :clean
> Task :compileJava
> Task :nodeSetup UP-TO-DATE
> Task :npmSetup UP-TO-DATE
> Task :npmInstall UP-TO-DATE
> Task :npmRunBuild UP-TO-DATE
> Task :processResources
> Task :classes
> Task :resolveMainClassName
> Task :bootRun
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.2.0)
2025-12-23T06:14:43.447+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.kobe.pokekernle.PokekernelApplication : Starting PokekernelApplication using Java 17.0.17 with PID 28796 (/Users/kobe/Desktop/pokekernel/build/classes/java/main started by kobe in /Users/kobe/Desktop/pokekernel)
2025-12-23T06:14:43.448+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] c.kobe.pokekernle.PokekernelApplication : Running with Spring Boot v3.2.0, Spring v6.1.1
2025-12-23T06:14:43.448+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.kobe.pokekernle.PokekernelApplication : The following 1 profile is active: "dev"
2025-12-23T06:14:43.470+09:00 INFO 28796 --- [pokekernel] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2025-12-23T06:14:43.470+09:00 INFO 28796 --- [pokekernel] [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2025-12-23T06:14:43.815+09:00 INFO 28796 --- [pokekernel] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-12-23T06:14:43.849+09:00 INFO 28796 --- [pokekernel] [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 30 ms. Found 5 JPA repository interfaces.
2025-12-23T06:14:44.172+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2025-12-23T06:14:44.178+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-12-23T06:14:44.179+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-12-23T06:14:44.204+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2025-12-23T06:14:44.205+09:00 INFO 28796 --- [pokekernel] [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 734 ms
2025-12-23T06:14:44.220+09:00 INFO 28796 --- [pokekernel] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2025-12-23T06:14:44.314+09:00 INFO 28796 --- [pokekernel] [ restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pokemon_db user=SA
2025-12-23T06:14:44.315+09:00 INFO 28796 --- [pokekernel] [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2025-12-23T06:14:44.321+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pokemon_db'
2025-12-23T06:14:44.409+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-12-23T06:14:44.445+09:00 INFO 28796 --- [pokekernel] [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.3.1.Final
2025-12-23T06:14:44.464+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2025-12-23T06:14:44.585+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-12-23T06:14:45.079+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-12-23T06:14:45.086+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
drop table if exists cards cascade
Hibernate:
drop table if exists cards cascade
2025-12-23T06:14:45.088+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
drop table if exists market_prices cascade
Hibernate:
drop table if exists market_prices cascade
2025-12-23T06:14:45.088+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
drop table if exists price_histories cascade
Hibernate:
drop table if exists price_histories cascade
2025-12-23T06:14:45.088+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
drop table if exists user_cards cascade
Hibernate:
drop table if exists user_cards cascade
2025-12-23T06:14:45.088+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
drop table if exists users cascade
Hibernate:
drop table if exists users cascade
2025-12-23T06:14:45.091+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create table cards (
created_at timestamp(6),
id bigint generated by default as identity,
sale_price bigint,
updated_at timestamp(6),
image_url varchar(1000),
uploaded_image_url varchar(1000),
external_id varchar(255) unique,
name varchar(255) not null,
number varchar(255),
rarity varchar(255) check (rarity in ('COMMON','UNCOMMON','RARE','HOLO_RARE','DOUBLE_RARE','ULTRA_RARE','ILLUSTRATION_RARE','SECRET_RARE','PROMO','UNKNOWN')),
set_name varchar(255) not null,
primary key (id)
)
Hibernate:
create table cards (
created_at timestamp(6),
id bigint generated by default as identity,
sale_price bigint,
updated_at timestamp(6),
image_url varchar(1000),
uploaded_image_url varchar(1000),
external_id varchar(255) unique,
name varchar(255) not null,
number varchar(255),
rarity varchar(255) check (rarity in ('COMMON','UNCOMMON','RARE','HOLO_RARE','DOUBLE_RARE','ULTRA_RARE','ILLUSTRATION_RARE','SECRET_RARE','PROMO','UNKNOWN')),
set_name varchar(255) not null,
primary key (id)
)
2025-12-23T06:14:45.097+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create table market_prices (
price numeric(10,2),
card_id bigint unique,
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
currency varchar(255),
source varchar(255),
primary key (id)
)
Hibernate:
create table market_prices (
price numeric(10,2),
card_id bigint unique,
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
currency varchar(255),
source varchar(255),
primary key (id)
)
2025-12-23T06:14:45.098+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create table price_histories (
price numeric(10,2),
recorded_at date,
card_id bigint,
id bigint generated by default as identity,
primary key (id)
)
Hibernate:
create table price_histories (
price numeric(10,2),
recorded_at date,
card_id bigint,
id bigint generated by default as identity,
primary key (id)
)
2025-12-23T06:14:45.099+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create table user_cards (
purchase_price numeric(10,2),
card_id bigint not null,
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
user_id bigint not null,
memo varchar(500),
card_condition varchar(255) check (card_condition in ('MINT','NEAR_MINT','EXCELLENT','LIGHTLY_PLAYED','PLAYED','HEAVILY_PLAYED','DAMAGED')),
status varchar(255) check (status in ('OWNED','WHISHLIST','FOR_TRADE','FOR_SALE','TRADED','SOLD')),
user_image_url varchar(255),
primary key (id)
)
Hibernate:
create table user_cards (
purchase_price numeric(10,2),
card_id bigint not null,
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
user_id bigint not null,
memo varchar(500),
card_condition varchar(255) check (card_condition in ('MINT','NEAR_MINT','EXCELLENT','LIGHTLY_PLAYED','PLAYED','HEAVILY_PLAYED','DAMAGED')),
status varchar(255) check (status in ('OWNED','WHISHLIST','FOR_TRADE','FOR_SALE','TRADED','SOLD')),
user_image_url varchar(255),
primary key (id)
)
2025-12-23T06:14:45.100+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create table users (
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
email varchar(255) not null unique,
nickname varchar(255) not null,
password varchar(255) not null,
role varchar(255) not null check (role in ('USER','ADMIN')),
primary key (id)
)
Hibernate:
create table users (
created_at timestamp(6),
id bigint generated by default as identity,
updated_at timestamp(6),
email varchar(255) not null unique,
nickname varchar(255) not null,
password varchar(255) not null,
role varchar(255) not null check (role in ('USER','ADMIN')),
primary key (id)
)
2025-12-23T06:14:45.101+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create index idx_card_name
on cards (name)
Hibernate:
create index idx_card_name
on cards (name)
2025-12-23T06:14:45.102+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
create index idx_set_name
on cards (set_name)
Hibernate:
create index idx_set_name
on cards (set_name)
2025-12-23T06:14:45.102+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
alter table if exists market_prices
add constraint FK2tx55f2w54et7aujbbs0w6359
foreign key (card_id)
references cards
Hibernate:
alter table if exists market_prices
add constraint FK2tx55f2w54et7aujbbs0w6359
foreign key (card_id)
references cards
2025-12-23T06:14:45.107+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
alter table if exists price_histories
add constraint FKg5s4qy12uc7w7rms2nihw4fed
foreign key (card_id)
references cards
Hibernate:
alter table if exists price_histories
add constraint FKg5s4qy12uc7w7rms2nihw4fed
foreign key (card_id)
references cards
2025-12-23T06:14:45.108+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
alter table if exists user_cards
add constraint FK6c88junkes22vgqua5kyc543e
foreign key (card_id)
references cards
Hibernate:
alter table if exists user_cards
add constraint FK6c88junkes22vgqua5kyc543e
foreign key (card_id)
references cards
2025-12-23T06:14:45.109+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
alter table if exists user_cards
add constraint FK55ime3genywh3rg5yu62hmfvy
foreign key (user_id)
references users
Hibernate:
alter table if exists user_cards
add constraint FK55ime3genywh3rg5yu62hmfvy
foreign key (user_id)
references users
2025-12-23T06:14:45.111+09:00 INFO 28796 --- [pokekernel] [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-12-23T06:14:45.442+09:00 WARN 28796 --- [pokekernel] [ 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
2025-12-23T06:14:45.503+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2025-12-23T06:14:45.567+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7c4a9996, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b2d6588, org.springframework.security.web.context.SecurityContextHolderFilter@c74e9b2, org.springframework.security.web.header.HeaderWriterFilter@6ce9b411, org.springframework.web.filter.CorsFilter@1bbeea2, org.springframework.security.web.csrf.CsrfFilter@4e274d71, org.springframework.security.web.authentication.logout.LogoutFilter@69039b03, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4ceadccb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4fd067a5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d8a50a7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@73a8c7af, org.springframework.security.web.access.ExceptionTranslationFilter@4eb048e4, org.springframework.security.web.access.intercept.AuthorizationFilter@199fc3f4]
2025-12-23T06:14:45.701+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2025-12-23T06:14:45.720+09:00 INFO 28796 --- [pokekernel] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path ''
2025-12-23T06:14:45.728+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.kobe.pokekernle.PokekernelApplication : Started PokekernelApplication in 2.486 seconds (process running for 2.682)
2025-12-23T06:14:45.786+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
select
u1_0.id,
u1_0.created_at,
u1_0.email,
u1_0.nickname,
u1_0.password,
u1_0.role,
u1_0.updated_at
from
users u1_0
where
u1_0.email=?
Hibernate:
select
u1_0.id,
u1_0.created_at,
u1_0.email,
u1_0.nickname,
u1_0.password,
u1_0.role,
u1_0.updated_at
from
users u1_0
where
u1_0.email=?
2025-12-23T06:14:45.937+09:00 DEBUG 28796 --- [pokekernel] [ restartedMain] org.hibernate.SQL :
insert
into
users
(created_at, email, nickname, password, role, updated_at, id)
values
(?, ?, ?, ?, ?, ?, default)
Hibernate:
insert
into
users
(created_at, email, nickname, password, role, updated_at, id)
values
(?, ?, ?, ?, ?, ?, default)
2025-12-23T06:14:45.943+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.k.p.g.config.AdminUserInitializer : [ADMIN INIT] 관리자 계정이 생성되었습니다:
2025-12-23T06:14:45.944+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.k.p.g.config.AdminUserInitializer : [ADMIN INIT] 이메일: minseong@pokekernel.com
2025-12-23T06:14:45.944+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.k.p.g.config.AdminUserInitializer : [ADMIN INIT] 비밀번호: minseong1234 (application-dev.yml에서 변경 가능)
2025-12-23T06:14:45.944+09:00 INFO 28796 --- [pokekernel] [ restartedMain] c.k.p.g.config.AdminUserInitializer : [ADMIN INIT] 닉네임: pokemon_master
2025-12-23T06:15:02.333+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-12-23T06:15:02.334+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2025-12-23T06:15:02.335+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2025-12-23T06:15:02.340+09:00 WARN 28796 --- [pokekernel] [nio-8080-exec-1] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/admin/login' (previous null). Performing CorsConfiguration lookup. This is logged once only at WARN level, and every time at TRACE.
2025-12-23T06:15:15.854+09:00 WARN 28796 --- [pokekernel] [nio-8080-exec-3] o.s.w.s.h.HandlerMappingIntrospector : Cache miss for REQUEST dispatch to '/admin/login' (previous null). Performing MatchableHandlerMapping lookup. This is logged once only at WARN level, and every time at TRACE.
2025-12-23T06:15:15.978+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-3] org.hibernate.SQL :
select
u1_0.id,
u1_0.created_at,
u1_0.email,
u1_0.nickname,
u1_0.password,
u1_0.role,
u1_0.updated_at
from
users u1_0
where
u1_0.email=?
Hibernate:
select
u1_0.id,
u1_0.created_at,
u1_0.email,
u1_0.nickname,
u1_0.password,
u1_0.role,
u1_0.updated_at
from
users u1_0
where
u1_0.email=?
2025-12-23T06:15:39.685+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.a.service.ImageUploadService : [IMAGE UPLOAD] 이미지 업로드 완료: pikachu-173.jpeg -> /Users/kobe/Desktop/pokekernel/uploads/images/fce7d67f-1a84-4e4c-9480-f4915a38dd4b.jpeg
2025-12-23T06:15:39.686+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.a.controller.AdminController : [ADMIN] 이미지 업로드 완료: /uploads/images/fce7d67f-1a84-4e4c-9480-f4915a38dd4b.jpeg
2025-12-23T06:15:39.686+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 시세 데이터 동기화 시작. Query: name:"Pikachu" number:173 set.id:sv3pt5
2025-12-23T06:15:39.686+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 페이지 1 처리 중... (pageSize: 5)
2025-12-23T06:15:39.686+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.i.api.PokemonTcgApiClient : [QUERY BUILDER] 생성된 쿼리: set.id:sv3pt5 number:173 (name 제외 여부: true)
2025-12-23T06:15:39.686+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.i.api.PokemonTcgApiClient : [API CLIENT] PokemonTCG.io 요청 시작. Query: set.id:sv3pt5 number:173, Page: 1, PageSize: 250, 시도: 1/5
2025-12-23T06:16:40.402+09:00 WARN 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.i.api.PokemonTcgApiClient : [API CLIENT] 서버 오류 발생 (504 GATEWAY_TIMEOUT). 5000ms 후 재시도 1/5 - Query: set.id:sv3pt5 number:173, Page: 1
2025-12-23T06:16:45.407+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.i.api.PokemonTcgApiClient : [API CLIENT] PokemonTCG.io 요청 시작. Query: set.id:sv3pt5 number:173, Page: 1, PageSize: 250, 시도: 2/5
2025-12-23T06:17:42.496+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.i.api.PokemonTcgApiClient : [API CLIENT] 요청 성공. Query: set.id:sv3pt5 number:173, Page: 1
2025-12-23T06:17:42.497+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-6] org.hibernate.SQL :
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
where
c1_0.external_id=?
Hibernate:
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
where
c1_0.external_id=?
2025-12-23T06:17:42.502+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-6] org.hibernate.SQL :
insert
into
cards
(created_at, external_id, image_url, name, number, rarity, sale_price, set_name, updated_at, uploaded_image_url, id)
values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, default)
Hibernate:
insert
into
cards
(created_at, external_id, image_url, name, number, rarity, sale_price, set_name, updated_at, uploaded_image_url, id)
values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, default)
2025-12-23T06:17:42.503+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 업로드된 이미지 적용 - Card ID: 1, Image URL: /uploads/images/fce7d67f-1a84-4e4c-9480-f4915a38dd4b.jpeg
2025-12-23T06:17:42.503+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 판매 가격 적용 - Card ID: 1, Sale Price: ₩43000
2025-12-23T06:17:42.505+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-6] org.hibernate.SQL :
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
where
mp1_0.card_id=?
Hibernate:
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
where
mp1_0.card_id=?
2025-12-23T06:17:42.509+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-6] org.hibernate.SQL :
insert
into
market_prices
(card_id, created_at, currency, price, source, updated_at, id)
values
(?, ?, ?, ?, ?, ?, default)
Hibernate:
insert
into
market_prices
(card_id, created_at, currency, price, source, updated_at, id)
values
(?, ?, ?, ?, ?, ?, default)
2025-12-23T06:17:42.510+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 페이지 1 완료. 성공: 1, 실패: 0
2025-12-23T06:17:42.510+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 모든 페이지 처리 완료. 총 1개 중 5개 처리됨
2025-12-23T06:17:42.510+09:00 INFO 28796 --- [pokekernel] [nio-8080-exec-6] c.k.p.d.c.service.CardPriceSyncService : [BATCH] 시세 동기화 완료. 총 성공: 1, 총 실패: 0
2025-12-23T06:18:19.843+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-3] org.hibernate.SQL :
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
Hibernate:
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
2025-12-23T06:18:19.845+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-3] org.hibernate.SQL :
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
Hibernate:
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
2025-12-23T06:18:28.053+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-7] org.hibernate.SQL :
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
where
c1_0.id=?
Hibernate:
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
where
c1_0.id=?
2025-12-23T06:18:28.055+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-7] org.hibernate.SQL :
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
where
mp1_0.card_id=?
Hibernate:
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
where
mp1_0.card_id=?
2025-12-23T06:18:28.057+09:00 DEBUG 28796 --- [pokekernel] [nio-8080-exec-7] org.hibernate.SQL :
select
ph1_0.id,
ph1_0.card_id,
ph1_0.price,
ph1_0.recorded_at
from
price_histories ph1_0
where
ph1_0.card_id=?
order by
ph1_0.recorded_at
Hibernate:
select
ph1_0.id,
ph1_0.card_id,
ph1_0.price,
ph1_0.recorded_at
from
price_histories ph1_0
where
ph1_0.card_id=?
order by
ph1_0.recorded_at
2025-12-23T06:19:21.102+09:00 DEBUG 28796 --- [pokekernel] [io-8080-exec-10] org.hibernate.SQL :
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
Hibernate:
select
c1_0.id,
c1_0.created_at,
c1_0.external_id,
c1_0.image_url,
c1_0.name,
c1_0.number,
c1_0.rarity,
c1_0.sale_price,
c1_0.set_name,
c1_0.updated_at,
c1_0.uploaded_image_url
from
cards c1_0
2025-12-23T06:19:21.104+09:00 DEBUG 28796 --- [pokekernel] [io-8080-exec-10] org.hibernate.SQL :
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0
Hibernate:
select
mp1_0.id,
mp1_0.card_id,
mp1_0.created_at,
mp1_0.currency,
mp1_0.price,
mp1_0.source,
mp1_0.updated_at
from
market_prices mp1_0