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
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< com.rongyichuang:ryc-backend >--------------------
[INFO] Building ÈØÒ×´´ºó¶Ë·þÎñ 1.0.0
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> spring-boot:3.2.0:run (default-cli) > test-compile @ ryc-backend >>>
[WARNING] The artifact mysql:mysql-connector-java:jar:8.0.33 has been relocated to com.mysql:mysql-connector-j:jar:8.0.33: MySQL Connector/J artifacts moved to reverse-DNS compliant Maven 2+ coordinates.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ ryc-backend ---
[INFO] Copying 1 resource from src\main\resources to target\classes
[INFO] Copying 22 resources from src\main\resources to target\classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ ryc-backend ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ ryc-backend ---
[INFO] skip non existing resourceDirectory D:\code\new-ryc\backend\src\test\resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ryc-backend ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< spring-boot:3.2.0:run (default-cli) < test-compile @ ryc-backend <<<
[INFO] 
[INFO] 
[INFO] --- spring-boot:3.2.0:run (default-cli) @ ryc-backend ---
[INFO] Attaching agents: []
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
 
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.0)
 
2025-10-06 09:09:26.653 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
2025-10-06 09:09:26.679 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Starting RycBackendApplication using Java 21.0.8 with PID 91916 (D:\code\new-ryc\backend\target\classes started by Owen in D:\code\new-ryc\backend)
2025-10-06 09:09:26.680 [restartedMain] DEBUG com.rongyichuang.RycBackendApplication - Running with Spring Boot v3.2.0, Spring v6.1.1
2025-10-06 09:09:26.681 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - No active profile set, falling back to 1 default profile: "default"
2025-10-06 09:09:26.709 [restartedMain] INFO  o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2025-10-06 09:09:26.709 [restartedMain] INFO  o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2025-10-06 09:09:27.136 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-10-06 09:09:27.226 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 81 ms. Found 18 JPA repository interfaces.
2025-10-06 09:09:27.633 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http)
2025-10-06 09:09:27.637 [restartedMain] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2025-10-06 09:09:27.639 [restartedMain] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-10-06 09:09:27.639 [restartedMain] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-10-06 09:09:27.664 [restartedMain] INFO  o.a.c.c.ContainerBase.[Tomcat].[localhost].[/api] - Initializing Spring embedded WebApplicationContext
2025-10-06 09:09:27.664 [restartedMain] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 953 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-10-06 09:09:27.740 [restartedMain] INFO  org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2025-10-06 09:09:27.764 [restartedMain] INFO  org.hibernate.Version - HHH000412: Hibernate ORM core version 6.3.1.Final
2025-10-06 09:09:27.780 [restartedMain] INFO  o.hibernate.cache.internal.RegionFactoryInitiator - HHH000026: Second-level cache disabled
2025-10-06 09:09:27.875 [restartedMain] INFO  o.s.o.j.persistenceunit.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
2025-10-06 09:09:27.887 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2025-10-06 09:09:28.352 [restartedMain] INFO  com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@673acd5c
2025-10-06 09:09:28.359 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2025-10-06 09:09:28.404 [restartedMain] WARN  org.hibernate.orm.deprecation - HHH90000025: MySQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-10-06 09:09:28.991 [restartedMain] INFO  o.h.e.t.jta.platform.internal.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-10-06 09:09:28.993 [restartedMain] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-10-06 09:09:29.169 [restartedMain] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - Filter 'jwtAuthenticationFilter' configured for use
2025-10-06 09:09:29.209 [restartedMain] INFO  o.s.data.jpa.repository.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used.
2025-10-06 09:09:30.080 [restartedMain] WARN  o.s.b.a.o.j.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-10-06 09:09:30.099 [restartedMain] DEBUG o.s.s.c.a.a.c.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder - No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2025-10-06 09:09:30.337 [restartedMain] INFO  o.s.g.e.DefaultSchemaResourceGraphQlSourceBuilder - Loaded 16 resource(s) in the GraphQL schema.
2025-10-06 09:09:30.475 [restartedMain] INFO  o.s.b.a.graphql.GraphQlAutoConfiguration - GraphQL schema inspection:
    Unmapped fields: {Query=[getActivities, organizerStats, _, getBanners, getSubmissionDetail, checkReviewStatus, media, tag, tagsByName], EmployeeResponse=[state], ActivityPlayer=[stateName, activity], Mutation=[echo, _, saveReviewDraft, submitReview, saveRole, deleteRole, saveTag, deleteTag], Subscription=[messageAdded]}
    Unmapped registrations: {Query.playerRegistration=PlayerGraphqlApi#playerRegistration[1 args], Query.leafRegions=RegionResolver#leafRegions[0 args], Query.competitionParticipants=PlayerGraphqlApi#competitionParticipants[3 args], Mutation.updateActivityRegistration=PlayerGraphqlApi#updateActivityRegistration[2 args]}
    Skipped types: []
2025-10-06 09:09:30.483 [restartedMain] INFO  o.s.b.a.g.servlet.GraphQlWebMvcAutoConfiguration - GraphQL endpoint HTTP POST /graphql
2025-10-06 09:09:30.516 [restartedMain] INFO  o.s.security.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@61863bb0, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1bb47453, org.springframework.security.web.context.SecurityContextHolderFilter@7acc0642, org.springframework.security.web.header.HeaderWriterFilter@37c1a568, org.springframework.web.filter.CorsFilter@1163d449, org.springframework.security.web.authentication.logout.LogoutFilter@23e0f4ee, com.rongyichuang.auth.filter.JwtAuthenticationFilter@5450d7ba, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c06054d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@50645f61, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5d3fa7a9, org.springframework.security.web.session.SessionManagementFilter@ee92c20, org.springframework.security.web.access.ExceptionTranslationFilter@4c110f19, org.springframework.security.web.access.intercept.AuthorizationFilter@68924b58]
2025-10-06 09:09:30.710 [restartedMain] INFO  o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
2025-10-06 09:09:30.720 [restartedMain] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2025-10-06 09:09:30.738 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/api'
2025-10-06 09:09:30.742 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Started RycBackendApplication in 4.361 seconds (process running for 4.63)
2025-10-06 09:09:30.804 [restartedMain] DEBUG org.hibernate.SQL - 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
Hibernate: 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
2025-10-06 09:29:59.790 [File Watcher] INFO  o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener - Restarting due to 218 class path changes (0 additions, 218 deletions, 0 modifications)
2025-10-06 09:29:59.794 [Thread-6] INFO  org.apache.coyote.http11.Http11NioProtocol - Stopping ProtocolHandler ["http-nio-8080"]
2025-10-06 09:29:59.806 [Thread-6] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
2025-10-06 09:29:59.808 [Thread-6] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2025-10-06 09:29:59.811 [Thread-6] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
 
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.0)
 
2025-10-06T09:29:59.901+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] com.rongyichuang.RycBackendApplication   : Starting RycBackendApplication using Java 21.0.8 with PID 91916 (D:\code\new-ryc\backend\target\classes started by Owen in D:\code\new-ryc\backend)
2025-10-06T09:29:59.902+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] com.rongyichuang.RycBackendApplication   : No active profile set, falling back to 1 default profile: "default"
2025-10-06T09:30:00.007+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-10-06T09:30:00.012+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 4 ms. Found 0 JPA repository interfaces.
2025-10-06T09:30:00.087+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
2025-10-06T09:30:00.088+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2025-10-06T09:30:00.088+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-10-06T09:30:00.103+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2025-10-06T09:30:00.104+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 200 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-10-06T09:30:00.113+08:00  WARN 91916 --- [ryc-backend] [  restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Unsatisfied dependency expressed through method 'dataSourceScriptDatabaseInitializer' parameter 0: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]: Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception with message: Failed to determine a suitable driver class
2025-10-06T09:30:00.114+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2025-10-06T09:30:00.118+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.b.a.l.ConditionEvaluationReportLogger : 
 
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-10-06T09:30:00.128+08:00 ERROR 91916 --- [ryc-backend] [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 
 
***************************
APPLICATION FAILED TO START
***************************
 
Description:
 
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
 
Reason: Failed to determine a suitable driver class
 
 
Action:
 
Consider the following:
    If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
    If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
 
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
 
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.0)
 
2025-10-06 09:30:02.477 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Starting RycBackendApplication using Java 21.0.8 with PID 91916 (D:\code\new-ryc\backend\target\classes started by Owen in D:\code\new-ryc\backend)
2025-10-06 09:30:02.477 [restartedMain] DEBUG com.rongyichuang.RycBackendApplication - Running with Spring Boot v3.2.0, Spring v6.1.1
2025-10-06 09:30:02.478 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - No active profile set, falling back to 1 default profile: "default"
2025-10-06 09:30:02.657 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-10-06 09:30:02.682 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 24 ms. Found 18 JPA repository interfaces.
2025-10-06 09:30:02.768 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http)
2025-10-06 09:30:02.769 [restartedMain] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-10-06 09:30:02.770 [restartedMain] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-10-06 09:30:02.784 [restartedMain] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/api] - Initializing Spring embedded WebApplicationContext
2025-10-06 09:30:02.784 [restartedMain] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 304 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-10-06 09:30:02.815 [restartedMain] INFO  org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2025-10-06 09:30:02.817 [restartedMain] INFO  o.hibernate.cache.internal.RegionFactoryInitiator - HHH000026: Second-level cache disabled
2025-10-06 09:30:02.820 [restartedMain] INFO  o.s.o.j.persistenceunit.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
2025-10-06 09:30:02.820 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting...
2025-10-06 09:30:03.204 [restartedMain] INFO  com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Added connection com.mysql.cj.jdbc.ConnectionImpl@1247b78b
2025-10-06 09:30:03.209 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed.
2025-10-06 09:30:03.216 [restartedMain] WARN  org.hibernate.orm.deprecation - HHH90000025: MySQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-10-06 09:30:03.360 [restartedMain] INFO  o.h.e.t.jta.platform.internal.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-10-06 09:30:03.361 [restartedMain] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-10-06 09:30:03.407 [restartedMain] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - Filter 'jwtAuthenticationFilter' configured for use
2025-10-06 09:30:03.901 [restartedMain] WARN  o.s.b.a.o.j.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-10-06 09:30:03.914 [restartedMain] DEBUG o.s.s.c.a.a.c.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder - No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2025-10-06 09:30:04.014 [restartedMain] INFO  o.s.g.e.DefaultSchemaResourceGraphQlSourceBuilder - Loaded 16 resource(s) in the GraphQL schema.
2025-10-06 09:30:04.080 [restartedMain] INFO  o.s.b.a.graphql.GraphQlAutoConfiguration - GraphQL schema inspection:
    Unmapped fields: {Query=[getActivities, organizerStats, _, getBanners, getSubmissionDetail, checkReviewStatus, media, tag, tagsByName], EmployeeResponse=[state], ActivityPlayer=[stateName, activity], Mutation=[echo, _, saveReviewDraft, submitReview, saveRole, deleteRole, saveTag, deleteTag], Subscription=[messageAdded]}
    Unmapped registrations: {Query.playerRegistration=PlayerGraphqlApi#playerRegistration[1 args], Query.leafRegions=RegionResolver#leafRegions[0 args], Query.competitionParticipants=PlayerGraphqlApi#competitionParticipants[3 args], Mutation.updateActivityRegistration=PlayerGraphqlApi#updateActivityRegistration[2 args]}
    Skipped types: []
2025-10-06 09:30:04.084 [restartedMain] INFO  o.s.b.a.g.servlet.GraphQlWebMvcAutoConfiguration - GraphQL endpoint HTTP POST /graphql
2025-10-06 09:30:04.097 [restartedMain] INFO  o.s.security.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@f56ebd4, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@47c21e24, org.springframework.security.web.context.SecurityContextHolderFilter@7a9effb5, org.springframework.security.web.header.HeaderWriterFilter@1733faa0, org.springframework.web.filter.CorsFilter@698ef73e, org.springframework.security.web.authentication.logout.LogoutFilter@6402dfc6, com.rongyichuang.auth.filter.JwtAuthenticationFilter@7c09463e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@457b0984, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d150d71, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53d6cf0e, org.springframework.security.web.session.SessionManagementFilter@52fd62ed, org.springframework.security.web.access.ExceptionTranslationFilter@1a04abc1, org.springframework.security.web.access.intercept.AuthorizationFilter@7d58e756]
2025-10-06 09:30:04.173 [restartedMain] INFO  o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
2025-10-06 09:30:04.185 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/api'
2025-10-06 09:30:04.186 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Started RycBackendApplication in 1.766 seconds (process running for 1238.074)
2025-10-06 09:30:04.214 [restartedMain] DEBUG org.hibernate.SQL - 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
Hibernate: 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
2025-10-06 09:30:04.247 [restartedMain] INFO  o.s.b.d.a.ConditionEvaluationDeltaLoggingListener - Condition evaluation unchanged
2025-10-06 10:01:16.107 [HikariPool-2 housekeeper] WARN  com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Thread starvation or clock leap detected (housekeeper delta=14m42s537ms514µs800ns).
2025-10-06 10:13:21.820 [File Watcher] INFO  o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener - Restarting due to 218 class path changes (0 additions, 218 deletions, 0 modifications)
2025-10-06 10:13:21.831 [Thread-8] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
2025-10-06 10:13:21.832 [Thread-8] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown initiated...
2025-10-06 10:13:21.834 [Thread-8] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown completed.
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
 
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.0)
 
2025-10-06T10:13:21.932+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] com.rongyichuang.RycBackendApplication   : Starting RycBackendApplication using Java 21.0.8 with PID 91916 (D:\code\new-ryc\backend\target\classes started by Owen in D:\code\new-ryc\backend)
2025-10-06T10:13:21.932+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] com.rongyichuang.RycBackendApplication   : No active profile set, falling back to 1 default profile: "default"
2025-10-06T10:13:22.155+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-10-06T10:13:22.209+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 53 ms. Found 12 JPA repository interfaces.
2025-10-06T10:13:22.397+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
2025-10-06T10:13:22.398+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2025-10-06T10:13:22.399+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-10-06T10:13:22.497+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2025-10-06T10:13:22.497+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 562 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-10-06T10:13:22.505+08:00 ERROR 91916 --- [ryc-backend] [  restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter  : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'jwtAuthenticationFilter': Unsatisfied dependency expressed through field 'jwtUtil': Error creating bean with name 'jwtUtil': Injection of autowired dependencies failed
2025-10-06T10:13:22.506+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2025-10-06T10:13:22.507+08:00  WARN 91916 --- [ryc-backend] [  restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server
2025-10-06T10:13:22.509+08:00  INFO 91916 --- [ryc-backend] [  restartedMain] .s.b.a.l.ConditionEvaluationReportLogger : 
 
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-10-06T10:13:22.512+08:00 ERROR 91916 --- [ryc-backend] [  restartedMain] o.s.boot.SpringApplication               : Application run failed
 
org.springframework.context.ApplicationContextException: Unable to start web server
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:165) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:610) ~[spring-context-6.1.1.jar:6.1.1]
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:753) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:455) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:323) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1342) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1331) ~[spring-boot-3.2.0.jar:3.2.0]
    at com.rongyichuang.RycBackendApplication.main(RycBackendApplication.java:15) ~[classes/:na]
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na]
    at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na]
    at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50) ~[spring-boot-devtools-3.2.0.jar:3.2.0]
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:501) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:218) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-3.2.0.jar:3.2.0]
    ... 11 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtAuthenticationFilter': Unsatisfied dependency expressed through field 'jwtUtil': Error creating bean with name 'jwtUtil': Injection of autowired dependencies failed
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:772) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:752) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:493) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:210) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:173) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:168) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:153) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:266) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:240) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:52) ~[spring-boot-3.2.0.jar:3.2.0]
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4850) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[na:na]
    at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na]
    at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:845) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[na:na]
    at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[na:na]
    at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:917) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.apache.catalina.startup.Tomcat.start(Tomcat.java:488) ~[tomcat-embed-core-10.1.16.jar:10.1.16]
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-3.2.0.jar:3.2.0]
    ... 16 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtUtil': Injection of autowired dependencies failed
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:499) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1441) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:769) ~[spring-beans-6.1.1.jar:6.1.1]
    ... 58 common frames omitted
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'app.jwt.secret' in value "${app.jwt.secret}"
    at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) ~[spring-core-6.1.1.jar:6.1.1]
    at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-6.1.1.jar:6.1.1]
    at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) ~[spring-core-6.1.1.jar:6.1.1]
    at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) ~[spring-core-6.1.1.jar:6.1.1]
    at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:200) ~[spring-context-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:921) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1372) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1348) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:769) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:752) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:145) ~[spring-beans-6.1.1.jar:6.1.1]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:493) ~[spring-beans-6.1.1.jar:6.1.1]
    ... 69 common frames omitted
 
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
 
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v3.2.0)
 
2025-10-06 10:13:23.996 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Starting RycBackendApplication using Java 21.0.8 with PID 91916 (D:\code\new-ryc\backend\target\classes started by Owen in D:\code\new-ryc\backend)
2025-10-06 10:13:23.996 [restartedMain] DEBUG com.rongyichuang.RycBackendApplication - Running with Spring Boot v3.2.0, Spring v6.1.1
2025-10-06 10:13:23.997 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - No active profile set, falling back to 1 default profile: "default"
2025-10-06 10:13:24.123 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-10-06 10:13:24.149 [restartedMain] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 25 ms. Found 18 JPA repository interfaces.
2025-10-06 10:13:24.238 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http)
2025-10-06 10:13:24.238 [restartedMain] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-10-06 10:13:24.239 [restartedMain] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.16]
2025-10-06 10:13:24.253 [restartedMain] INFO  o.a.c.c.C.[Tomcat-2].[localhost].[/api] - Initializing Spring embedded WebApplicationContext
2025-10-06 10:13:24.253 [restartedMain] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 254 ms
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025-10-06 10:13:24.286 [restartedMain] INFO  org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2025-10-06 10:13:24.287 [restartedMain] INFO  o.hibernate.cache.internal.RegionFactoryInitiator - HHH000026: Second-level cache disabled
2025-10-06 10:13:24.290 [restartedMain] INFO  o.s.o.j.persistenceunit.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer
2025-10-06 10:13:24.292 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting...
2025-10-06 10:13:24.710 [restartedMain] INFO  com.zaxxer.hikari.pool.HikariPool - HikariPool-3 - Added connection com.mysql.cj.jdbc.ConnectionImpl@36e5b2f
2025-10-06 10:13:24.715 [restartedMain] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed.
2025-10-06 10:13:24.736 [restartedMain] WARN  org.hibernate.orm.deprecation - HHH90000025: MySQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2025-10-06 10:13:25.014 [restartedMain] INFO  o.h.e.t.jta.platform.internal.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-10-06 10:13:25.019 [restartedMain] INFO  o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-10-06 10:13:25.085 [restartedMain] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - Filter 'jwtAuthenticationFilter' configured for use
2025-10-06 10:13:25.724 [restartedMain] WARN  o.s.b.a.o.j.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-10-06 10:13:25.736 [restartedMain] DEBUG o.s.s.c.a.a.c.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder - No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2025-10-06 10:13:25.830 [restartedMain] INFO  o.s.g.e.DefaultSchemaResourceGraphQlSourceBuilder - Loaded 16 resource(s) in the GraphQL schema.
2025-10-06 10:13:25.892 [restartedMain] INFO  o.s.b.a.graphql.GraphQlAutoConfiguration - GraphQL schema inspection:
    Unmapped fields: {Query=[getActivities, organizerStats, _, getBanners, getSubmissionDetail, checkReviewStatus, media, tag, tagsByName], EmployeeResponse=[state], ActivityPlayer=[stateName, activity], Mutation=[echo, _, saveReviewDraft, submitReview, saveRole, deleteRole, saveTag, deleteTag], Subscription=[messageAdded]}
    Unmapped registrations: {Query.playerRegistration=PlayerGraphqlApi#playerRegistration[1 args], Query.leafRegions=RegionResolver#leafRegions[0 args], Query.competitionParticipants=PlayerGraphqlApi#competitionParticipants[3 args], Mutation.updateActivityRegistration=PlayerGraphqlApi#updateActivityRegistration[2 args]}
    Skipped types: []
2025-10-06 10:13:25.895 [restartedMain] INFO  o.s.b.a.g.servlet.GraphQlWebMvcAutoConfiguration - GraphQL endpoint HTTP POST /graphql
2025-10-06 10:13:25.911 [restartedMain] INFO  o.s.security.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@dea1ef4, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5c63d1f5, org.springframework.security.web.context.SecurityContextHolderFilter@5b0c1d4f, org.springframework.security.web.header.HeaderWriterFilter@3f68b717, org.springframework.web.filter.CorsFilter@37aaf5a0, org.springframework.security.web.authentication.logout.LogoutFilter@a59708e, com.rongyichuang.auth.filter.JwtAuthenticationFilter@2f7cfe5d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5d7c0a4e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2756cef9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4df1b85b, org.springframework.security.web.session.SessionManagementFilter@61e94078, org.springframework.security.web.access.ExceptionTranslationFilter@1322ba8a, org.springframework.security.web.access.intercept.AuthorizationFilter@4cf6cae4]
2025-10-06 10:13:25.988 [restartedMain] INFO  o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
2025-10-06 10:13:25.997 [restartedMain] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/api'
2025-10-06 10:13:25.998 [restartedMain] INFO  com.rongyichuang.RycBackendApplication - Started RycBackendApplication in 2.04 seconds (process running for 3839.887)
2025-10-06 10:13:26.115 [restartedMain] DEBUG org.hibernate.SQL - 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
Hibernate: 
    select
        count(*) 
    from
        t_tag t1_0 
    where
        (
            t1_0.state = 1
        )
2025-10-06 10:13:26.160 [restartedMain] INFO  o.s.b.d.a.ConditionEvaluationDeltaLoggingListener - Condition evaluation unchanged
2025-10-06 10:37:51.463 [http-nio-8080-exec-1] INFO  o.a.c.c.C.[Tomcat-2].[localhost].[/api] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-10-06 10:37:51.468 [http-nio-8080-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-10-06 10:37:51.470 [http-nio-8080-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 1 ms
2025-10-06 10:37:51.478 [http-nio-8080-exec-1] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:51.495 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:51.495 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:51.497 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:51.531 [http-nio-8080-exec-1] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:51Z, a difference of 35818530 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:51.835 [http-nio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:37:51.835 [http-nio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:37:51.835 [http-nio-8080-exec-2] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:51.835 [http-nio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:37:51.836 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:51.836 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:51.836 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:51.836 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:51.837 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:51.837 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:51.837 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:51.837 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:51.837 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:51.837 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:51.837 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:51.837 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:51.839 [http-nio-8080-exec-3] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:51Z, a difference of 35818839 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:51.839 [http-nio-8080-exec-9] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:51Z, a difference of 35818839 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:51.840 [http-nio-8080-exec-2] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:51Z, a difference of 35818839 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:51.840 [http-nio-8080-exec-5] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:51Z, a difference of 35818840 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:54.381 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:54.383 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:54.383 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:54.384 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:54.385 [http-nio-8080-exec-6] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:54Z, a difference of 35821385 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:55.897 [http-nio-8080-exec-4] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:37:55.897 [http-nio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:55.903 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:55.903 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:55.903 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:55.903 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:55.903 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:55.903 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:55.904 [http-nio-8080-exec-4] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:55Z, a difference of 35822904 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:55.904 [http-nio-8080-exec-7] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:55Z, a difference of 35822904 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:37:55.913 [http-nio-8080-exec-8] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:37:55.914 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:37:55.914 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:37:55.915 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:37:55.915 [http-nio-8080-exec-8] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:37:55Z, a difference of 35822915 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:03.512 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:38:03.512 [http-nio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:38:03.512 [http-nio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:38:03.512 [http-nio-8080-exec-1] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:03.517 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:03.517 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:03.517 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:03.518 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:03.518 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:03.518 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:03.518 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:03.518 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:03.518 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:03.518 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:03.519 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:03.519 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:03.520 [http-nio-8080-exec-9] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:03Z, a difference of 35830520 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:03.520 [http-nio-8080-exec-10] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:03Z, a difference of 35830520 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:03.520 [http-nio-8080-exec-3] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:03Z, a difference of 35830520 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:03.520 [http-nio-8080-exec-1] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:03Z, a difference of 35830520 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:09.284 [http-nio-8080-exec-2] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:09.289 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:09.290 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:09.290 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:09.291 [http-nio-8080-exec-2] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:09Z, a difference of 35836291 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:40.377 [http-nio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:40.382 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:40.383 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:40.383 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:40.385 [http-nio-8080-exec-5] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:40Z, a difference of 35867385 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:40.481 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:40.482 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:40.483 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:40.483 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:40.484 [http-nio-8080-exec-6] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:40Z, a difference of 35867484 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:44.492 [http-nio-8080-exec-4] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:44.498 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:44.498 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:44.498 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:44.499 [http-nio-8080-exec-4] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:44Z, a difference of 35871499 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:38:44.581 [http-nio-8080-exec-7] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:38:44.582 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:38:44.582 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:38:44.582 [http-nio-8080-exec-7] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:38:44.583 [http-nio-8080-exec-7] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:38:44Z, a difference of 35871583 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:38.327 [http-nio-8080-exec-8] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:40:38.328 [http-nio-8080-exec-10] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
2025-10-06 10:40:38.328 [http-nio-8080-exec-9] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:38.329 [http-nio-8080-exec-3] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:38.333 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:38.334 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:38.334 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:38.334 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:38.334 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:38.334 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:38.334 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:38.334 [http-nio-8080-exec-8] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:38.334 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:38.335 [http-nio-8080-exec-9] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:38.335 [http-nio-8080-exec-10] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:38.335 [http-nio-8080-exec-3] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:38.336 [http-nio-8080-exec-8] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:38Z, a difference of 35985336 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:38.336 [http-nio-8080-exec-9] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:38Z, a difference of 35985336 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:38.336 [http-nio-8080-exec-3] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:38Z, a difference of 35985336 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:38.337 [http-nio-8080-exec-10] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:38Z, a difference of 35985337 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:39.408 [http-nio-8080-exec-1] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:39.413 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:39.413 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:39.413 [http-nio-8080-exec-1] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:39.414 [http-nio-8080-exec-1] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:39Z, a difference of 35986414 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:40.634 [http-nio-8080-exec-2] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:40.640 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:40.640 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:40.640 [http-nio-8080-exec-2] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:40.641 [http-nio-8080-exec-2] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:40Z, a difference of 35987641 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:40.727 [http-nio-8080-exec-5] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:40.728 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:40.728 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:40.728 [http-nio-8080-exec-5] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:40.730 [http-nio-8080-exec-5] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:40Z, a difference of 35987730 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:41.708 [http-nio-8080-exec-6] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:41.715 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:41.715 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:41.715 [http-nio-8080-exec-6] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:41.716 [http-nio-8080-exec-6] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:41Z, a difference of 35988716 milliseconds.  Allowed clock skew: 0 milliseconds.
2025-10-06 10:40:41.800 [http-nio-8080-exec-4] DEBUG org.springframework.security.web.FilterChainProxy - Securing POST /graphql
=== JWT¹ýÂËÆ÷±»µ÷Óà=== Ô­Ê¼URI: /api/graphql, È¥µôcontext pathºó: /graphql
2025-10-06 10:40:41.801 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - JWT过滤器开始处理请求: /graphql
2025-10-06 10:40:41.801 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°GraphQL请求
2025-10-06 10:40:41.802 [http-nio-8080-exec-4] DEBUG c.rongyichuang.auth.filter.JwtAuthenticationFilter - æ£€æµ‹åˆ°éœ€è¦è®¤è¯çš„GraphQL请求,开始验证JWT
2025-10-06 10:40:41.803 [http-nio-8080-exec-4] ERROR c.rongyichuang.auth.filter.JwtAuthenticationFilter - GraphQL请求JWT验证失败: JWT expired at 2025-10-05T16:40:53Z. Current time: 2025-10-06T02:40:41Z, a difference of 35988803 milliseconds.  Allowed clock skew: 0 milliseconds.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:31 h
[INFO] Finished at: 2025-10-06T10:41:06+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.2.0:run (default-cli) on project ryc-backend: Process terminated with exit code: 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException