From e74087e8110fe8641dbe8f0c783a5b9b6050caa6 Mon Sep 17 00:00:00 2001 From: cyjadela Date: Fri, 24 Oct 2025 14:57:46 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=ED=9A=8C=EC=9D=98=20=EC=B0=B8=EC=84=9D?= =?UTF-8?q?=EC=9E=90=20=EC=B4=88=EB=8C=80=20API=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meeting/logs/meeting-service.log | 1018 +++++++++++++++++ .../hgzero/meeting/biz/domain/Meeting.java | 8 +- 2 files changed, 1025 insertions(+), 1 deletion(-) diff --git a/meeting/logs/meeting-service.log b/meeting/logs/meeting-service.log index 2b4cfa1..7522974 100644 --- a/meeting/logs/meeting-service.log +++ b/meeting/logs/meeting-service.log @@ -1906,3 +1906,1021 @@ This generated password is for development use only. Your security configuration me1_0.meeting_id=? 2025-10-24 14:19:25 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 정보 조회 완료 - meetingId: meeting-scheduled-1 2025-10-24 14:19:25 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.getMeeting 완료 - 실행시간: 35ms +2025-10-24 14:49:41 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 80000 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-24 14:49:41 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-24 14:49:41 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 67 ms. Found 5 JPA repository interfaces. +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:49:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. +2025-10-24 14:49:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-24 14:49:42 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-24 14:49:42 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-24 14:49:42 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-24 14:49:42 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1176 ms +2025-10-24 14:49:42 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-24 14:49:42 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-24 14:49:42 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@287317df +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@287317df +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@287317df +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1fcc3461 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1fcc3461 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1987807b +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1987807b +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@71469e01 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@71469e01 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@41bbb219 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@41bbb219 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@41bbb219 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@3f2ae973 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3f2ae973 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@3f2ae973 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1a8b22b5 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1a8b22b5 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@5f781173 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@43cf5bff +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@43cf5bff +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@2b464384 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@681b42d3 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@77f7352a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@77f7352a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@77f7352a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@4ede8888 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@4ede8888 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@4ede8888 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@571db8b4 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@571db8b4 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@571db8b4 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@65a2755e +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@65a2755e +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@65a2755e +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2b3242a5 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2b3242a5 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2b3242a5 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@11120583 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@11120583 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@2bf0c70d +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@2bf0c70d +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5d8e4fa8 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5d8e4fa8 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5d8e4fa8 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@649009d6 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@652f26da +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@652f26da +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@484a5ddd +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@6796a873 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@6796a873 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@6796a873 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3acc3ee +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1f293cb7 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5972e3a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5790cbcb +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5790cbcb +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@32c6d164 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@32c6d164 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@645c9f0f +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@58068b40 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@999cd18 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@dd060be +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@df432ec +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@6144e499 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@26f204a4 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@26f204a4 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@28295554 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@28295554 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@4e671ef +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@4e671ef +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@42403dc6 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@42403dc6 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@219edc05 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@62f37bfd +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@62f37bfd +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@1818d00b +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@b3a8455 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5c930fc3 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@25c6ab3f +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@25c6ab3f +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7b80af04 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2447940d +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@60ee7a51 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@60ee7a51 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@70e1aa20 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@70e1aa20 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@e67d3b7 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@e67d3b7 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@e67d3b7 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1618c98a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1618c98a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1618c98a +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5b715ea +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@787a0fd6 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@48b09105 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@48b09105 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@18b45500 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@18b45500 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@18b45500 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@25110bb9 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@dbda472 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@41492479 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@41492479 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@7bef7505 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@7bef7505 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@7bef7505 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@568ef502 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@568ef502 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@36f05595 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@36f05595 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@3e12c5de +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@3e12c5de +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@3e55d844 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@3e55d844 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@1f521c69 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@1f521c69 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@2b3abeeb +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3aeb267 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1be52113 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1be52113 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@3991fe6d +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3a0e7f89 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@15c1b543 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@23954300 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6aae82cc +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7a587e84 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@622ba721 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6b2f7527 +2025-10-24 14:49:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@7509226c +2025-10-24 14:49:42 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 14:49:42 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 14:49:43 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@742dbac8 +2025-10-24 14:49:43 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 14:49:43 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 14:49:43 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@31b7112d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@47fc9ce) +2025-10-24 14:49:43 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@1b5d1d9) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@703a2bc9) +2025-10-24 14:49:43 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 14:49:43 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@e460ca1 +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@e460ca1 +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1be52113` +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:49:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:49:43 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@268e30d4] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7c50709a] +2025-10-24 14:49:43 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 14:49:43 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@268e30d4] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@be56353] +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 14:49:43 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 14:49:43 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@be56353] for TypeConfiguration +2025-10-24 14:49:43 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 14:49:44 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 14:49:44 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 14:49:44 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_c18f08_1761284984634"} +2025-10-24 14:49:44 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 14:49:44 [main] 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-24 14:49:44 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: ee26170c-62f9-4f8b-b540-68d8d264288c + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 14:49:44 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 14:49:44 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 14:49:45 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 14:49:45 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 14:49:45 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 14:49:45 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.693 seconds (process running for 4.884) +2025-10-24 14:49:46 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 14:49:46 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 14:49:46 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +2025-10-24 14:49:46 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 14:49:46 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 14:49:46 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 14:49:46 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 14:49:46 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 14:49:46 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 14:49:46 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 14:49:46 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 14:49:46 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 14:49:46 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 14:49:46 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 14:49:46 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 14:49:46 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 14:49:46 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 14:49:46 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 14:49:46 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 14:49:46 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7244e735]] +2025-10-24 14:49:46 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 14:49:46 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 14:49:46 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:49:46 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 14:49:46 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@51125cec], /v3/api-docs, ko_KR] +2025-10-24 14:49:46 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 377 ms +2025-10-24 14:49:46 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 388ms +2025-10-24 14:50:07 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/meetings/meeting-scheduled-1 +2025-10-24 14:50:07 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:50:07 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/meetings/meeting-scheduled-1 +2025-10-24 14:50:07 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.getMeeting 호출 - 파라미터: [meeting-scheduled-1, user-001] +2025-10-24 14:50:07 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 정보 조회 요청 - meetingId: meeting-scheduled-1 +2025-10-24 14:50:08 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Getting meeting: meeting-scheduled-1 +2025-10-24 14:50:08 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 14:50:08 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 정보 조회 완료 - meetingId: meeting-scheduled-1 +2025-10-24 14:50:08 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.getMeeting 완료 - 실행시간: 115ms +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:50:25 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 호출 - 파라미터: [meeting-scheduled-1, user-001, name, email, com.unicorn.hgzero.meeting.infra.dto.request.InviteParticipantRequest@4debe4a] +2025-10-24 14:50:25 [http-nio-8082-exec-8] INFO c.u.h.m.i.c.MeetingController - 참석자 초대 요청 - meetingId: meeting-scheduled-1, email: newparticipant@example.com, inviter: name +2025-10-24 14:50:25 [http-nio-8082-exec-8] INFO c.u.h.m.biz.service.MeetingService - Inviting participant to meeting: meeting-scheduled-1, email: newparticipant@example.com +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 14:50:25 [http-nio-8082-exec-8] ERROR c.u.hgzero.common.aop.LoggingAspect - [Service] com.unicorn.hgzero.meeting.biz.service.MeetingService.inviteParticipant 실패 - 실행시간: 11ms, 에러: null +2025-10-24 14:50:25 [http-nio-8082-exec-8] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 실패 - 실행시간: 32ms, 에러: null +2025-10-24 14:50:25 [http-nio-8082-exec-8] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.UnsupportedOperationException] with root cause +java.lang.UnsupportedOperationException: null + at java.base/java.util.AbstractList.add(AbstractList.java:155) + at java.base/java.util.AbstractList.add(AbstractList.java:113) + at com.unicorn.hgzero.meeting.biz.domain.Meeting.addParticipant(Meeting.java:118) + at com.unicorn.hgzero.meeting.biz.service.MeetingService.inviteParticipant(MeetingService.java:229) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) + at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) + at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) + at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.inviteParticipant() + at com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant(MeetingController.java:281) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) + at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) + at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.inviteParticipant() + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:76) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) + at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:1583) +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:50:25 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:55:29 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 호출 - 파라미터: [meeting-scheduled-1, user-001, name, email, com.unicorn.hgzero.meeting.infra.dto.request.InviteParticipantRequest@7be93dc7] +2025-10-24 14:55:29 [http-nio-8082-exec-9] INFO c.u.h.m.i.c.MeetingController - 참석자 초대 요청 - meetingId: meeting-scheduled-1, email: newparticipant@example.com, inviter: name +2025-10-24 14:55:29 [http-nio-8082-exec-9] INFO c.u.h.m.biz.service.MeetingService - Inviting participant to meeting: meeting-scheduled-1, email: newparticipant@example.com +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 14:55:29 [http-nio-8082-exec-9] ERROR c.u.hgzero.common.aop.LoggingAspect - [Service] com.unicorn.hgzero.meeting.biz.service.MeetingService.inviteParticipant 실패 - 실행시간: 13ms, 에러: null +2025-10-24 14:55:29 [http-nio-8082-exec-9] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 실패 - 실행시간: 30ms, 에러: null +2025-10-24 14:55:29 [http-nio-8082-exec-9] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.UnsupportedOperationException] with root cause +java.lang.UnsupportedOperationException: null + at java.base/java.util.AbstractList.add(AbstractList.java:155) + at java.base/java.util.AbstractList.add(AbstractList.java:113) + at com.unicorn.hgzero.meeting.biz.domain.Meeting.addParticipant(Meeting.java:118) + at com.unicorn.hgzero.meeting.biz.service.MeetingService.inviteParticipant(MeetingService.java:229) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) + at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) + at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) + at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.inviteParticipant() + at com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant(MeetingController.java:281) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) + at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) + at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.inviteParticipant() + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:76) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) + at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:1583) +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:55:29 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_c18f08_1761284984634","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 14:55:57 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@be56353] for TypeConfiguration +2025-10-24 14:55:57 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@71bfb4ee] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@be56353] +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +2025-10-24 14:55:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +2025-10-24 14:56:05 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 80941 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-24 14:56:05 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-24 14:56:05 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-24 14:56:05 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 14:56:05 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-24 14:56:05 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 75 ms. Found 5 JPA repository interfaces. +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 14:56:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. +2025-10-24 14:56:06 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-24 14:56:06 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-24 14:56:06 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-24 14:56:06 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-24 14:56:06 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1213 ms +2025-10-24 14:56:06 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-24 14:56:06 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-24 14:56:06 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@310f8a05 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@310f8a05 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@310f8a05 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4f98ac31 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4f98ac31 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5cb6abc8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5cb6abc8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@683fac7e +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@683fac7e +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@683fac7e +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@129c322f +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1bbef3c7 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@35995029 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@42474b18 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@42474b18 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@31b91435 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@31b91435 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@5d75f90e +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2212e291 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5af56240 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2314cd97 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@51dbed72 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@64e89bb2 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@15fe020d +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@15fe020d +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@10830d50 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@10830d50 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@1e3dc24f +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@1e3dc24f +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@3ea8ff31 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@3ea8ff31 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5ba36c83 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5ba36c83 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5342032a +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@239d9cb7 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@1ab21633 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@59aa1d1c +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@169d4aba +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@612bb755 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@612bb755 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6ba226cd +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@62e99458 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1eddca25 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1eddca25 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@22f057b4 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@22f057b4 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@581e8969 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@581e8969 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@581e8969 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@687fd6e +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@266a47fd +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@19fc0ef7 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@16f8df70 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@16f8df70 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@16f8df70 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@6f0ae0ee +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@6f0ae0ee +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@7682bf66 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@7682bf66 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@47e725af +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@495bc9e7 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@495bc9e7 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@2560a7be +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@fabfc79 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@578d5d02 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@77f04d1a +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@27682fa9 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2fb70301 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@126f2eb8 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@67823972 +2025-10-24 14:56:06 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1f1574c +2025-10-24 14:56:06 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 14:56:06 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 14:56:07 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3d42b756 +2025-10-24 14:56:07 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 14:56:07 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 14:56:07 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@57d7c511) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@811d8d6) +2025-10-24 14:56:07 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@7f57a7a4) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6dcc7696) +2025-10-24 14:56:07 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 14:56:07 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@3182143c +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3182143c +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@495bc9e7` +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:56:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 14:56:07 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@255d4d7] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@426bf2f2] +2025-10-24 14:56:07 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 14:56:07 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@255d4d7] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4ce4c097] +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 14:56:07 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 14:56:07 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4ce4c097] for TypeConfiguration +2025-10-24 14:56:07 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 14:56:08 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 14:56:08 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 14:56:08 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 14:56:08 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 14:56:08 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 14:56:08 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 14:56:08 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 14:56:08 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_514975_1761285368795"} +2025-10-24 14:56:08 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 14:56:08 [main] 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-24 14:56:08 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 99ea9d84-bd2e-409a-8b56-a39b12ede9ab + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 14:56:08 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 14:56:09 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 14:56:09 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 14:56:09 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 14:56:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 14:56:09 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.691 seconds (process running for 5.017) +2025-10-24 14:56:32 [http-nio-8082-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 14:56:32 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 14:56:32 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 4 ms +2025-10-24 14:56:32 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 14:56:32 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 14:56:32 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 14:56:32 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 14:56:32 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 14:56:32 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 14:56:32 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 14:56:32 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 14:56:32 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 14:56:32 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 14:56:32 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 14:56:32 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 14:56:32 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 14:56:32 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 14:56:32 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 14:56:32 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 14:56:32 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@41b5be95]] +2025-10-24 14:56:32 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 14:56:32 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 14:56:32 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:56:32 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 14:56:32 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5324d2e0], /v3/api-docs, ko_KR] +2025-10-24 14:56:33 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 426 ms +2025-10-24 14:56:33 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 438ms +2025-10-24 14:57:09 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:57:09 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 14:57:09 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/meeting-scheduled-1/invite +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 호출 - 파라미터: [meeting-scheduled-1, user-001, test, test@naver.com, com.unicorn.hgzero.meeting.infra.dto.request.InviteParticipantRequest@285e531c] +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 참석자 초대 요청 - meetingId: meeting-scheduled-1, email: newparticipant@example.com, inviter: test +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Inviting participant to meeting: meeting-scheduled-1, email: newparticipant@example.com +2025-10-24 14:57:09 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Invitation email would be sent to newparticipant@example.com for meeting 예정된 회의 1 (Frontend URL: https://meeting.hgzero.com/meeting/meeting-scheduled-1) +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Participant invited successfully: newparticipant@example.com to meeting meeting-scheduled-1 +2025-10-24 14:57:09 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - + /* update + for com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */update meetings + set + description=?, + ended_at=?, + organizer_id=?, + participants=?, + scheduled_at=?, + started_at=?, + status=?, + template_id=?, + title=?, + updated_at=? + where + meeting_id=? +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 참석자 초대 완료 - meetingId: meeting-scheduled-1, email: newparticipant@example.com +2025-10-24 14:57:09 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.inviteParticipant 완료 - 실행시간: 135ms diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java index c574398..a6f1625 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java @@ -114,7 +114,13 @@ public class Meeting { public void addParticipant(String participantEmail) { if (this.participants == null) { this.participants = new ArrayList<>(); + } else if (!(this.participants instanceof ArrayList)) { + // 불변 리스트인 경우 새로운 ArrayList로 변환 + this.participants = new ArrayList<>(this.participants); + } + + if (!this.participants.contains(participantEmail)) { + this.participants.add(participantEmail); } - this.participants.add(participantEmail); } } From cf313259a539a95a9c9ca754e0b5d01ccdc1565b Mon Sep 17 00:00:00 2001 From: cyjadela Date: Fri, 24 Oct 2025 15:19:29 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=A1=B0=ED=9A=8C=20API=20=EA=B0=9C=EB=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biz/domain/Meeting$MeetingBuilder.class | Bin 3729 -> 4091 bytes .../hgzero/meeting/biz/domain/Meeting.class | Bin 3304 -> 4011 bytes .../dto/MeetingDTO$MeetingDTOBuilder.class | Bin 4110 -> 4290 bytes ...ParticipantDTO$ParticipantDTOBuilder.class | Bin 2247 -> 2247 bytes .../biz/dto/MeetingDTO$ParticipantDTO.class | Bin 1447 -> 1447 bytes .../hgzero/meeting/biz/dto/MeetingDTO.class | Bin 5705 -> 5915 bytes .../meeting/biz/service/MeetingService.class | Bin 8010 -> 3609 bytes ...eMeetingUseCase$CreateMeetingCommand.class | Bin 2679 -> 2971 bytes .../meeting/infra/config/SwaggerConfig.class | Bin 4063 -> 4063 bytes .../infra/controller/MeetingController.class | Bin 11509 -> 8680 bytes .../infra/controller/TemplateController.class | Bin 15802 -> 9210 bytes ...etingResponse$MeetingResponseBuilder.class | Bin 4356 -> 4536 bytes ...tResponse$ParticipantResponseBuilder.class | Bin 2413 -> 2413 bytes .../MeetingResponse$ParticipantResponse.class | Bin 2706 -> 2706 bytes .../infra/dto/response/MeetingResponse.class | Bin 6198 -> 6482 bytes ...nse$TemplateItem$TemplateItemBuilder.class | Bin 4573 -> 4747 bytes .../TemplateListResponse$TemplateItem.class | Bin 3316 -> 3476 bytes ...ctionInfo$TemplateSectionInfoBuilder.class | Bin 2669 -> 2669 bytes ...lateListResponse$TemplateSectionInfo.class | Bin 1679 -> 1679 bytes meeting/logs/meeting-service.log | 543 ++++++++++++++++++ .../meeting/infra/config/SecurityConfig.java | 1 + .../infra/controller/TemplateController.java | 231 ++++---- .../dto/response/TemplateListResponse.java | 1 + 23 files changed, 649 insertions(+), 127 deletions(-) diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/biz/domain/Meeting$MeetingBuilder.class b/meeting/bin/main/com/unicorn/hgzero/meeting/biz/domain/Meeting$MeetingBuilder.class index 752063690fd1bd517cabe38c4e9baffaebcd2a2a..427963be2f69bea2016e3a31f2eedd40fb516d45 100644 GIT binary patch literal 4091 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 F{skK3DI@>@ diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/biz/domain/Meeting.class b/meeting/bin/main/com/unicorn/hgzero/meeting/biz/domain/Meeting.class index f098189b0f9e55eaab799730e01c7564c35b4b03..c9b6bed17072b06388686ee2939bbff511bef4b3 100644 GIT binary patch literal 4011 zcmds4TXz#x7~Rub(sXD`D3n+f1;lnJ#0z)}U`tzSV|uYEe*-X%uVQG^ zaJ=A^(iPV(c)punTYX^pUb`cB^*OR>`}9_$&hknkv`S@%8p#WtN*xXD!z0TY zIwriL6~{}|V`lEg!s7h&;#5B04Gjl$^r0((SMX{K2Q>^Te{Ho;$7?u5IM=(UVQ6?{ zM^6ao5gogrYv{|_t~FOFtyun&xgsu4Dz`10zAfvTup?Zv>4kLeg~CsZ+v(>xj?r5a z^Ro-Nsimn&dH%SLUU|N&V7dj%iQ`Q{())HW<1YB#s&55+moB=Jz)8Ft z!>Q*IDoPj~@8NxdS$8U?!{d908{8k|TxR5ohF-H+T&Rb2)4^KujVz0Tr*-T`GKRAn z_9%a=$dCKJd0)bxz!{9`tcpQCd)jvG@T`a?L`3ydH3ihA3D0qu^~~VR$Z`+PO|u&^a*9>vXxNnx&BEPY^7p5Ma$PP z#`wQbtd7)5_FRO(&581k* zBQ9GBZY@MqBH|St-6HOxSdw2X6uG4%v5u6llZFAOC6-^m~bygAJsdZxMj`kF{ zh%)nadJza$N57!=ajPLI#kK49HnPppEy5i*W*706HfTm(Vs7mf0%;fD{?%9;HD5MV z%YPu*%1oIZsi?_DW59P(vhJjeprcKSlCw6cLp8GK)W|AR zBdbb{EFm?r6RD9cL5*y8YGi$=kxWeVJ!(EcTxK)p1C;H-V4{z2V&UF1r;3%t3^&UX<?W zJoahLqD77p*kN@Qh(AT1`d;{+vPQf6)dS*3jiJ4`4MLhbk{X><|I+5`eGP8w+;H2K zra)I)1G?4}=z42FpEm_ETLUUI1uC`%bQ6b~ID54CSamg61;;M1Hit9$IqYBeVbyiU{Qe9Q78mSoB-$=!)7&TJeLgA@I z6(u9pBb=7fs|e~07HO4KT74b8vcXhY)y;%HvZ|j6(PZT_QuULpd^wU>MJ8RXQ_ZBW zNr%c3OTI>BCcQ1LX42id)lB+ZLd~SZ^{AQjHXUDZ9(AWI{|_19UOVnn)<#}^$T2}e P%k%F`B0b`|L)L!--?%Jz5bd?@^~Q&YV}vJ?+!K|M-iDR;ZSsF@>&Hou<*Y zt*YbN#!>yTa2=y5gm2k(qhdWaYEIL%Y-1}hB`B)U)I;-;X*5ji*r_}eRbQc0c%)EM zC|&INOTG)BtU@v0@*6^-@tW|euGR7_$HvO59*J7JA!;iC$pi;|t0|14Q#BjwrZ37^ z;e5*TP1g_hC4^lIW^q{kwg(``t(&%m=s5zdg}qkQYMHhV=Tv~(_N|6dv^<~TN><&* zQ5PXCoN_M@#-GCx)fdfH0}=5JF&U0Rk;SEbg`#UtO(f}M#8KFOu)DXjv6nBEQl!u; z8l9uKO0UxE33^STSy`IF3^jU#E&|SWeo$y`ap}30V9+-;8Yfku$)aV8?RK*w+_G8W z>ZWDc_D$E~b!d$GM;5AJ6kq72k#PidPSO&pwYIahTg;d9>wNuXjWoVKUN!BiXe8+x z?^xMh%NL9JbyVN-3iht+)Lr4>UXIodFO?&xKJa(0O6k}IWqZGd$UtQ{PO2smNOsiDjlgwiD zogTRuVo#$9MxTUh_XN|@#|iXv?b3kpOolP?7aC2{ltSl#T<+41J%<{-#6*e^%J#Is zN5V4oby> z>E#IJlp`cej*w?LqNC-A{sY>yoTq_T64+YXk1KJr{qs(YPyF-EQjRsT#O(G$QKOgAG z{(jmY4e-mMksXW%gx~*vZG$Itzem}CY*S};_)Yq%o8s34DL%s` diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/biz/dto/MeetingDTO$MeetingDTOBuilder.class b/meeting/bin/main/com/unicorn/hgzero/meeting/biz/dto/MeetingDTO$MeetingDTOBuilder.class index a954beae5e69c4a9bd8571dbf24e246abdf5fb4d..936a3b61b54911d2b771f5a3b95049746bb456a5 100644 GIT binary patch literal 4290 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 Z@HzZ73)2J6-*A3}?~uV5vSoz1e*r7IhRpx~ diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/biz/dto/MeetingDTO$ParticipantDTO$ParticipantDTOBuilder.class b/meeting/bin/main/com/unicorn/hgzero/meeting/biz/dto/MeetingDTO$ParticipantDTO$ParticipantDTOBuilder.class index cc01cd95eea111f563f09698ed18cd72c2b82a83..bb2d9164ae827b9ae4a23ac32b108d45dda51193 100644 GIT binary patch delta 61 zcmX>ucwBHp92;ZqucwBHp92;Z$XrG<8~J4vS5omqEh zgRKfaDk35xB5!;vil{`{?E}R(D&qV7{ww?y{hm9U>~1!8H=p(g^Z6v_%)RG+?>*<9 z*Ud|>oO%JkApT{d&A^tFmyH!&C*|ec*v#}%JMYD^w(UFabZpW&8cX|LY*+BTBe};! zyMeyL)|?f~Sd`c^dDu?*2D&RthSLW6N2~J*KTn{zfezpCGd2YazLocrPL_N)5cK&G z8}(9FW{2h5GDUgQcGH2BnJeaVUV-vm84CH1=Njm=rYT?vP1}A2R6OP!o~XfRLWp3KiHi(eyRu7a zIIThlE;g`tpmCG4V~NcQQBkXlY9+x*TE{>irWmV%33)C z*Ho@g@7{=335sRTCi@&xu*4#rz9*SZY?@M71IAOL7FVaiv*Qg@3e$2^-Mj=kGSi;y z>L~OFmo%%8S-8nP3)yfuEkdrst3)V*oWeQcI}zj+&J8$Up@=!!Stlt2SJ2KY3VLR| z-ciT3cNephc0OrMO0DVFMPQSc$T zXt2@@j@PAUNqlE~&B5l2$t?IBs&;qM$?UB*cwHGQJDIj3ESclWxc>^X+R}bAglF(| z6JIm1bw$~6366Ax-!L$-(j>bCX31x@HJrz{Onj3TIFmyzkFM|>O3barf}NMnaptTW zdHH=AWAiw!a6)$Pu-TkvWaN~>^D@%zT3Ndb-(j0GHaMOf9vU7S+?^DO?<#yxOXNLi z3+M3zDRnL<+eeHMN_fS5%HHWn@$0R&!Iw!d!ne_O&-2-gSh-!cKjWoY zynlwDn|R5<#%lNNxO3ht-(%X3DQHbuDc{Q5N^7 zjC$T|F?aeZQ@1e5*sm3DeKOec^lNM185QIqE0ak$z8&xF#7_-us#Pg?-tzfXwNGWJ z55JPv)o&HPf~UFiH+^`T$zj-KQXa}!g@VmIxVCx+mFQqcTGPGq4Qb%q`hkj|iN6}S zsJd;P8S0H|;_n77IK3!CCb$XS;BLFX$Cva;1-`~uGT7)!c4xgH*DuvVQ`QPiSt&GS zozRq3LQ~cVO<5s`(nr1xYq_3vLXWdbXv!L)DJukNAOEhyd0ep`Fl2XwqqmQ|jJ(?5uQ1}e_z;?27tu!q1{|nk+sa*y*CO=)zBeL%}J}YSEdcd}q%JbLB!f-RRuX6HPvEP}!Ot@Jmic?K|J!A}P{#MGc<1Zvv7eW9 zfZ5|#W`^6CJq|KU9I6S&_4tvNYsZg?+J+bL6H>_0j_S`~zY9lX6{L72){&e*x$~-Jk#f literal 5705 zcmd5=YkOQ(6@GV`4i=EX%WSkDH0C$rY3H$E>uc5D8gEGYWlU)%h8(K%gOo4$tnL=Z3mi5TbeUIu8r^}Edo^wp zCCG7;Rxw?$^Wv+rXjnrBi$*k(xLKixi)x&S?$fuTjjHc<;}(n>xRsdx?O2`Bcn5Ct zU5{=?e_GX~zoO{LXo3NUWT=l3Zd_vmlMFp(KA%0IaCzNcM@vpxPMX*sHio+KPRtmX zR=A|PaUHBi3bP8Ea%NuPhR_QB?u}^S-CpNxvd`@rcZfzhJy!yjsOzA{1-MgTrWV(a zX6MJKcWJy!EESQ9wZ0U!CMwn(45>2M+Y6;t>OOEi2I>+sz&09I_I4(VjQA9%7Sk}$WyGw~% zEXOKH?q|N-gu69Lcprnt;Lf=SGxPf;FLg@m1ClEI)(0i9M`Y|n5@P+YMg!pEJ<$$+n^JL9^Wo;d?rQZ2Y#(k@nVZj; z1J@}`uXEuy7`4`xg;6|>uNnBN!k!I9zcn~gxP4t=ZlghT4a}NuwSrs5w+wuf8aS6j zu8*$qZG4BZvsAPSQs6C~cO|dCFa2y8-_!WM?A~FqhR({!GaApzNV{X^tS0DBN_8+Lv@w^F$G4L}%PmA#LrqCAsxftJQ0z z*5DInpX+)oHq89Eed5+6(cJ?295sG0WM!U>IE;Fpvy zR~=G#rB?kRX8?Yy>1482abV1KmrD7w=ao9f6eB_H^42GVEzizd`y2?7N6c(?#`dhC zo=&`|u%lL_;O)s*QdK|UP%nNhkD%Xbd>K!X^EbVCios#jVPGD~n#H2UsCZ%32BCMb z;;gAo`P5UmxPBm9XyDHZS5>#IQ$xLS4g6K%va>Ix%LJC71t+W`-$+si6>%kH*u+A% zn-QKlgRMTv7(Qjb@F}x}Pnj!x%1q%?<_U85u-%4U@-bWZf;tKf|!Z?532s)8Xl-(JB@B>T=_ zzrynv1I}Qojh{J1XFI^DLlqn*F)PTB=O}-R6&!np8*YNb?|vSZ)jN9=Ooo%}O<@OX z=3SV^Zp`p$lHz|aW^o(ti6k z|6h^O;Cri$9Ro$qlyIDbfy&;4_j06@+$TsyDgUA(HEA+_3Mb=NmvK-0nlkQI?H%49y7{#I3DXNPXbGT6o8N1G)~-i53@U>P3gAxGe@ zD?=v|+?7f=yZ%e2q!Th`xbU3@f9YtZ_PNWPjrLl-JJ2xA9%r$u! zCa~5A7-{BG%^WV$=TsDlThpIh;{_d1kxukUX#jqbnt9`h@XR1u#`jbc)9Sxp|aJX~xli7pQp ziiHB)fSED41#c4=UgUzCB?6OkwGORrV#&&-9ehTO3-&k)8%%9c1hityrNItWJf0_u zLuQv_5Z&)*CVK@zt;Td$u3|FS#OVh==7R!Dvo?;H?#v@l@YC!eFoMzKZHnOF43}bG5iC_pGL+XJ-VyAn;w^ydFIX zQN+l{N?&ZSVp#3@T)&RU5z_9rG|>p02nm~N9*;bN!6{AR*D;@BgVyL*6@t17Tz zRsyOu(|K4Y@WX&jGD{~SaM{+N^6(Xbt0x6O9%{DT#EhuI2G<%Z{uXMiVFvIu0?y(m z52J7n&f{zfF2F@xzl7y+7{_rO$6*34x5i1hg5x<{e-o}k4z4A4P2qSQuX!Zoa4h@* zH=d5a^&1rb##s(#@jIpgl;9ow9&7zBz`O7s&d@u!o`qJm(%#QV^Q^Sn8EHRSX&
6&^^mU+rwW8NDi7yfhtUPCt+ZBChp9F(Q37| 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 diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/CreateMeetingUseCase$CreateMeetingCommand.class b/meeting/bin/main/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/CreateMeetingUseCase$CreateMeetingCommand.class index 81ada94502ddaf298d64a139c766ba5a381fbabc..0ddb7a2652d0205fa888bec8ccc66a43063509c9 100644 GIT binary patch literal 2971 zcmd5-?NS^?6g>^>2QUb%Bw-DQ8H3*$M9Ct8E+hg$4O-=}+Xa*C&TQr*Rpv>2 zi2N{BZdt_-AHavQJoB+I?2hOUsq)92?!MEf@9o?7p8Ln2r@sSO!w)(12pm@JhUQyl z)pjiHvUm8Ri%X4PyOmgmy5=nUU8 z>srNhJwp5U%wx;&e23;|JASWpd%H@=fF~QxI;{s5#!3s_y9D~mc1`v};F^LAvI4^u z(~>)W<48LD#!(cD;1&mlV+QL`832k3a>xd=Nd@@;I@vana`#~08w&a{5X|0GFc@Lq zQlJFbLK~aB^Q|sr>P>?aZz&kUYr(9fU^F-}@7dAI6_`_t3Kno%;9041g;}MihB$v> zxFfgi8foh^Z^eC8W<=G3)P;{6{SJ&{#UUw9mN^S***d?4Ul ztv6}r>EDWJnck|v&q@E{noB_bL6eel{~mmvbKRJQ1A&+S1J_bBKh50%^g>tgAy&eC zqx&P<(mSzh4-Lm?NKZOUhJiiXcdBy33<|t>fgxksyb};0vG;A;b3MmsMu)fqxR3Q5 z$^z5p6zTX@_yAE_#XA*zjtvsmQTqgeSIIz{)^q!*)S}&+B;~qvXDhb-)NktD7fWbj z;QmidxgPVd?Ia=Py5YJ>MVvf`-G?NtUnt+WLWZ+g%Y${a8+HagZUK6t0q6<(*V_cI zC+J;IlDmFR%EM%3$~a|$GDVrD%uwbi^K1)SmL;9=I?~NyUtr_Ep)Xp#@aSi4@f+Gc zf7eT%D2MOJ=$CJ0bw}?>Hr|o0w`sd=xn3UJ;JudZLFp@4*OhWPHvQ>M~pjyw24eN5L_p{)(|*!mZc&&4$YBxDjf=RW21W z-U+#pfCN5wTbbyDj3*%dxS0Z(>Vy;%kik?d)18os1Vl-N%ydE~6ObXi%_v5(ob8I- zTqpEq0y>&%ZN3vSbp{z_8*WE#o>qhR$*HGMfliP}fR=D4j$IO@0WUkAH3?eAyD_Ll zOFi6~R~Jw5-eo93-u#GJ8AapcFdDnW_7lCV{)T(%VhdyH?H0z>r4}aCVqXhWYBAHo zv|7xzFryZ8EzGIKd<*lh{?@xs_-7{1WaafKc}ienkfKnAD5I1NR{8D0r}&KH1h4Z2 z3qoKMU*aoNu#Fu&z(ahEUH&g{r@$T_p@;)~i^m)fL;N1T=Xj5HqC$(xEGn|7#G(R= L%Ijirg{Acu3h2Lz literal 2679 zcmcIl+fv(B6kUhl3r4NMO`IrhLurB7f}q}SrliD_;>M6PkUTUmmF+WFi7h$Oab}t? z=*RS-nW?8UJoE$lQJpSH2FsW5R35g@ZLhQU*=K2;fBrrF8^8`8r!XV%wBdHlo?|y$ z&oNskucYUi9VwOVoS1d{mD%%U!}6tRJLl6CPg+VIL{5)=S>gK1$YjOsbS$Tt!mPl; zGwY>gwk_`WNHR)OAfas4mIArjaP3HW3|SVKZ%V)6*A0 zm9gcm$;7q^$tcILmG2I?_CX<0FgUG#Lu@jF*)^A!9MS6n1>ehKG2X2 zc1$Zbx{w^HvZ~=jtO>j*)-I7O<*DUNw=BOElvLnKu~ZGxF*Mx9y1*}&oK96BDPQ!g zHu-a{7`y8S^=Go7%B7!!Y)lOs_(;IJ+-#UEYsfu2_zCq9 z!5XO8W}rvJ-g8~$E6?gioA?=QVLOFy1(t@2<@KDflo1^Uo*M4rJBmyFYzKkY@gmvI zOZT}nBkz4`WLx?xHP?OK>y{@E7MmFWkALmT-GM;5UK~O{-abXtM7L|djpR~<)sVb;=5p(e2R z|ELS4dE{=-AEO5XtHbNN;3iV|N#NGSuKf9;Yok~mN?+}}J|C!L^u&>fs5Y};bb1y z!WnRsnhME}L$1dlY1|-iJc>RJxeH9ifiu}5r*=r!Xnd}gfokux^>$QyV1&<%aIkAk5m`dBjbWFO0~ z-0TZLq=0c`CUH~iM1oHp@ delta 14 VcmcaFe_wt>0TZL)=0c`CUH~iG1o8j? diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/controller/MeetingController.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/controller/MeetingController.class index 9e996edec3a54244482c1700f4661adfa9d89d44..1a0af43326d3bff33a80548a934c87d925852b80 100644 GIT binary patch literal 8680 zcmds6?N=1n8Go*#3q%{=laQvp=B0&JciL!PF(w3w(xOs8^3u1=?p~IG-I>kIEEd!D zpe{KCN!1gm=-IW{U<@8VkjROqlIB}Kw0}T9_hXsaf1#((otK^2-2oR)u%?GI%+B2V zJokCKzxzDT{QWKI&R7FTKrb}{MkmMd!6rzf( zt4bolRN=5a&|G*Ef+_-=`osZINQg*rG}6bSI)SwbB~D;Vo1(@AEzz^LPiRx(ai%sB zc(fxe>r#@n$^()nMG~w@mK9ypB}LXaNkU0Rlz!nLlbI^&EQTc8qAJ6m&g#cB)+}m_ zz@fG!WRFNEgtW$@I1}|KsMH+530K&v>7uHaE^u%K3v`wY|xGd^vl@YS#8zAz&pddw)B^6oVhG|Mku8x6IlSNQso6w{S@Y5ywdWaE=bfqfiOGeVQ`DTjZDw-j z<#X1^+=wwYl%JR}&Wspmro#>qHK!(wn{#*@GB01<<|+#55}oEI&IDmnbR5L+DS8)q2|bB{*Ui_ zixa3ugiEU!S_Jmp#W?Ovq0=GZ;VY>u$z&bvRV8EK5~z(ZQDtgVTJI(BOkiLiXAvPH z$uXblg?2^L4~wZ3-*p5YFZLnsZRD*ZSI<`j?&iz_6*Amlp1NUPnn7F9)&rNrH#5i(PH7hX|g1rPD^nk8KRTZ@w zo+Th1lU1fEi2)X)xIa@;!djN5R0Yr2H7(655Tg9Zj`kRxgJR;BTVfQ zQ4lLBh>D4BQI+_!^Ri0smGJa`IS6fvA!Mm+1g-Q~ap-lS7DZ9F5rZ@_*u|15v=2&i zD?sjwjt$QT?qRd6gQSxsFi~>la6G-7lY~6=&6GUwlvvFJrOttM1mXN}Ha|XQeEbzP zGgJA~IRbyP2h9uTT=e%(voLq+BqEQ8xqc?usr=-GnVrY;!x%-l&dnRMlMW+<`qAn9 z$s5L>=6BKjc!r-bQ@Q-;ZJIxI)tsEhS2*RP`GwhxL$NSBgr~s>=QlHp5`JM0_D6FQluVRloJS``wZGg-tc zjL0~bb%UR$KGvX<`gmIh3Czr=7?rm%Dy@BSI)^X35JbXhq_x6%^1OLr*qW5h9yUH2BXG*R zmchJ_n$zboG4%V&ny`qkEc;)~AP2vb>}<13i7C|leBAszi<#$HYEB?3&O1pc2N*lk z^t)zLk!#Q;=oqi?ByhB%4YZss`Q_KkaTT{)up75I80wY=S7z}Afv5AMU*IdpjaFfD z`Xufvr-ZPI3~Q?Aw&lP(ui^`d_y)hzc+Kpu!3q4~e`sMZf9h5+FSd)n0z%#T#C#8J z^<*GIS%ZG-RG$AIz_be+Nd*IKF6%xJ_@E-IRFou^^)FVC=)phlCwZ2&ivrZQYk$Yx z54k(Ut+1W)n80U#$eUaEbk;cK7VzG2#j`fAdSALsx9e_BTbPIB3!jbg#LYYAtVC@J zvo!O^&VokOHuvHKx%tADp)(~ zZAEd@VuO@M7%dcdxbGmN#h|E3l0+y>Kwc5~K4GBU%tRQB2LqSTW6jkRfhp_V%A#8s|2s?#E z*y^H&vGo^L?S^SMAl4U)S-WeoyhUt`30lP-2@1OM{daFSL`AD%%GIf))hK&S;+>Qo zPTt{tjtTQql|cPnT7kM4*Mu&Sx9UO;5B!YafU(`Fq)qLu1fH+B^urCUdvYM-<&av= z_YUQaf|!!rFE&~T2JkDvVj&ZP-(b%;VAOVX2u=hMJJ!b9^RR@Kk{suKA`Nx|e!0Sy zVhHMB9jwQv5I*sHHQu*C4b)oq2VjGB-w5Bb?hnEy>%JN1@OfKd8{VstZaeHiP7mSJ z8h98U!TS^Vs}5IrRD*BBV;X!1zWZ|^uK>l_J2iM5CjdN&S9cZ8dD!EBF=B)$UbGJ1&}|T{9Q_K&f^uTm@8EgV!uA z`__3fAGBpYguGW(^YyrZt$AyJ<~>VjUgc{3Q)q)K$FGM=H9x{NKU%8!69vuNEzRHd z`FC|RFZXnizV8Rje+KQL5mZT*0?W6~wT0 zV)qx8g5fn@oL1sN*B=~W7LUJw1d97hpSZs&75CR%+_y``74M0-{|*#40?`68#7f0w zT-=^galQQ!zYmb1w;UNrb%3faCKiz41?a=5@Shv5+xa`&?fvDb%7 literal 11509 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 R&+qtjQG#TJeppAC`WJJ#5KI67 literal 4356 zcmd5=>rxy=6#kmaE|*C_fkrC%_ox;$=a zXn~ZoMYbbgl?dYI-IC)gO6)g473F$%&Mhl`-@WE;`HrfDlp`CqZ|06>&ASJ}_br^g zMVTqyO;xB*cMxtlzROqQIv+}HgBfkuN~y5FPTh2USKSh5&x~ydbj$?>*@JeRwQw4* z3H0S$UoKaQn=)K?Xku+wZKDk*bTu6@JJhyIi5o|}QnG{aPCJ>n1B@Myux<#vWuX%( zy&AF5jg-K5kpc-`a*TSsZJ`IfT8}XcmRVi4aKh;Jj)jw2x9v!`1IIfil>~lo6m>jK zd`$XlL%wUF5B&l|hu!!|$+)sUGHKzIvGDsA2F>aN3$Ggce`sL{y-X#WI(-SuWR9q9 zHVww#^pTQ552o?44%r!jzY}659zBMW;Lc4pswp~3!7oBRaKsm#h@<=$O?0N}Qi0Jz zV302mD-S*R1b5PyKU7-G7Zw(<$lSi?con(wSYWi?Vy66L6Cejz2|u%t!;--1qO&XK z0-rVEzN@ymV%Duzfxqg(niwi>hW`&I!2kk1Ye6N<%XwE6c73*oNF`FJdlk4vVyV5oWGKQRY@+t_QXbXQX@I$>Fqtga(!SM^8ERW=Z zV7F4r#^1hVhjr%@UO$4Eb3AX&RWjR`!o4nhA@F14{Tt}0zsVF$8?;!M z78B>I4TxUUIuK1nZH8X%_ZfO^8V$Xw?=&=RYP??6io7OjRbCUdGCwWG*sLu2?1Sb! zr(BjS)kDe3rty`)y(8tKk%Y!X;8X%Pjc)`l#e5>^mD8YSoqPFFwm!xsm>rg7SuF%* zg$qpR?F`&rwCS2oDoskyU7Xu=b&v5_b7MSK-x!Z|IL2c|j`3Jz1sBGD;<62mP($WO1jWOV?b&=b2ff%bsChi5C0wGw#w#DvbhKqq z^ZE>!=AfCDL5=$eoM?Xi@s>f2{|R=1O&@BaWl-b5?EGzVRg!(?iZ*bAE(xv58^is|eHo0(w~VZU6uP diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse$ParticipantResponse$ParticipantResponseBuilder.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse$ParticipantResponse$ParticipantResponseBuilder.class index fc2b9ed6a1f1e9a98dbe8c8018eb20b603a0eb77..e1e1f03247adef59b6f1a0f7d84555a6f0972998 100644 GIT binary patch delta 61 ycmaDW^j2sC3p=CVWL9=BAQ`|O0w%>L?_sxvvIIF`tTYZkpx9Q9NFd4283zCpv=E8_ delta 61 ycmaDW^j2sC3p=CNWL9=BAQ`|O0w%>L?_sxvvIIF`tTYZkpx9Q9NFd4283zCma1d?) diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse$ParticipantResponse.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse$ParticipantResponse.class index 26339f733bc6628fc4490a8ccf5c1cac6cdfde6c..26e325f14ab7bd2e339e68e91078595f4fc558b2 100644 GIT binary patch delta 89 zcmbOvI!Sbc1&3rD12aQB0~bRAgCIj9g9JkogFHhrgAzmBc+H!>g00_(z4*&oF delta 89 zcmbOvI!Sbc1&3r512aQ30~bRKgCIjJg9JkygFHh#gAzm3c+H!>g0RGVu+W-In diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/MeetingResponse.class index 2ef056f08f0275203ef77d4d23b857d04370469f..9255882c235f979dbd153b12194f131e6a490cfe 100644 GIT binary patch literal 6482 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 Mu)<2W+CX~rA4H05>Hq)$ diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse$TemplateItem.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse$TemplateItem.class index 215563a8c6380c50c62c1cf45e039355dc948e2c..fb3a77e4e46741e77e01a8b0e193a466c8b9e325 100644 GIT binary patch literal 3476 zcmdT`ZBrXn6n-vmd0W~_3pIeY)mmX`S*z8mAeE55q(-m=(Bh{h+@_1kF0;E~hW;i$ z=xC-hI^z%U$M_Q*pL3Hyc+q60^n=WVbMHC#Jm=hV?|JtA`S)*s09eHL3G^wfl!Ka6 z_q}ou`p)yp3mpbdP3ze6D~{(s3teYB4xCU&yMZ5RXHD03t8T1|UKFpkl-JwJLab{E z3@BXKara!O>JnpRYe$!3g*0u(v#_l&QaoHxibKYlQyB2wnpVhc>!=)hyRjGe3du5q zRf2GzcIGG=FIp_e-X52#P2$!gx1yJVy3Zi0ppYtunm*f$oM)SHVy~v1Vo-Lgd0N&u zW4LtHjpFsFxv=e&W1M8fgc&^IKAQgZ*sD6SW4fhEUd4CgddT=Y$ISD^Gc0DQnMJ{W z7R)U$aAK?ORkwAhP??%O%Rq8!M~*Pp48)idt1K(aRq*$`$lI#wMc)r%w^f~yVl}93 z1wS|swXZ{|Ib8;pf^D6^TMFefEXKd(n8qZoSh$L73Pbar@5KuW{ZrE$3g?TSub1n! zEgi18OkHlBT!9TY^km*r4p(%1aDRCUAtic&DX>>W_pybv=vb3YnSW{_14}`+ zz24C|v=_uaZ($hc6fD6$Y@~^HRZeLoar@H3d0c4177zMLEK3&N5K9MOZeI)!ER3{w z(Yos_>qt9LXU|nnC|_fzNp4?RxQI(>^y7-cFHXfT;DS$@TjFOU(oq6y z3b|KjIKs9=3dbp2?3}ikIDzjJHeNm00n2xMTRI{h(I%I56h8{07}wYk{d_TG&?gMY zQJ+wgk>nvG$vZ}pYm6kv7)dTMlH_0{slZ5fzLD%QqK}&K7}ut78E+ClOU)21w^9f5naC?w5_b)m*?}(_E-v zcLkd14d_-^pxNGlKIjT`yEmYZx&qzl4Jd<8x)l5FkLF|!&+7DIe}>Py0L}FV^aU2W z0Nv|tYl~fha=iiNyB7O?Z$J<6h@IH%mcof1>Ac~OdjsUV=|5}r62+g7onH3TR=J9= z4>DUmk=b7iB7Bgy324tWaKpaYz>IyXfmu5{(75Ir|e;zza*(x$};v^-i!woSKCpg@AbaY$=03C#DHGO<}xpcwj9K8EZ~q*ms*+VXUU3YUu68Uf?Ta zsti^S!hJ5is924?J)Tip1Z+iaU6+EEPjppQ$W}wm!?hy!`6NK>HMLU-s%~SEmUZqJ zC)aSJcq2*?DrZJjI9bSn39Sd2}^Zr}1f6qb=V+wM`jUJZJUKaa@7A%}o zumtCjG*jIQoI)FMo40Tt7ZTXY0f)r$sfCMT=>c5W7sG;um%15u`kEyi?*{7SSL1~8 z1+q$VdthN4mvTtqn!*p$Cm;TQ(`=O!zf+3X$6)4VXB;L+59=e1{n!6H#~1jxI&)8&YPK!lmAA zXQHODuCV$1!49T%&pVehx!2$+#Ml5o09hiIJQiMsjW# z$@yR;32!9nZ6w)jB$-3h%Vs^nvsqlhRpP!(%_uE-%1QoDQzw6!-!S#1cw&IGb8pdxOv?Ds&TiH19+R^1Zbu&kUbdC?Y=;>g8?~xf$k0l zl*7AyYIN^MQ_#Z_pI)Q)@j)M;`-1^}gpd0G%?)<7Px=BC1_S!6Z?TJm0hO>w;v`M} z`H9xCdihg3{5r}9nSF60vp*R`Xk4%fXy0n%rhU5&+n#M> z*3J*Nao3(0Y2%(fG1|s`JD+Z2&dz7rbjWAhDBAg48%vT&s)wqRCX?L+xx+QaFe60> zS};RJ=w6V|6f<%P@?nBuqm$7xVpcL-WQ-K#dxBoFk^z%3D;Y6avyvf`!XO63kRdlWL6F@AQ`|B0w%>L@8Ph8vIIF{tTawPpx9QXO63kRe2WL6F@AQ`|B0w%>L@8Ph8vIIF{tTawPpx9Q org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@683fac7e +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@129c322f +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@129c322f +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@1bbef3c7 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@35995029 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@35995029 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@35995029 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@42474b18 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@31b91435 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5d75f90e +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@2212e291 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@2212e291 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5af56240 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5af56240 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2314cd97 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@51dbed72 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@64e89bb2 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@15fe020d +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@10830d50 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@1e3dc24f +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3ea8ff31 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3ea8ff31 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5ba36c83 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5ba36c83 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5342032a +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5342032a +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@239d9cb7 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@239d9cb7 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1ab21633 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@59aa1d1c +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@169d4aba +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@169d4aba +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@612bb755 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6ba226cd +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@62e99458 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1eddca25 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1eddca25 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@22f057b4 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@581e8969 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@687fd6e +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@687fd6e +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@266a47fd +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@266a47fd +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@266a47fd +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@19fc0ef7 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@16f8df70 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@6f0ae0ee +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@7682bf66 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@7682bf66 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@47e725af +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@47e725af +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@247dcbba +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@247dcbba +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@535be281 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@20db19ff +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@79fc4e99 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@79fc4e99 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@578d5d02 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@77f04d1a +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@2fb70301 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@126f2eb8 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@67823972 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@1f1574c +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@16c9e378 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7d3815f7 +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@b87ea8b +2025-10-24 15:08:47 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 15:08:47 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 15:08:47 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@459df48d +2025-10-24 15:08:47 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 15:08:47 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 15:08:47 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@40239b34) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4e553d60) +2025-10-24 15:08:47 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@1c966488) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@45f6181a) +2025-10-24 15:08:47 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 15:08:47 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@14580edc +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@14580edc +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@79fc4e99` +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:08:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:08:47 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e664075] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1c571162] +2025-10-24 15:08:48 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 15:08:48 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e664075] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@1d82e396] +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 15:08:48 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 15:08:48 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@1d82e396] for TypeConfiguration +2025-10-24 15:08:48 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 15:08:48 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 15:08:49 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 15:08:49 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_f021eb_1761286129371"} +2025-10-24 15:08:49 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 15:08:49 [main] 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-24 15:08:49 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 54a46313-ee07-48cf-b7cf-6004b5d0f102 + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 15:08:49 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 15:08:49 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 15:08:49 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 15:08:49 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 15:08:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 15:08:50 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.655 seconds (process running for 4.943) +2025-10-24 15:08:52 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 15:08:52 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 15:08:52 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms +2025-10-24 15:08:52 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 15:08:52 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 15:08:52 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 15:08:52 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 15:08:52 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 15:08:52 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 15:08:52 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:08:52 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:08:52 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 15:08:52 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:08:52 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:08:52 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 15:08:52 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 15:08:52 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 15:08:52 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 15:08:52 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 15:08:52 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@12dada67]] +2025-10-24 15:08:52 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 15:08:52 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 15:08:52 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:08:52 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 15:08:52 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7619b469], /v3/api-docs, ko_KR] +2025-10-24 15:08:52 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 397 ms +2025-10-24 15:08:52 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 409ms +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/templates +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /error +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:15:25 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access +2025-10-24 15:16:40 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 84932 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-24 15:16:40 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-24 15:16:40 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 71 ms. Found 5 JPA repository interfaces. +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:16:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. +2025-10-24 15:16:41 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-24 15:16:41 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-24 15:16:41 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-24 15:16:41 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-24 15:16:41 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1239 ms +2025-10-24 15:16:41 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-24 15:16:41 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-24 15:16:41 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@141a10bf +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@141a10bf +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@141a10bf +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4dffa400 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4dffa400 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5e34a84b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5e34a84b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@438c0aaf +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@438c0aaf +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@7577589 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@7577589 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@7577589 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@37b80ec7 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@37b80ec7 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@37b80ec7 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4cb58e8b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4cb58e8b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6f4f2cc0 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5308e79d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5308e79d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@2431050d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@441016d6 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@522f0bb8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@522f0bb8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@522f0bb8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@468f2a6f +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@468f2a6f +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@468f2a6f +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6a3a56de +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6a3a56de +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@6a3a56de +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2ed84be9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2ed84be9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2ed84be9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@400e741 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@400e741 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@400e741 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3be369fc +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3be369fc +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@35744f8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@35744f8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@6fbcc078 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@6fbcc078 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@6fbcc078 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@6c851821 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@4c0930c4 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@4c0930c4 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@75c0cd39 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@7cf66cf9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@7cf66cf9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@7cf66cf9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@38f63756 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@3d7caf9c +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4e26040f +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@1782896 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@1782896 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@8bde368 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@8bde368 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@5065bdac +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2e9dcdd3 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@6e617c0e +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@9a07409 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@7455204c +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@34e68840 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@510203de +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@510203de +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5b0835cb +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5b0835cb +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@68229a6 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@68229a6 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@62615be +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@62615be +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@477bea57 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@477bea57 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5dc7391e +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4a9ff419 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@7ca29311 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@7ca29311 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@6493f780 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@782dc5 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@35f22eef +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@5d20195b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@5d20195b +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2674ca88 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@67a3dd86 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@430212cb +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@430212cb +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@1eb52131 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@1eb52131 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1e1598e5 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1e1598e5 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1e1598e5 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@67a3394c +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@67a3394c +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@67a3394c +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@34e4fb39 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@36fe83d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@310f8a05 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@310f8a05 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@4f98ac31 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@4f98ac31 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@4f98ac31 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5cb6abc8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@20e48e63 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6d7677d8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6705b763 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@535a6697 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@535a6697 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@3e0704e2 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@14d298d6 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@94aeba1 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@f6cde7e +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@ff8e36d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@116b0b32 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4f22fd5d +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@26d445e9 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@6e7f29d5 +2025-10-24 15:16:41 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 15:16:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 15:16:41 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1a0b4955 +2025-10-24 15:16:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 15:16:41 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 15:16:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4a490518) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7890fbf9) +2025-10-24 15:16:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@32ae11c9) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@167bae0b) +2025-10-24 15:16:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 15:16:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@169d5567 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@169d5567 +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@535a6697` +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:16:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:16:41 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1248f83] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5c28009f] +2025-10-24 15:16:42 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 15:16:42 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1248f83] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@28ec92c9] +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 15:16:42 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 15:16:42 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@28ec92c9] for TypeConfiguration +2025-10-24 15:16:42 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 15:16:42 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 15:16:43 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 15:16:43 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_91a147_1761286603563"} +2025-10-24 15:16:43 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 15:16:43 [main] 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-24 15:16:43 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 9a0b0db3-3862-4275-a376-19ef003b504d + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 15:16:43 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 15:16:43 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 15:16:44 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 15:16:44 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 15:16:44 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 15:16:44 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.801 seconds (process running for 5.093) +2025-10-24 15:16:47 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 15:16:47 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 15:16:47 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms +2025-10-24 15:16:47 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 15:16:47 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 15:16:47 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 15:16:47 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:16:47 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 15:16:47 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:16:47 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 15:16:47 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:16:47 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 15:16:47 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 15:16:47 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 15:16:47 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:16:47 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 15:16:47 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 15:16:47 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 15:16:47 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 15:16:47 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@21c2b312]] +2025-10-24 15:16:47 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 15:16:47 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 15:16:47 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:47 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 15:16:47 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3aa5e9ec], /v3/api-docs, ko_KR] +2025-10-24 15:16:47 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 406 ms +2025-10-24 15:16:47 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 417ms +2025-10-24 15:16:56 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/templates +2025-10-24 15:16:56 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:16:56 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/templates +2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.TemplateController.getTemplateList 호출 - 파라미터: [user-001, test] +2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 요청 - userId: user-001 +2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 성공 - count: 4 +2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.TemplateController.getTemplateList 완료 - 실행시간: 1ms diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.java index ac2f1d5..bf20649 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.java @@ -50,6 +50,7 @@ public class SecurityConfig { // Meeting API endpoints (for testing) .requestMatchers("/api/meetings/**").permitAll() // All other requests require authentication + .requestMatchers("/api/templates/**").permitAll() .anyRequest().authenticated() ) .addFilterBefore(new JwtAuthenticationFilter(jwtTokenProvider), diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/TemplateController.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/TemplateController.java index 01e7f1c..a232e82 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/TemplateController.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/TemplateController.java @@ -1,13 +1,8 @@ package com.unicorn.hgzero.meeting.infra.controller; import com.unicorn.hgzero.common.dto.ApiResponse; -import com.unicorn.hgzero.meeting.biz.dto.TemplateDTO; -import com.unicorn.hgzero.meeting.biz.service.TemplateService; import com.unicorn.hgzero.meeting.infra.dto.response.TemplateListResponse; -import com.unicorn.hgzero.meeting.infra.dto.response.TemplateDetailResponse; -import com.unicorn.hgzero.meeting.infra.cache.CacheService; import io.swagger.v3.oas.annotations.Operation; -import io.swagger.v3.oas.annotations.Parameter; import io.swagger.v3.oas.annotations.responses.ApiResponses; import io.swagger.v3.oas.annotations.tags.Tag; import lombok.RequiredArgsConstructor; @@ -15,12 +10,14 @@ import lombok.extern.slf4j.Slf4j; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; +import java.time.LocalDateTime; +import java.util.ArrayList; +import java.util.Arrays; import java.util.List; -import java.util.stream.Collectors; /** - * 템플릿 관리 API Controller - * 템플릿 목록 조회, 상세 조회 기능 + * 템플릿 관리API Controller + * 고정된 템플릿 목록을 제공합니다 */ @RestController @RequestMapping("/api/templates") @@ -29,11 +26,8 @@ import java.util.stream.Collectors; @Tag(name = "Template", description = "템플릿 관리 API") public class TemplateController { - private final TemplateService templateService; - private final CacheService cacheService; - /** - * 템플릿 목록 조회 + * 템플릿 목록 조회 (고정 데이터 반환) * GET /api/templates */ @GetMapping @@ -45,40 +39,19 @@ public class TemplateController { }) public ResponseEntity> getTemplateList( @RequestHeader("X-User-Id") String userId, - @RequestHeader("X-User-Name") String userName, - @Parameter(description = "템플릿 카테고리") @RequestParam(required = false) String category, - @Parameter(description = "활성 상태 (true: 활성, false: 비활성)") @RequestParam(required = false) Boolean isActive) { + @RequestHeader("X-User-Name") String userName) { - log.info("템플릿 목록 조회 요청 - userId: {}, category: {}, isActive: {}", - userId, category, isActive); + log.info("템플릿 목록 조회 요청 - userId: {}", userId); try { - // 캐시 확인 - String cacheKey = String.format("templates:list:%s:%s", - (category != null ? category : "all"), - (isActive != null ? isActive.toString() : "all")); - TemplateListResponse cachedResponse = cacheService.getCachedTemplateList(cacheKey); - if (cachedResponse != null) { - log.debug("캐시된 템플릿 목록 반환"); - return ResponseEntity.ok(ApiResponse.success(cachedResponse)); - } - - // 템플릿 목록 조회 - List templates = templateService.getTemplateList(category, isActive); - - // 응답 DTO 생성 - List templateItems = templates.stream() - .map(this::convertToTemplateItem) - .collect(Collectors.toList()); + // 고정된 템플릿 데이터 생성 + List templateItems = createFixedTemplates(); TemplateListResponse response = TemplateListResponse.builder() .templateList(templateItems) .totalCount(templateItems.size()) .build(); - // 캐시 저장 - cacheService.cacheTemplateList(cacheKey, response); - log.info("템플릿 목록 조회 성공 - count: {}", templateItems.size()); return ResponseEntity.ok(ApiResponse.success(response)); @@ -90,99 +63,103 @@ public class TemplateController { } /** - * 템플릿 상세 조회 - * GET /api/templates/{templateId} + * 고정된 템플릿 데이터 생성 */ - @GetMapping("/{templateId}") - @Operation(summary = "템플릿 상세 조회", description = "템플릿 상세 정보를 조회합니다") - public ResponseEntity> getTemplateDetail( - @RequestHeader("X-User-Id") String userId, - @RequestHeader("X-User-Name") String userName, - @Parameter(description = "템플릿 ID") @PathVariable String templateId) { - - log.info("템플릿 상세 조회 요청 - userId: {}, templateId: {}", userId, templateId); - - try { - // 캐시 확인 - TemplateDetailResponse cachedResponse = cacheService.getCachedTemplateDetail(templateId); - if (cachedResponse != null) { - log.debug("캐시된 템플릿 상세 반환 - templateId: {}", templateId); - return ResponseEntity.ok(ApiResponse.success(cachedResponse)); - } - - // 템플릿 조회 - TemplateDTO templateDTO = templateService.getTemplateById(templateId); - - // 응답 DTO 생성 - TemplateDetailResponse response = convertToTemplateDetailResponse(templateDTO); - - // 캐시 저장 - cacheService.cacheTemplateDetail(templateId, response); - - log.info("템플릿 상세 조회 성공 - templateId: {}", templateId); - return ResponseEntity.ok(ApiResponse.success(response)); - - } catch (Exception e) { - log.error("템플릿 상세 조회 실패 - templateId: {}", templateId, e); - return ResponseEntity.badRequest() - .body(ApiResponse.errorWithType("템플릿 상세 조회에 실패했습니다")); - } + private List createFixedTemplates() { + List templates = new ArrayList<>(); + + // 일반 회의 템플릿 + templates.add(TemplateListResponse.TemplateItem.builder() + .templateId("general") + .name("일반 회의") + .description("기본 회의록 형식") + .category("meeting") + .icon("📋") + .isActive(true) + .usageCount(0) + .createdAt(LocalDateTime.now()) + .lastUsedAt(null) + .createdBy("system") + .sections(Arrays.asList( + createSectionInfo("회의 개요", "회의 기본 정보", 1, true), + createSectionInfo("논의 사항", "주요 논의 내용", 2, true), + createSectionInfo("결정 사항", "회의에서 결정된 사항", 3, true), + createSectionInfo("액션 아이템", "향후 진행할 작업", 4, true) + )) + .build()); + + // 스크럼 회의 템플릿 + templates.add(TemplateListResponse.TemplateItem.builder() + .templateId("scrum") + .name("스크럼 회의") + .description("데일리 스탠드업 형식") + .category("agile") + .icon("🏃") + .isActive(true) + .usageCount(0) + .createdAt(LocalDateTime.now()) + .lastUsedAt(null) + .createdBy("system") + .sections(Arrays.asList( + createSectionInfo("어제 한 일", "지난 작업일에 완료한 작업", 1, true), + createSectionInfo("오늘 할 일", "오늘 진행할 예정 작업", 2, true), + createSectionInfo("블로커/이슈", "진행을 방해하는 요소", 3, false) + )) + .build()); + + // 킥오프 회의 템플릿 + templates.add(TemplateListResponse.TemplateItem.builder() + .templateId("kickoff") + .name("킥오프 회의") + .description("프로젝트 시작 회의") + .category("project") + .icon("🚀") + .isActive(true) + .usageCount(0) + .createdAt(LocalDateTime.now()) + .lastUsedAt(null) + .createdBy("system") + .sections(Arrays.asList( + createSectionInfo("프로젝트 개요", "프로젝트 기본 정보", 1, true), + createSectionInfo("목표 및 범위", "프로젝트 목표와 범위", 2, true), + createSectionInfo("역할 및 책임", "팀원별 역할과 책임", 3, true), + createSectionInfo("일정 및 마일스톤", "프로젝트 일정", 4, true) + )) + .build()); + + // 주간 회의 템플릿 + templates.add(TemplateListResponse.TemplateItem.builder() + .templateId("weekly") + .name("주간 회의") + .description("주간 리뷰 및 계획") + .category("review") + .icon("📅") + .isActive(true) + .usageCount(0) + .createdAt(LocalDateTime.now()) + .lastUsedAt(null) + .createdBy("system") + .sections(Arrays.asList( + createSectionInfo("지난주 성과", "지난주 달성한 성과", 1, true), + createSectionInfo("이번주 계획", "이번주 진행할 계획", 2, true), + createSectionInfo("주요 이슈", "해결이 필요한 이슈", 3, false), + createSectionInfo("다음 액션", "다음 주 액션 아이템", 4, true) + )) + .build()); + + return templates; } - // Helper methods - private TemplateListResponse.TemplateItem convertToTemplateItem(TemplateDTO templateDTO) { - // 섹션 정보 변환 - List sections = templateDTO.getSections().stream() - .map(section -> TemplateListResponse.TemplateSectionInfo.builder() - .title(section.getTitle()) - .description(section.getDescription()) - .orderIndex(section.getOrderIndex()) - .isRequired(section.isRequired()) - .build()) - .collect(Collectors.toList()); - - return TemplateListResponse.TemplateItem.builder() - .templateId(templateDTO.getTemplateId()) - .name(templateDTO.getName()) - .description(templateDTO.getDescription()) - .category(templateDTO.getCategory()) - .isActive(templateDTO.isActive()) - .usageCount(templateDTO.getUsageCount()) - .createdAt(templateDTO.getCreatedAt()) - .lastUsedAt(templateDTO.getLastUsedAt()) - .createdBy(templateDTO.getCreatedBy()) - .sections(sections) - .build(); - } - - private TemplateDetailResponse convertToTemplateDetailResponse(TemplateDTO templateDTO) { - // 섹션 상세 정보 변환 - List sections = templateDTO.getSections().stream() - .map(section -> TemplateDetailResponse.SectionDetail.builder() - .sectionId(section.getSectionId()) - .title(section.getTitle()) - .description(section.getDescription()) - .content(section.getContent()) - .orderIndex(section.getOrderIndex()) - .isRequired(section.isRequired()) - .inputType(section.getInputType()) - .placeholder(section.getPlaceholder()) - .maxLength(section.getMaxLength()) - .isEditable(section.isEditable()) - .build()) - .collect(Collectors.toList()); - - return TemplateDetailResponse.builder() - .templateId(templateDTO.getTemplateId()) - .name(templateDTO.getName()) - .description(templateDTO.getDescription()) - .category(templateDTO.getCategory()) - .isActive(templateDTO.isActive()) - .usageCount(templateDTO.getUsageCount()) - .createdAt(templateDTO.getCreatedAt()) - .lastUsedAt(templateDTO.getLastUsedAt()) - .createdBy(templateDTO.getCreatedBy()) - .sections(sections) + /** + * 템플릿 섹션 정보 생성 헬퍼 메서드 + */ + private TemplateListResponse.TemplateSectionInfo createSectionInfo( + String title, String description, int orderIndex, boolean isRequired) { + return TemplateListResponse.TemplateSectionInfo.builder() + .title(title) + .description(description) + .orderIndex(orderIndex) + .isRequired(isRequired) .build(); } } \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse.java index 3d600b8..80edb9f 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/TemplateListResponse.java @@ -29,6 +29,7 @@ public class TemplateListResponse { private String name; private String description; private String category; + private String icon; // 아이콘 추가 private boolean isActive; private int usageCount; private LocalDateTime createdAt; From 419bab493e0a16b54d8c0ced3c10aeb16023e755 Mon Sep 17 00:00:00 2001 From: cyjadela Date: Fri, 24 Oct 2025 15:30:05 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EB=A1=9D=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EC=84=A0=ED=83=9D=20API=20=EA=B0=9C?= =?UTF-8?q?=EB=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meeting/logs/meeting-service.log | 592 ++++++++++++++++++ .../hgzero/meeting/biz/domain/Meeting.java | 7 + .../biz/service/ApplyTemplateService.java | 44 ++ .../in/meeting/ApplyTemplateUseCase.java | 25 + .../infra/controller/MeetingController.java | 11 +- .../dto/request/SelectTemplateRequest.java | 6 +- 6 files changed, 679 insertions(+), 6 deletions(-) create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/ApplyTemplateService.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/ApplyTemplateUseCase.java diff --git a/meeting/logs/meeting-service.log b/meeting/logs/meeting-service.log index 7121a6d..476bc72 100644 --- a/meeting/logs/meeting-service.log +++ b/meeting/logs/meeting-service.log @@ -3467,3 +3467,595 @@ This generated password is for development use only. Your security configuration 2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 요청 - userId: user-001 2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 성공 - count: 4 2025-10-24 15:16:56 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.TemplateController.getTemplateList 완료 - 실행시간: 1ms +2025-10-24 15:19:50 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 85428 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-24 15:19:50 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-24 15:19:50 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70 ms. Found 5 JPA repository interfaces. +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:19:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. +2025-10-24 15:19:52 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-24 15:19:52 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-24 15:19:52 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-24 15:19:52 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-24 15:19:52 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1248 ms +2025-10-24 15:19:52 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-24 15:19:52 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-24 15:19:52 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@e04b8a0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@a97a895 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5401c6a8 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1ef5cde4 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@359fa722 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@27b7204 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@5895c065 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@683fac7e +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@2051a0ec +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@79631db0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@f837c11 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1aca6dc3 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3731e8b6 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@565efd7d +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@42a97053 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@bc4a9b0 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@33089426 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@129c322f +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@129c322f +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1bbef3c7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1bbef3c7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1bbef3c7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@35995029 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@42474b18 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@42474b18 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@31b91435 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@5d75f90e +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@5d75f90e +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@5d75f90e +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@2212e291 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5af56240 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2314cd97 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@51dbed72 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@51dbed72 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@64e89bb2 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@64e89bb2 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@15fe020d +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@10830d50 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@1e3dc24f +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3ea8ff31 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5ba36c83 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5342032a +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@239d9cb7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@239d9cb7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5a35ae82 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@1ab21633 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@1ab21633 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@59aa1d1c +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@59aa1d1c +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@169d4aba +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@169d4aba +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@612bb755 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6ba226cd +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@62e99458 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@62e99458 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@1eddca25 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@22f057b4 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@581e8969 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@767b9d66 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@687fd6e +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@266a47fd +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@a93c798 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@20a9fb01 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@19fc0ef7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@19fc0ef7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@19fc0ef7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@6d5de79a +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@796642ae +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@16f8df70 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6f0ae0ee +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6f0ae0ee +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@6de9bba2 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2651e783 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@7682bf66 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@4eb73cc8 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6e23ba17 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@47e725af +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@47e725af +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@247dcbba +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@247dcbba +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@535be281 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@535be281 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@20db19ff +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@20db19ff +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@5eef8a16 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5eef8a16 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@1405aa6a +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@18c60d81 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3e89f5bc +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3e89f5bc +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@2fb70301 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@126f2eb8 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@1f1574c +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@16c9e378 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@7d3815f7 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@b87ea8b +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@c79780 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@594c66c3 +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@64e657b0 +2025-10-24 15:19:52 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 15:19:52 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 15:19:52 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@459df48d +2025-10-24 15:19:52 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 15:19:52 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 15:19:52 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@40239b34) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4e553d60) +2025-10-24 15:19:52 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@1c966488) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@45f6181a) +2025-10-24 15:19:52 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 15:19:52 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@14580edc +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@14580edc +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3e89f5bc` +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:19:52 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:19:52 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e664075] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1c571162] +2025-10-24 15:19:53 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 15:19:53 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e664075] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@f4e235e] +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 15:19:53 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 15:19:53 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@f4e235e] for TypeConfiguration +2025-10-24 15:19:53 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 15:19:54 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 15:19:54 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 15:19:54 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_fe3219_1761286794612"} +2025-10-24 15:19:54 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 15:19:54 [main] 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-24 15:19:54 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: fdb02f5f-6a33-45ab-b80e-ce216712d2f8 + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 15:19:54 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 15:19:54 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 15:19:55 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 15:19:55 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 15:19:55 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 15:19:55 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 5.002 seconds (process running for 5.291) +2025-10-24 15:20:02 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 15:20:02 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 15:20:02 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 7 ms +2025-10-24 15:20:02 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 15:20:02 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 15:20:02 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 15:20:02 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 15:20:02 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:20:02 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:20:02 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 15:20:02 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 15:20:02 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:20:02 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:20:02 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 15:20:02 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 15:20:02 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 15:20:02 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 15:20:02 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 15:20:02 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 15:20:02 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@1f68cba5]] +2025-10-24 15:20:02 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 15:20:02 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 15:20:02 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:02 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 15:20:02 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@64d3901f], /v3/api-docs, ko_KR] +2025-10-24 15:20:02 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 489 ms +2025-10-24 15:20:02 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 501ms +2025-10-24 15:20:09 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/templates +2025-10-24 15:20:09 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:09 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/templates +2025-10-24 15:20:09 [http-nio-8082-exec-5] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.TemplateController.getTemplateList 호출 - 파라미터: [user-001, 1] +2025-10-24 15:20:09 [http-nio-8082-exec-5] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 요청 - userId: user-001 +2025-10-24 15:20:09 [http-nio-8082-exec-5] INFO c.u.h.m.i.c.TemplateController - 템플릿 목록 조회 성공 - count: 4 +2025-10-24 15:20:09 [http-nio-8082-exec-5] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.TemplateController.getTemplateList 완료 - 실행시간: 3ms +2025-10-24 15:20:39 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/meetings/meeting-scheduled-1 +2025-10-24 15:20:39 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:20:39 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/meetings/meeting-scheduled-1 +2025-10-24 15:20:39 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.getMeeting 호출 - 파라미터: [meeting-scheduled-1, user-001] +2025-10-24 15:20:39 [http-nio-8082-exec-8] INFO c.u.h.m.i.c.MeetingController - 회의 정보 조회 요청 - meetingId: meeting-scheduled-1 +2025-10-24 15:20:39 [http-nio-8082-exec-8] DEBUG c.u.h.m.biz.service.MeetingService - Getting meeting: meeting-scheduled-1 +2025-10-24 15:20:39 [http-nio-8082-exec-8] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 15:20:39 [http-nio-8082-exec-8] INFO c.u.h.m.i.c.MeetingController - 회의 정보 조회 완료 - meetingId: meeting-scheduled-1 +2025-10-24 15:20:39 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.getMeeting 완료 - 실행시간: 106ms +2025-10-24 15:28:16 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 87217 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-24 15:28:16 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-24 15:28:16 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-24 15:28:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:28:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 68 ms. Found 5 JPA repository interfaces. +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-24 15:28:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. +2025-10-24 15:28:17 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-24 15:28:17 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-24 15:28:17 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-24 15:28:17 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-24 15:28:17 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1159 ms +2025-10-24 15:28:17 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-24 15:28:17 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-24 15:28:18 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@701c482e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@701c482e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@701c482e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4738131e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4738131e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3b576ee3 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3b576ee3 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@705d914f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@705d914f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6212ea52 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6212ea52 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6212ea52 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@65b5b5ed +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@65b5b5ed +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@65b5b5ed +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@6595ffce +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@6595ffce +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@795eddda +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@c6bf8d9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@c6bf8d9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@44392e64 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@e18d2a2 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a77eb6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a77eb6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1a77eb6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@52d9f36b +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@52d9f36b +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@52d9f36b +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f9ebd5a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f9ebd5a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@5f9ebd5a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@175bf9c9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@175bf9c9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@175bf9c9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2db3675a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2db3675a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2db3675a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@306c9b2c +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@306c9b2c +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@1ab28416 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@1ab28416 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@52efb338 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@52efb338 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@52efb338 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@64508788 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@30b1c5d5 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@30b1c5d5 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@3e2d65e1 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@1174676f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@1174676f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@1174676f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@71f8ce0e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4fd92289 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1a8e44fe +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@287317df +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@287317df +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1fcc3461 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1fcc3461 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1987807b +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@71469e01 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@41bbb219 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3f2ae973 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1a8b22b5 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5f781173 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@43cf5bff +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@43cf5bff +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@2b464384 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@2b464384 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@681b42d3 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@681b42d3 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@77f7352a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@77f7352a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@571db8b4 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@65a2755e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2b3242a5 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2b3242a5 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@11120583 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2bf0c70d +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5d8e4fa8 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@649009d6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@649009d6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@652f26da +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@484a5ddd +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@6796a873 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@6796a873 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@3acc3ee +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@3acc3ee +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1f293cb7 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1f293cb7 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1f293cb7 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5972e3a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5972e3a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5972e3a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5790cbcb +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32c6d164 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@645c9f0f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@645c9f0f +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@58068b40 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@58068b40 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@58068b40 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@999cd18 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@dd060be +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@df432ec +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@df432ec +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6144e499 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6144e499 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6144e499 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@26f204a4 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@26f204a4 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@28295554 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@28295554 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@4e671ef +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@4e671ef +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@42403dc6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@42403dc6 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@74a1d60e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@74a1d60e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@16c0be3b +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@219edc05 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1805ca5c +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1805ca5c +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4822ab4d +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@516b84d1 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@608eb42e +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3d2b13b1 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@30eb55c9 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2524d07a +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@309e3f34 +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@554d040d +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3fe24670 +2025-10-24 15:28:18 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-24 15:28:18 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-24 15:28:18 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@45648e75 +2025-10-24 15:28:18 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-24 15:28:18 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-24 15:28:18 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1fc4483f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1d7af82) +2025-10-24 15:28:18 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@5adc71e7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@7fc5a558) +2025-10-24 15:28:18 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-24 15:28:18 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7ce760af +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7ce760af +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1805ca5c` +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:28:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-24 15:28:18 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1b82f62a] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@67e21ea2] +2025-10-24 15:28:18 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-24 15:28:18 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1b82f62a] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4a66949a] +2025-10-24 15:28:18 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-24 15:28:18 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-24 15:28:18 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-24 15:28:19 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-24 15:28:19 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-24 15:28:19 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-24 15:28:19 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4a66949a] for TypeConfiguration +2025-10-24 15:28:19 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-24 15:28:19 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-24 15:28:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 +2025-10-24 15:28:19 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-24 15:28:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-24 15:28:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-24 15:28:19 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-24 15:28:19 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-24 15:28:19 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_5b0dc1_1761287299910"} +2025-10-24 15:28:19 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-24 15:28:20 [main] 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-24 15:28:20 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 320000f8-cd7c-47d1-972e-b4f12ee5c23e + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-24 15:28:20 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-24 15:28:20 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-24 15:28:20 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-24 15:28:20 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-24 15:28:20 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-24 15:28:20 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.453 seconds (process running for 4.639) +2025-10-24 15:28:33 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-24 15:28:33 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-24 15:28:33 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +2025-10-24 15:28:33 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-24 15:28:33 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-24 15:28:33 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-24 15:28:33 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-24 15:28:33 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:28:33 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-24 15:28:33 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-24 15:28:33 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:28:33 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-24 15:28:33 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-24 15:28:33 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-24 15:28:33 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-24 15:28:33 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-24 15:28:33 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-24 15:28:33 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-24 15:28:33 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-24 15:28:33 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@50b1f77c]] +2025-10-24 15:28:33 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-24 15:28:33 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-24 15:28:33 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:33 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-24 15:28:33 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5ad71ca6], /v3/api-docs, ko_KR] +2025-10-24 15:28:34 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 397 ms +2025-10-24 15:28:34 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 408ms +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing PUT /api/meetings/meeting-scheduled-1/template +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured PUT /api/meetings/meeting-scheduled-1/template +2025-10-24 15:28:59 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.applyTemplate 호출 - 파라미터: [meeting-scheduled-1, user-001, 1, 1, com.unicorn.hgzero.meeting.infra.dto.request.SelectTemplateRequest@422b652a] +2025-10-24 15:28:59 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 템플릿 적용 요청 - meetingId: meeting-scheduled-1, templateId: general +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG c.u.h.m.b.s.ApplyTemplateService - 템플릿 적용 시작 - meetingId: meeting-scheduled-1, templateId: general +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - + select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.ended_at, + me1_0.organizer_id, + me1_0.participants, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.meeting_id=? +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG c.u.h.m.b.s.ApplyTemplateService - 템플릿 적용 완료 - meetingId: meeting-scheduled-1, templateId: general +2025-10-24 15:28:59 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - + /* update + for com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */update meetings + set + description=?, + ended_at=?, + organizer_id=?, + participants=?, + scheduled_at=?, + started_at=?, + status=?, + template_id=?, + title=?, + updated_at=? + where + meeting_id=? +2025-10-24 15:28:59 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 템플릿 적용 완료 - meetingId: meeting-scheduled-1, templateId: general +2025-10-24 15:28:59 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.applyTemplate 완료 - 실행시간: 132ms diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java index a6f1625..f42de37 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/Meeting.java @@ -123,4 +123,11 @@ public class Meeting { this.participants.add(participantEmail); } } + + /** + * 템플릿 적용 + */ + public void applyTemplate(String templateId) { + this.templateId = templateId; + } } diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/ApplyTemplateService.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/ApplyTemplateService.java new file mode 100644 index 0000000..2058f39 --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/ApplyTemplateService.java @@ -0,0 +1,44 @@ +package com.unicorn.hgzero.meeting.biz.service; + +import com.unicorn.hgzero.meeting.biz.domain.Meeting; +import com.unicorn.hgzero.meeting.biz.usecase.in.meeting.ApplyTemplateUseCase; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingReader; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingWriter; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +/** + * 회의록 템플릿 적용 서비스 + */ +@Service +@RequiredArgsConstructor +@Slf4j +@Transactional +public class ApplyTemplateService implements ApplyTemplateUseCase { + + private final MeetingReader meetingReader; + private final MeetingWriter meetingWriter; + + @Override + public Meeting applyTemplate(ApplyTemplateCommand command) { + log.debug("템플릿 적용 시작 - meetingId: {}, templateId: {}", + command.meetingId(), command.templateId()); + + // 회의 조회 + Meeting meeting = meetingReader.findById(command.meetingId()) + .orElseThrow(() -> new IllegalArgumentException("회의를 찾을 수 없습니다: " + command.meetingId())); + + // 템플릿 적용 (회의 도메인에서 처리) + meeting.applyTemplate(command.templateId()); + + // 회의 정보 업데이트 + Meeting updatedMeeting = meetingWriter.save(meeting); + + log.debug("템플릿 적용 완료 - meetingId: {}, templateId: {}", + command.meetingId(), command.templateId()); + + return updatedMeeting; + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/ApplyTemplateUseCase.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/ApplyTemplateUseCase.java new file mode 100644 index 0000000..dd09e1c --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/ApplyTemplateUseCase.java @@ -0,0 +1,25 @@ +package com.unicorn.hgzero.meeting.biz.usecase.in.meeting; + +import com.unicorn.hgzero.meeting.biz.domain.Meeting; + +/** + * 회의록 템플릿 적용 UseCase + */ +public interface ApplyTemplateUseCase { + + /** + * 회의에 템플릿을 적용 + * + * @param command 템플릿 적용 명령 + * @return 업데이트된 회의 정보 + */ + Meeting applyTemplate(ApplyTemplateCommand command); + + /** + * 템플릿 적용 명령 + */ + record ApplyTemplateCommand( + String meetingId, + String templateId + ) {} +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java index 8cae38a..6d2e2b7 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java @@ -38,6 +38,7 @@ public class MeetingController { private final GetMeetingUseCase getMeetingUseCase; private final CancelMeetingUseCase cancelMeetingUseCase; private final InviteParticipantUseCase inviteParticipantUseCase; + private final ApplyTemplateUseCase applyTemplateUseCase; /** * 회의 예약 @@ -112,11 +113,17 @@ public class MeetingController { log.info("템플릿 적용 요청 - meetingId: {}, templateId: {}", meetingId, request.getTemplateId()); - var meetingData = getMeetingUseCase.getMeeting(meetingId); + var meetingData = applyTemplateUseCase.applyTemplate( + new ApplyTemplateUseCase.ApplyTemplateCommand( + meetingId, + request.getTemplateId() + ) + ); + var meetingDTO = MeetingDTO.from(meetingData); var response = MeetingResponse.from(meetingDTO); - log.info("템플릿 적용 완료 - meetingId: {}", meetingId); + log.info("템플릿 적용 완료 - meetingId: {}, templateId: {}", meetingId, request.getTemplateId()); return ResponseEntity.ok(ApiResponse.success(response)); } diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/request/SelectTemplateRequest.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/request/SelectTemplateRequest.java index 8fe3b0b..51b858b 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/request/SelectTemplateRequest.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/request/SelectTemplateRequest.java @@ -17,9 +17,7 @@ import jakarta.validation.constraints.NotBlank; public class SelectTemplateRequest { @NotBlank(message = "템플릿 ID는 필수입니다") - @Schema(description = "템플릿 ID", example = "template-001", required = true) + @Schema(description = "템플릿 ID", example = "general", required = true, + allowableValues = {"general", "scrum", "kickoff", "weekly"}) private String templateId; - - @Schema(description = "커스터마이징 옵션", example = "섹션 순서 변경 또는 추가 섹션 포함") - private String customization; } \ No newline at end of file From fca069cf9ceca3bce8b1b3b0f6fca10a2a2f4129 Mon Sep 17 00:00:00 2001 From: cyjadela Date: Mon, 27 Oct 2025 11:14:34 +0900 Subject: [PATCH 4/5] =?UTF-8?q?Chore:=20=ED=9A=8C=EC=9D=98=20=EC=A2=85?= =?UTF-8?q?=EB=A3=8C=20API=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meeting/logs/meeting-service.log | 10823 +--------------- .../logs/meeting-service.log.2025-10-24.0.gz | Bin 0 -> 200823 bytes .../meeting/biz/domain/MeetingAnalysis.java | 122 + .../hgzero/meeting/biz/dto/MeetingEndDTO.java | 45 + .../meeting/biz/service/MeetingService.java | 165 +- .../usecase/in/meeting/EndMeetingUseCase.java | 6 +- .../usecase/out/MeetingAnalysisReader.java | 26 + .../usecase/out/MeetingAnalysisWriter.java | 19 + .../infra/controller/MeetingController.java | 103 +- .../dto/response/MeetingEndResponse.java | 120 + .../infra/gateway/MeetingAnalysisGateway.java | 58 + .../gateway/entity/MeetingAnalysisEntity.java | 84 + .../MeetingAnalysisJpaRepository.java | 24 + 13 files changed, 1226 insertions(+), 10369 deletions(-) create mode 100644 meeting/logs/meeting-service.log.2025-10-24.0.gz create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/domain/MeetingAnalysis.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/dto/MeetingEndDTO.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisReader.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisWriter.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/MeetingEndResponse.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/MeetingAnalysisGateway.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/entity/MeetingAnalysisEntity.java create mode 100644 meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/repository/MeetingAnalysisJpaRepository.java diff --git a/meeting/logs/meeting-service.log b/meeting/logs/meeting-service.log index ca4f701..e9243e7 100644 --- a/meeting/logs/meeting-service.log +++ b/meeting/logs/meeting-service.log @@ -1,10379 +1,506 @@ -2025-10-24 00:03:14 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 90564 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 00:03:14 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-24 00:03:14 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 00:03:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 00:03:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 00:03:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 58 ms. Found 5 JPA repository interfaces. -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 00:03:15 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 00:03:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 00:03:15 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 00:03:15 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-24 00:03:15 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 00:03:15 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 976 ms -2025-10-24 00:03:15 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 00:03:15 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-24 00:03:15 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@44864ebe -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@44864ebe -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@5f803481 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@77f7352a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@77f7352a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@6796a873 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 00:03:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 00:03:15 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 00:03:15 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 00:03:15 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@198c0f1c -2025-10-24 00:03:15 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 00:03:15 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 00:03:15 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2b06f498) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4ddb9a8) -2025-10-24 00:03:15 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@7b24d5e4) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@4c3c31a5) -2025-10-24 00:03:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 00:03:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@301f9aa0 -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@301f9aa0 -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@77f7352a` -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 00:03:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 00:03:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@675bf541] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2aac87ab] -2025-10-24 00:03:16 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 00:03:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@675bf541] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@1f13eabb] -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:02 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 18285 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-27 09:06:02 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-27 09:06:02 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 7 JPA repository interfaces. +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingAnalysisJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.SessionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:06:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 16 ms. Found 0 Redis repository interfaces. +2025-10-27 09:06:03 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-27 09:06:03 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-27 09:06:03 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-27 09:06:03 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-27 09:06:03 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1447 ms +2025-10-27 09:06:04 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-27 09:06:04 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-27 09:06:04 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@191b44ca +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@191b44ca +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@72d0196d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@4cded2cd +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@67c2b55d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@67c2b55d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@67c2b55d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@5db04bd2 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@6f921e32 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@31c5304f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@43df1377 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@43df1377 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1cee3e05 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1cee3e05 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@63f2d024 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@7b2dd35d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@405223e4 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2d2133fd +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@58a7a58d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@4d8522ff +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1c9975a8 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1c9975a8 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@3883031d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@3883031d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5d6d424d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5d6d424d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@391b01c5 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@391b01c5 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@6e78177b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@6e78177b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4ec37a42 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@798b36fd +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@18ff1520 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@18ff1520 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@36120a8b +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@63d66761 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@434a8938 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@237cd264 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@237cd264 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@51cd2d2 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5521407f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@42b500aa +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@42b500aa +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@71f056a +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@71f056a +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@64f6dd19 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@64f6dd19 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@64f6dd19 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3b8b5b40 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3b8b5b40 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3b8b5b40 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5151accb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2e1ad7de +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@7c56c911 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@7c56c911 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@1de6dc80 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@1de6dc80 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@1de6dc80 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@418d1c03 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@395197cb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@7305cfb1 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7305cfb1 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@582c1f8d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@582c1f8d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@582c1f8d +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@71687d8f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@71687d8f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@443253a6 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@443253a6 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@191774d6 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@191774d6 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@21ffc00e +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@21ffc00e +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@134955bb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@134955bb +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@45b08b17 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6723e6b3 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3bf26810 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3bf26810 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@79424f25 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@5fd4e67f +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@3855b27e +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5305f936 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@2b1a1a37 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7d90764a +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@6843fdc4 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@147375b3 +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@6f430ea8 +2025-10-27 09:06:04 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-27 09:06:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-27 09:06:04 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@f996445 +2025-10-27 09:06:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-27 09:06:04 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-27 09:06:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7fe0ca60) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@fdf029a) +2025-10-27 09:06:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@63896cf7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@3f838072) +2025-10-27 09:06:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-27 09:06:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@64f613da +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@64f613da +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3bf26810` +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:06:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:06:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@37b5a51c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4e782401] +2025-10-27 09:06:05 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-27 09:06:05 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@37b5a51c] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@6eac71db] +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - + alter table if exists meeting_analysis + alter column agenda_analyses set data type TEXT +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists meetings alter column description set data type TEXT -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists meetings alter column participants set data type TEXT -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists minutes_sections alter column content set data type TEXT -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists templates alter column description set data type TEXT -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists templates alter column sections set data type TEXT -2025-10-24 00:03:16 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:05 [main] DEBUG org.hibernate.SQL - alter table if exists todos alter column description set data type TEXT -2025-10-24 00:03:16 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@1f13eabb] for TypeConfiguration -2025-10-24 00:03:16 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 00:03:16 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 00:03:17 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Producer 설정 완료 - bootstrapServers: localhost:9092, clientId: meeting-service -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Template 설정 완료 -2025-10-24 00:03:17 [main] 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-24 00:03:17 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - +2025-10-27 09:06:05 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6eac71db] for TypeConfiguration +2025-10-27 09:06:05 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 09:06:05 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-27 09:06:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** +2025-10-27 09:06:06 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-27 09:06:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-27 09:06:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-27 09:06:06 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-27 09:06:06 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-27 09:06:06 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_96e097_1761523566666"} +2025-10-27 09:06:06 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-27 09:06:06 [main] 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-27 09:06:06 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - -Using generated security password: 74abafc6-d080-4038-a8f6-b595784d82db +Using generated security password: 4e1f193e-f589-4ecb-8c0a-73ba73b7d335 This generated password is for development use only. Your security configuration must be updated before running your application in production. -2025-10-24 00:03:17 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 00:03:17 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 00:03:17 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 00:03:17 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7c33252c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d7b38cf, org.springframework.security.web.context.SecurityContextHolderFilter@1d4d1621, org.springframework.security.web.header.HeaderWriterFilter@63e17053, org.springframework.web.filter.CorsFilter@25370af5, org.springframework.security.web.authentication.logout.LogoutFilter@279afa1c, com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter@6407c1b3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2f7aab02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25386a90, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1f8825a, org.springframework.security.web.session.SessionManagementFilter@6ded49c4, org.springframework.security.web.access.ExceptionTranslationFilter@156cfd3b, org.springframework.security.web.access.intercept.AuthorizationFilter@5960fd98] -2025-10-24 00:03:18 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 00:03:18 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 3.78 seconds (process running for 3.932) -2025-10-24 00:03:29 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 00:03:29 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 00:03:29 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 00:03:29 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 00:03:29 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 00:03:29 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 00:03:29 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 00:03:29 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 00:03:29 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 00:03:29 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 00:03:29 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 00:03:29 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 00:03:29 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 00:03:29 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 00:03:29 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 00:03:29 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 00:03:29 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 00:03:29 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@73bdb135]] -2025-10-24 00:03:29 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 00:03:29 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 00:03:29 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 00:03:29 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 00:03:29 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7e9c94d1], /v3/api-docs, ko_KR] -2025-10-24 00:03:29 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 324 ms -2025-10-24 00:03:29 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 333ms -2025-10-24 00:11:49 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=3m32s929ms). -2025-10-24 00:47:35 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=32m46s634ms). -2025-10-24 01:54:02 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h6m27s132ms). -2025-10-24 02:57:48 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h3m45s866ms). -2025-10-24 04:17:30 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h19m41s995ms). -2025-10-24 05:22:45 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h5m15s84ms). -2025-10-24 06:26:19 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1h3m33s740ms). -2025-10-24 07:25:30 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=59m10s761ms). -2025-10-24 07:59:13 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=33m43s157ms). -2025-10-24 08:15:17 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=16m4s93ms). -2025-10-24 08:30:56 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=15m38s674ms). -2025-10-24 08:39:33 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=8m37s56ms). -2025-10-24 08:55:17 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 08:55:17 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@1f13eabb] for TypeConfiguration -2025-10-24 08:55:17 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@18773ecb] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@1f13eabb] -2025-10-24 08:55:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 08:55:17 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 09:48:24 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 93979 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 09:48:24 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 09:48:24 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 09:48:24 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.unicorn.hgzero.meeting.MeetingApplication] -2025-10-24 09:48:24 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.unicorn.hgzero.meeting.MeetingApplication] - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:179) - at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:417) - at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:290) - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:349) - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:118) - at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:789) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:607) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'jwtTokenProvider' for bean class [com.unicorn.hgzero.common.security.JwtTokenProvider] conflicts with existing, non-compatible bean definition of same name and class [com.unicorn.hgzero.meeting.infra.config.jwt.JwtTokenProvider] - at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:361) - at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:288) - at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:128) - at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:306) - at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:246) - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:197) - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:165) - ... 13 common frames omitted -2025-10-24 09:52:41 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 94433 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 09:52:41 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 09:52:41 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 09:52:41 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 09:52:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 09:52:42 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 09:52:42 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 09:52:42 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 09:52:42 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1082 ms -2025-10-24 09:52:42 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 09:52:42 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 09:52:42 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1f293cb7 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1f293cb7 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@28295554 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 09:52:42 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 09:52:42 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 09:52:42 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 09:52:43 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5ac53209 -2025-10-24 09:52:43 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 09:52:43 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 09:52:43 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@602b7944) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5f8d4b51) -2025-10-24 09:52:43 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@55821edf) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@5e5a2b74) -2025-10-24 09:52:43 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 09:52:43 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@d17d554 -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@d17d554 -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1f293cb7` -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:52:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:52:43 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@20a116a0] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6dbdeb69] -2025-10-24 09:52:43 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 09:52:43 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@20a116a0] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@2fb9695a] -2025-10-24 09:52:43 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:06:06 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-27 09:06:07 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-27 09:06:07 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-27 09:06:07 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-27 09:06:07 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-27 09:06:07 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 5.572 seconds (process running for 5.823) +2025-10-27 09:06:31 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-27 09:06:31 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-27 09:06:31 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 4 ms +2025-10-27 09:06:31 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-27 09:06:31 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-27 09:06:31 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-27 09:06:31 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-27 09:06:31 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-27 09:06:31 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-27 09:06:31 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-27 09:06:31 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-27 09:06:31 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-27 09:06:31 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-27 09:06:31 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-27 09:06:31 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-27 09:06:31 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-27 09:06:31 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-27 09:06:31 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5c664f95]] +2025-10-27 09:06:31 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms +2025-10-27 09:06:31 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-27 09:06:31 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 09:06:31 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-27 09:06:31 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@478ca731], /v3/api-docs, ko_KR] +2025-10-27 09:06:32 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 426 ms +2025-10-27 09:06:32 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 437ms +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_96e097_1761523566666","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 09:07:00 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@6eac71db] for TypeConfiguration +2025-10-27 09:07:00 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7746b250] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@6eac71db] +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +2025-10-27 09:07:00 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +2025-10-27 09:11:31 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 19482 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-27 09:11:31 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-27 09:11:31 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 7 JPA repository interfaces. +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingAnalysisJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.SessionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 09:11:32 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 15 ms. Found 0 Redis repository interfaces. +2025-10-27 09:11:33 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-27 09:11:33 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-27 09:11:33 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-27 09:11:33 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-27 09:11:33 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1203 ms +2025-10-27 09:11:33 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-27 09:11:33 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-27 09:11:33 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1f12d5e0 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1f12d5e0 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6604f246 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@c1386b4 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@c1386b4 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@53d9af1 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@c89e263 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4d5ea776 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4d5ea776 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@4d5ea776 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5d68be4f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5d68be4f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5d68be4f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@57ed02e6 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@57ed02e6 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@39004e4f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@39004e4f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@6a6a2fdd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@552ffa44 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@552ffa44 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6e66b498 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@6f7c9755 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@45abbd24 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1e32037d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5059d398 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5059d398 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5b1420f9 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5b1420f9 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@434ee422 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4de93edd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@191b44ca +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@72d0196d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@4cded2cd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@4cded2cd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@67c2b55d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@5db04bd2 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6f921e32 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6f921e32 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@31c5304f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@31c5304f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@31c5304f +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@43df1377 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1cee3e05 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@63f2d024 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@63f2d024 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@7b2dd35d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@7b2dd35d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@7b2dd35d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@405223e4 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@405223e4 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2d2133fd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2d2133fd +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@58a7a58d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@58a7a58d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4d8522ff +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4d8522ff +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@1c9975a8 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@1c9975a8 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3883031d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@5d6d424d +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@6abb44cb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6abb44cb +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1324e70a +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3cc6f036 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@7b0525a8 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@4f2d8175 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@44618fe6 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2b15ba1a +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@796fe2b5 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@5a6af2c4 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@123c48d0 +2025-10-27 09:11:33 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-27 09:11:33 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-27 09:11:33 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4a3383dc +2025-10-27 09:11:33 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-27 09:11:33 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-27 09:11:33 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@17d0d3d7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@39fc17be) +2025-10-27 09:11:33 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@106edde4) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@4d9cf71d) +2025-10-27 09:11:33 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-27 09:11:33 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@6a8bcb64 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6a8bcb64 +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@6abb44cb` +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:11:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 09:11:33 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@56adbb07] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7be6dabb] +2025-10-27 09:11:34 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-27 09:11:34 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@56adbb07] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@556a5e70] +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - + alter table if exists meeting_analysis + alter column agenda_analyses set data type TEXT +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists meetings alter column description set data type TEXT -2025-10-24 09:52:43 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 09:52:44 [main] DEBUG org.hibernate.SQL - + add column participants TEXT +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists minutes_sections alter column content set data type TEXT -2025-10-24 09:52:44 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists templates alter column description set data type TEXT -2025-10-24 09:52:44 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists templates alter column sections set data type TEXT -2025-10-24 09:52:44 [main] DEBUG org.hibernate.SQL - +2025-10-27 09:11:34 [main] DEBUG org.hibernate.SQL - alter table if exists todos alter column description set data type TEXT -2025-10-24 09:52:44 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2fb9695a] for TypeConfiguration -2025-10-24 09:52:44 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 09:52:44 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 09:52:44 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 09:52:44 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 09:52:45 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 09:52:45 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 09:52:45 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Producer 설정 완료 - bootstrapServers: localhost:9092, clientId: meeting-service -2025-10-24 09:52:45 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Template 설정 완료 -2025-10-24 09:52:45 [main] 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-24 09:52:45 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - +2025-10-27 09:11:34 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@556a5e70] for TypeConfiguration +2025-10-27 09:11:34 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 09:11:34 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** +2025-10-27 09:11:35 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-27 09:11:35 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_7b72a3_1761523895479"} +2025-10-27 09:11:35 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-27 09:11:35 [main] 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-27 09:11:35 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - -Using generated security password: 6a508fa4-1e2b-4962-9e95-4376005b678f +Using generated security password: 87719aa4-b060-46e5-a2d4-53aa60ef6273 This generated password is for development use only. Your security configuration must be updated before running your application in production. -2025-10-24 09:52:45 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 09:52:45 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 09:52:45 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 09:52:45 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 09:52:45 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 09:52:45 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.905 seconds (process running for 5.065) -2025-10-24 09:53:46 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 09:53:46 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 09:53:46 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 09:53:46 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 09:53:46 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 09:53:46 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 09:53:46 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 09:53:46 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 09:53:46 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 09:53:46 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 09:53:46 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 09:53:46 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 09:53:46 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 09:53:46 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 09:53:46 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 09:53:46 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 09:53:46 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 09:53:46 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@611897cb]] -2025-10-24 09:53:46 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 09:53:46 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 09:53:46 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:53:46 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 09:53:46 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5922449e], /v3/api-docs, ko_KR] -2025-10-24 09:53:46 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 328 ms -2025-10-24 09:53:46 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 338ms -2025-10-24 10:00:07 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:00:07 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@2fb9695a] for TypeConfiguration -2025-10-24 10:00:07 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@14ad15a1] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@2fb9695a] -2025-10-24 10:00:07 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 10:00:07 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 10:00:12 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 94758 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 10:00:12 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 10:00:12 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 10:00:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:00:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 58 ms. Found 5 JPA repository interfaces. -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:00:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 10:00:13 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 10:00:13 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 10:00:13 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 10:00:13 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 10:00:13 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 951 ms -2025-10-24 10:00:13 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 10:00:13 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 10:00:13 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@62f37bfd -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@62f37bfd -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@5b715ea -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 10:00:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 10:00:13 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 10:00:13 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 10:00:14 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1e18876d -2025-10-24 10:00:14 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 10:00:14 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 10:00:14 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5036a286) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@73818435) -2025-10-24 10:00:14 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2fce8243) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@52fe87e0) -2025-10-24 10:00:14 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 10:00:14 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@28fef9a2 -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@28fef9a2 -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@62f37bfd` -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:00:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:00:14 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@761b9314] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@20e9c165] -2025-10-24 10:00:14 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 10:00:14 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@761b9314] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5444c63f] -2025-10-24 10:00:14 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 10:00:15 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 10:00:15 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 10:00:15 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 10:00:15 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 10:00:15 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 10:00:15 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5444c63f] for TypeConfiguration -2025-10-24 10:00:15 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:00:15 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 10:00:15 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 10:00:15 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 10:00:16 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 10:00:16 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 10:00:16 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Producer 설정 완료 - bootstrapServers: localhost:9092, clientId: meeting-service -2025-10-24 10:00:16 [main] INFO c.u.h.m.infra.config.EventHubConfig - Kafka Template 설정 완료 -2025-10-24 10:00:16 [main] 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-24 10:00:16 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 7fd18d94-db3e-4522-bcbc-ee16b855cde3 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 10:00:16 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 10:00:16 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 10:00:16 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 10:00:16 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 10:00:16 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 10:00:16 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.435 seconds (process running for 4.568) -2025-10-24 10:00:22 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:00:22 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5444c63f] for TypeConfiguration -2025-10-24 10:00:22 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@6d1e60ad] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5444c63f] -2025-10-24 10:00:22 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 10:00:22 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 10:34:45 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 96972 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 10:34:45 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 10:34:45 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 57 ms. Found 5 JPA repository interfaces. -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:34:46 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 10:34:46 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 10:34:46 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 10:34:46 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 10:34:46 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 10:34:46 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 962 ms -2025-10-24 10:34:46 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 10:34:46 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 10:34:46 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1c79d093 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1c79d093 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@7a587e84 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 10:34:46 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 10:34:47 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 10:34:47 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 10:34:47 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@244f356 -2025-10-24 10:34:47 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 10:34:47 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 10:34:47 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2cd2c764) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@d17d554) -2025-10-24 10:34:47 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@1f1c7fde) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2b409174) -2025-10-24 10:34:47 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 10:34:47 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@571c7572 -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@571c7572 -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1c79d093` -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:34:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:34:47 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@28100232] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@26728255] -2025-10-24 10:34:48 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 10:34:48 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@28100232] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4c9235c0] -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 10:34:48 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 10:34:48 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4c9235c0] for TypeConfiguration -2025-10-24 10:34:48 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:34:48 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 10:34:49 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 10:34:49 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_f60409_1761269689442"} -2025-10-24 10:34:49 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:34:49 [main] 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-24 10:34:49 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 7caeb7e6-784c-4408-aecd-e7bec17a7d2d - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 10:34:49 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 10:34:49 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 10:34:49 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 10:34:49 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 10:34:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 10:34:50 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.678 seconds (process running for 4.839) -2025-10-24 10:34:56 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 10:34:56 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 10:34:56 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 10:34:56 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 10:34:56 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 10:34:56 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 10:34:56 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 10:34:56 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 10:34:56 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 10:34:56 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 10:34:56 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 10:34:56 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 10:34:56 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 10:34:56 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 10:34:56 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 10:34:56 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 10:34:56 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 10:34:56 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5b7947ec]] -2025-10-24 10:34:56 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 10:34:56 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 10:34:56 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 10:34:56 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 10:34:56 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@7089f4a5], /v3/api-docs, ko_KR] -2025-10-24 10:34:57 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 340 ms -2025-10-24 10:34:57 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 349ms -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_f60409_1761269689442","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:36:59 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@4c9235c0] for TypeConfiguration -2025-10-24 10:36:59 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@5b95d4f0] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@4c9235c0] -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 10:36:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 10:42:49 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 97269 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 10:42:49 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 10:42:49 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56 ms. Found 5 JPA repository interfaces. -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 10:42:50 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 10:42:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 10:42:50 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 10:42:50 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 10:42:50 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 10:42:50 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 958 ms -2025-10-24 10:42:50 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 10:42:50 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 10:42:50 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@54caeadc -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@54caeadc -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@6b2f7527 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 10:42:50 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 10:42:50 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 10:42:51 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 10:42:51 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@bd09a26 -2025-10-24 10:42:51 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 10:42:51 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 10:42:51 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1f1c7fde) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2b409174) -2025-10-24 10:42:51 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@11939a9f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@229d508c) -2025-10-24 10:42:51 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 10:42:51 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@15a0f9 -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@15a0f9 -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@54caeadc` -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:42:51 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 10:42:51 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@32c8d67] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@281963c] -2025-10-24 10:42:52 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 10:42:52 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@32c8d67] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@23acd55e] -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 10:42:52 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 10:42:52 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@23acd55e] for TypeConfiguration -2025-10-24 10:42:52 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:42:52 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 10:42:53 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 10:42:53 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_ef47c4_1761270173311"} -2025-10-24 10:42:53 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:42:53 [main] 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-24 10:42:53 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: ef41055d-20dc-44ff-95af-36858d4d9159 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 10:42:53 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 10:42:53 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 10:42:53 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 10:42:53 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 10:42:54 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 10:42:54 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.564 seconds (process running for 4.707) -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_ef47c4_1761270173311","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 10:43:01 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@23acd55e] for TypeConfiguration -2025-10-24 10:43:01 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@50be7196] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@23acd55e] -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 10:43:01 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 11:25:29 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 1424 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 11:25:29 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 11:25:29 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 64 ms. Found 5 JPA repository interfaces. -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:25:30 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 11:25:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 11:25:30 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 11:25:30 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 11:25:30 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 11:25:30 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1031 ms -2025-10-24 11:25:30 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 11:25:30 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 11:25:30 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@7a47f0be -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7a47f0be -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@7e1fb22c -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@647af13d -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@2aac6fa7 -2025-10-24 11:25:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@29a1ec65 -2025-10-24 11:25:31 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 11:25:31 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 11:25:31 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@b386a17 -2025-10-24 11:25:31 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 11:25:31 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 11:25:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@10e4cc6) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5d515e2c) -2025-10-24 11:25:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@53b8a0f7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@4d3a7f83) -2025-10-24 11:25:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 11:25:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@48126a17 -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@48126a17 -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@7a47f0be` -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:25:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:25:31 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@acea29e] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@772bc4c9] -2025-10-24 11:25:32 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 11:25:32 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@acea29e] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@6792aa3e] -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 11:25:34 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 11:25:34 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6792aa3e] for TypeConfiguration -2025-10-24 11:25:34 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 11:25:34 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 11:25:35 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 11:25:35 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_8b96de_1761272735288"} -2025-10-24 11:25:35 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 11:25:35 [main] 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-24 11:25:35 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: a61cc603-e4df-4f0b-8ddb-03ec260d633e - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 11:25:35 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 11:25:35 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 11:25:35 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 11:25:35 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 11:25:36 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 11:25:36 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 6.631 seconds (process running for 6.779) -2025-10-24 11:25:50 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 11:25:50 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 11:25:50 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 11:25:50 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 11:25:50 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 11:25:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 11:25:50 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 11:25:50 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 11:25:50 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 11:25:50 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 11:25:50 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 11:25:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 11:25:50 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 11:25:50 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 11:25:50 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 11:25:50 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 11:25:50 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 11:25:50 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3fa7f335]] -2025-10-24 11:25:50 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 11:25:50 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 11:25:50 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:25:50 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 11:25:50 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@4621225c], /v3/api-docs, ko_KR] -2025-10-24 11:25:50 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 333 ms -2025-10-24 11:25:50 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 342ms -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/meetings -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /error -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:28:13 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 11:31:27 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.Http403ForbiddenEntryPoint - Pre-authenticated entry point called. Rejecting access -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_8b96de_1761272735288","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 11:33:19 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@6792aa3e] for TypeConfiguration -2025-10-24 11:33:19 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@269ffda8] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@6792aa3e] -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 11:33:19 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 11:33:56 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 4684 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 11:33:56 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 11:33:56 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 11:33:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. -2025-10-24 11:33:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 11:33:57 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 11:33:57 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 11:33:57 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 11:33:57 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1034 ms -2025-10-24 11:33:57 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 11:33:57 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 11:33:57 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3991fe6d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3991fe6d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@73316a0a -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 11:33:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 11:33:57 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 11:33:57 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 11:33:58 [main] WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: 08004 -2025-10-24 11:33:58 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - The server requested SCRAM-based authentication, but no password was provided. -2025-10-24 11:33:58 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -org.hibernate.exception.JDBCConnectionException: unable to obtain isolated JDBC connection [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:100) - at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94) - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:292) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:124) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:78) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:238) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:215) - at org.hibernate.boot.model.relational.Database.(Database.java:45) - at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.getDatabase(InFlightMetadataCollectorImpl.java:221) - at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:189) - at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:171) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1431) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1502) - at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:390) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:366) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1802) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:954) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.postgresql.util.PSQLException: The server requested SCRAM-based authentication, but no password was provided. - at org.postgresql.core.v3.ConnectionFactoryImpl.lambda$doAuthentication$5(ConnectionFactoryImpl.java:854) - at org.postgresql.core.v3.AuthenticationPluginManager.withPassword(AuthenticationPluginManager.java:82) - at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:851) - at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:213) - at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:268) - at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) - at org.postgresql.jdbc.PgConnection.(PgConnection.java:273) - at org.postgresql.Driver.makeConnection(Driver.java:446) - at org.postgresql.Driver.connect(Driver.java:298) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:137) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:360) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:461) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:550) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:98) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:111) - at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:439) - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:61) - ... 35 common frames omitted -2025-10-24 11:33:58 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 11:33:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@697b48e4) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@137d04d8) -2025-10-24 11:33:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@25b8f9d2) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2979c6ef) -2025-10-24 11:33:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 11:33:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@21bd6fd1 -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@21bd6fd1 -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3991fe6d` -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:33:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 11:33:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2f4fc18] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7187078a] -2025-10-24 11:33:59 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 11:33:59 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2f4fc18] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@441d3ddf] -2025-10-24 11:33:59 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 11:34:00 [main] WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: 08004 -2025-10-24 11:34:00 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - The server requested SCRAM-based authentication, but no password was provided. -2025-10-24 11:34:00 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@441d3ddf] for TypeConfiguration -2025-10-24 11:34:00 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@6810465] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@441d3ddf] -2025-10-24 11:34:00 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] -2025-10-24 11:34:00 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] -2025-10-24 11:34:00 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 11:34:00 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 11:34:00 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1806) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:954) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: jakarta.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:421) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:366) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1802) - ... 15 common frames omitted -Caused by: org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:100) - at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:74) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:39) - at org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl.getJdbcConnection(ImprovedExtractionContextImpl.java:63) - at org.hibernate.tool.schema.extract.spi.ExtractionContext.getQueryResults(ExtractionContext.java:43) - at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl.extractMetadata(SequenceInformationExtractorLegacyImpl.java:39) - at org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl.initializeSequences(DatabaseInformationImpl.java:66) - at org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl.(DatabaseInformationImpl.java:60) - at org.hibernate.tool.schema.internal.Helper.buildDatabaseInformation(Helper.java:185) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:100) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:280) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:144) - at java.base/java.util.HashMap.forEach(HashMap.java:1429) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:141) - at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:37) - at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:35) - at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:322) - at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:457) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1506) - at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:390) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) - ... 19 common frames omitted -Caused by: org.postgresql.util.PSQLException: The server requested SCRAM-based authentication, but no password was provided. - at org.postgresql.core.v3.ConnectionFactoryImpl.lambda$doAuthentication$5(ConnectionFactoryImpl.java:854) - at org.postgresql.core.v3.AuthenticationPluginManager.withPassword(AuthenticationPluginManager.java:82) - at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:851) - at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:213) - at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:268) - at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) - at org.postgresql.jdbc.PgConnection.(PgConnection.java:273) - at org.postgresql.Driver.makeConnection(Driver.java:446) - at org.postgresql.Driver.connect(Driver.java:298) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:137) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:360) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:461) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:550) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:98) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:111) - at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:439) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:46) - ... 39 common frames omitted -2025-10-24 13:13:12 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 40218 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:13:12 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:13:12 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 62 ms. Found 5 JPA repository interfaces. -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:13:13 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 13:13:13 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:13:13 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:13:13 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:13:13 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:13:13 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 989 ms -2025-10-24 13:13:13 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:13:13 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:13:13 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3fe24670 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3fe24670 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@7f64bd7 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:13:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 13:13:13 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:13:14 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:13:14 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@d28a235 -2025-10-24 13:13:14 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:13:14 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:13:14 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4b8cde43) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@34c6b52e) -2025-10-24 13:13:14 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@6f7c4e0) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@25e203e6) -2025-10-24 13:13:14 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:13:14 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@446981a4 -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@446981a4 -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3fe24670` -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:13:14 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:13:14 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@f472245] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@110318a7] -2025-10-24 13:13:14 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:13:14 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@f472245] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@303a484e] -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:13:15 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:13:15 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@303a484e] for TypeConfiguration -2025-10-24 13:13:15 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:13:15 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:13:16 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:13:16 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_feff8a_1761279196258"} -2025-10-24 13:13:16 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:13:16 [main] 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-24 13:13:16 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 4b388425-722e-4cec-bffd-f3340fc31b49 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:13:16 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:13:16 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:13:16 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:13:16 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:13:17 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:13:17 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.543 seconds (process running for 4.694) -2025-10-24 13:15:18 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:15:18 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:15:18 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms -2025-10-24 13:15:18 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 13:15:18 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 13:15:18 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 13:15:18 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 13:15:18 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:15:18 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:15:18 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 13:15:18 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 13:15:18 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:15:18 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 13:15:18 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:15:18 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 13:15:18 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 13:15:18 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 13:15:18 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@1ed6bea6]] -2025-10-24 13:15:18 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 13:15:18 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 13:15:18 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:15:18 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 13:15:18 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@9a67fbb], /v3/api-docs, ko_KR] -2025-10-24 13:15:18 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 343 ms -2025-10-24 13:15:18 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 352ms -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_feff8a_1761279196258","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:18:37 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@303a484e] for TypeConfiguration -2025-10-24 13:18:37 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3d165d7c] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@303a484e] -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:18:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:18:42 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 42239 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:18:42 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:18:42 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56 ms. Found 5 JPA repository interfaces. -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:18:42 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 13:18:43 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:18:43 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:18:43 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:18:43 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:18:43 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 976 ms -2025-10-24 13:18:43 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:18:43 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:18:43 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@7d6019d5 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7d6019d5 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@746fd19b -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 13:18:43 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 13:18:43 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:18:43 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:18:44 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4fc2933e -2025-10-24 13:18:44 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:18:44 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:18:44 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6f7c4e0) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@25e203e6) -2025-10-24 13:18:44 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@8b1bfdf) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@95f1422) -2025-10-24 13:18:44 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:18:44 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@9ae0794 -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@9ae0794 -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@7d6019d5` -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:18:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:18:44 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@42ac309] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4b4228cf] -2025-10-24 13:18:44 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:18:44 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@42ac309] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@65e4eba5] -2025-10-24 13:18:44 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:18:44 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:18:44 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:18:44 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:18:45 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:18:45 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:18:45 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@65e4eba5] for TypeConfiguration -2025-10-24 13:18:45 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:18:45 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:18:45 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:18:45 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:18:46 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:18:46 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:18:46 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:18:46 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:18:46 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_ea01e9_1761279526088"} -2025-10-24 13:18:46 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:18:46 [main] 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-24 13:18:46 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: a23e7d9d-8150-4533-a34b-4b2070657655 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:18:46 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:18:46 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:18:46 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:18:46 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:18:46 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:18:46 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.72 seconds (process running for 4.884) -2025-10-24 13:19:40 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:19:40 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:19:40 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 13:19:40 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:19:40 [http-nio-8082-exec-1] DEBUG o.s.s.w.f.HttpStatusRequestRejectedHandler - Rejecting request due to: The request was rejected because the header: "X-User-Name " has a value "정도현" that is not allowed. -org.springframework.security.web.firewall.RequestRejectedException: The request was rejected because the header: "X-User-Name " has a value "정도현" that is not allowed. - at org.springframework.security.web.firewall.StrictHttpFirewall$StrictFirewalledRequest.validateAllowedHeaderValue(StrictHttpFirewall.java:837) - at org.springframework.security.web.firewall.StrictHttpFirewall$StrictFirewalledRequest.getHeader(StrictHttpFirewall.java:720) - at jakarta.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWrapper.java:82) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:37) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -2025-10-24 13:19:40 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 13:19:40 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:19:40 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_ea01e9_1761279526088","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:21:04 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@65e4eba5] for TypeConfiguration -2025-10-24 13:21:04 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@46263c06] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@65e4eba5] -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:21:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:24:14 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 44564 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:24:14 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:24:14 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 64 ms. Found 5 JPA repository interfaces. -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:24:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 13:24:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:24:15 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:24:15 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:24:15 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:24:15 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1001 ms -2025-10-24 13:24:15 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:24:15 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:24:15 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@40b01718 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@40b01718 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@54caeadc -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 13:24:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 13:24:15 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:24:15 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:24:16 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3c9c91e3 -2025-10-24 13:24:16 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:24:16 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:24:16 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@25e203e6) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@8b1bfdf) -2025-10-24 13:24:16 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@95f1422) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@31b7112d) -2025-10-24 13:24:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:24:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@60e5eed0 -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@60e5eed0 -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@40b01718` -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:24:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:24:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4b4228cf] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7d216ee8] -2025-10-24 13:24:16 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:24:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4b4228cf] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@77eb76f] -2025-10-24 13:24:16 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:24:16 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:24:16 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:24:17 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:24:17 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:24:17 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:24:17 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@77eb76f] for TypeConfiguration -2025-10-24 13:24:17 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:24:17 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:24:17 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:24:17 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:24:18 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:24:18 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:24:18 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:24:18 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:24:18 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_014200_1761279858147"} -2025-10-24 13:24:18 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:24:18 [main] 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-24 13:24:18 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: b08ebefb-5d79-42e8-a2a9-68e6043bc932 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:24:18 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:24:18 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:24:18 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:24:18 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:24:18 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:24:18 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.753 seconds (process running for 4.9) -2025-10-24 13:24:28 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:24:28 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:24:28 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 13:24:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 13:24:28 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 13:24:28 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 13:24:28 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 13:24:28 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:24:28 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 13:24:28 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:24:28 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:24:28 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 13:24:28 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 13:24:28 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 13:24:28 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:24:28 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 13:24:28 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 13:24:28 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@34a08cd0]] -2025-10-24 13:24:28 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 13:24:28 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 13:24:28 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:24:28 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 13:24:28 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3ab1ca68], /v3/api-docs, ko_KR] -2025-10-24 13:24:29 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 316 ms -2025-10-24 13:24:29 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 326ms -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_014200_1761279858147","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:27:53 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@77eb76f] for TypeConfiguration -2025-10-24 13:27:53 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@4975069] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@77eb76f] -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:27:53 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:30:17 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 47239 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:30:17 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:30:17 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:30:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:30:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:30:17 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 63 ms. Found 5 JPA repository interfaces. -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:30:18 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 13:30:18 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:30:18 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:30:18 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:30:18 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:30:18 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1060 ms -2025-10-24 13:30:18 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:30:18 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:30:18 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@61d6c8c4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@61d6c8c4 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4040ccae -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@15bb8ed5 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 13:30:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 13:30:18 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:30:19 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:30:19 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@556843a5 -2025-10-24 13:30:19 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:30:19 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:30:19 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@368d51ca) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2a349a73) -2025-10-24 13:30:19 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2ad6895a) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@10e4cc6) -2025-10-24 13:30:19 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:30:19 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7a75183d -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7a75183d -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@61d6c8c4` -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:30:19 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:30:19 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@42a7e7e1] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@e2d9923] -2025-10-24 13:30:19 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:30:19 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@42a7e7e1] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@46c7c593] -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:30:20 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:30:20 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@46c7c593] for TypeConfiguration -2025-10-24 13:30:20 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:30:21 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:30:21 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:30:21 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_c82e76_1761280221546"} -2025-10-24 13:30:21 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:30:21 [main] 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-24 13:30:21 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: fed6cde3-038e-41b8-afa0-3844106872dc - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:30:21 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:30:21 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:30:21 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:30:21 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:30:22 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:30:22 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.99 seconds (process running for 5.137) -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 13:30:51 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:30:51 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 정도현 (user-005) -2025-10-24 13:30:51 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, 정도현, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@223f391d] -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 13:30:51 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.ended_at, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 84ab9fa5-f3f9-43af-8462-1dc60e62a84e -2025-10-24 13:30:51 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, ended_at, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 84ab9fa5-f3f9-43af-8462-1dc60e62a84e -2025-10-24 13:30:51 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 285ms -2025-10-24 13:34:39 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:34:39 [http-nio-8082-exec-3] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 정도현 (user-005) -2025-10-24 13:34:39 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, 정도현, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@1463b623] -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 13:34:39 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.ended_at, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: ba65188b-7268-4d4b-abbb-b0b32a061501 -2025-10-24 13:34:39 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, ended_at, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: ba65188b-7268-4d4b-abbb-b0b32a061501 -2025-10-24 13:34:39 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 248ms -2025-10-24 13:35:56 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 49778 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:35:56 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:35:56 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56 ms. Found 5 JPA repository interfaces. -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:35:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 13:35:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:35:57 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:35:57 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:35:57 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:35:57 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 955 ms -2025-10-24 13:35:57 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:35:57 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:35:57 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@554d040d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@554d040d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@338270ea -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:35:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:35:57 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:35:57 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:35:58 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1add3e03 -2025-10-24 13:35:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:35:58 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:35:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7efba9b9) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4b8cde43) -2025-10-24 13:35:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@34c6b52e) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6f7c4e0) -2025-10-24 13:35:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:35:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7533923b -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7533923b -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@554d040d` -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:35:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:35:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7607340f] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@f472245] -2025-10-24 13:35:58 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:35:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7607340f] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - add column end_time timestamp(6) -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - add column location varchar(200) -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:35:59 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:35:59 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 13:35:59 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:35:59 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:36:00 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:36:00 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_bd3705_1761280560433"} -2025-10-24 13:36:00 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:36:00 [main] 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-24 13:36:00 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 36513d47-a50b-4d73-bc56-02ea3792895d - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:36:00 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:36:00 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:36:00 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:36:00 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:36:01 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' -2025-10-24 13:36:01 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:36:01 [main] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_bd3705_1761280560433","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:36:01 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:36:01 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:36:01 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 13:36:01 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3de8af4d] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 13:36:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:36:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:36:01 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 13:36:01 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Web server failed to start. Port 8082 was already in use. - -Action: - -Identify and stop the process that's listening on port 8082 or configure this application to listen on another port. - -2025-10-24 13:36:32 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:36:32 [http-nio-8082-exec-4] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 정도현 (user-005) -2025-10-24 13:36:32 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, 정도현, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@725c9a6f] -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: 최종 테스트 회의 -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: 최종 테스트 회의 -2025-10-24 13:36:32 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.ended_at, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 32cb8f79-d397-4eab-9cab-677464b05090 -2025-10-24 13:36:32 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, ended_at, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 32cb8f79-d397-4eab-9cab-677464b05090 -2025-10-24 13:36:32 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 194ms -2025-10-24 13:37:14 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 50382 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:37:14 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:37:14 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 54 ms. Found 5 JPA repository interfaces. -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:37:14 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. -2025-10-24 13:37:15 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:37:15 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:37:15 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:37:15 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:37:15 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 951 ms -2025-10-24 13:37:15 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:37:15 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:37:15 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@663622b1 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@663622b1 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@33f81280 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 13:37:15 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 13:37:15 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:37:15 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:37:16 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2f2d8770 -2025-10-24 13:37:16 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:37:16 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:37:16 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@95f1422) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@31b7112d) -2025-10-24 13:37:16 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@47fc9ce) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@1b5d1d9) -2025-10-24 13:37:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:37:16 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@77ad2767 -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@77ad2767 -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@663622b1` -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:37:16 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:37:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@74ee97cb] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@268e30d4] -2025-10-24 13:37:16 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:37:16 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@74ee97cb] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5b784f16] -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:37:17 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:37:17 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5b784f16] for TypeConfiguration -2025-10-24 13:37:17 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:37:17 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:37:18 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:37:18 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_4a86ee_1761280638270"} -2025-10-24 13:37:18 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:37:18 [main] 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-24 13:37:18 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 8ab8fef9-1b93-4152-9980-d5a23766c359 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:37:18 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:37:18 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:37:18 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:37:18 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:37:19 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:37:19 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.956 seconds (process running for 5.115) -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 13:37:50 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:37:50 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 정도현 (user-005) -2025-10-24 13:37:50 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, 정도현, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@48e5d39e] -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: 최종 테스트 회의 v2 -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: 최종 테스트 회의 v2 -2025-10-24 13:37:50 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: bb706eed-a884-42b3-a79e-5d006fd9cb95 -2025-10-24 13:37:50 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: bb706eed-a884-42b3-a79e-5d006fd9cb95 -2025-10-24 13:37:50 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 296ms -2025-10-24 13:38:13 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:38:13 [http-nio-8082-exec-3] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 정도현 (user-005) -2025-10-24 13:38:13 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, 정도현, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@691abf49] -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: 최종 성공 테스트 -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: 최종 성공 테스트 -2025-10-24 13:38:13 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: d7e457a6-ca43-428b-a8fb-3b9c92e388a4 -2025-10-24 13:38:13 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: d7e457a6-ca43-428b-a8fb-3b9c92e388a4 -2025-10-24 13:38:13 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 184ms -2025-10-24 13:39:53 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 51414 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:39:53 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:39:53 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:39:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:39:53 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 52 ms. Found 5 JPA repository interfaces. -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:39:54 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 13:39:54 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:39:54 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:39:54 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:39:54 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:39:54 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 900 ms -2025-10-24 13:39:54 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:39:54 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:39:54 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@309e3f34 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@309e3f34 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1dd247b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:39:54 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:39:54 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:39:54 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:39:55 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3a66d97e -2025-10-24 13:39:55 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:39:55 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:39:55 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@25a2f432) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7efba9b9) -2025-10-24 13:39:55 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@4b8cde43) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@34c6b52e) -2025-10-24 13:39:55 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:39:55 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@758311ed -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@758311ed -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@309e3f34` -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:39:55 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:39:55 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@28d7bd6b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7607340f] -2025-10-24 13:39:56 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:39:56 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@28d7bd6b] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:39:56 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:39:56 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 13:39:56 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:39:57 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:39:57 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:39:57 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_1c1f1f_1761280797629"} -2025-10-24 13:39:57 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:39:57 [main] 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-24 13:39:57 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: acf1c099-0b41-473d-a25e-7c05a68d53a8 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:39:57 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:39:57 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:39:57 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:39:58 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:39:58 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' -2025-10-24 13:39:58 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:39:58 [main] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_1c1f1f_1761280797629","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:39:58 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:39:58 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:39:58 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 13:39:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3d91d937] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 13:39:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:39:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:39:58 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 13:39:58 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Web server failed to start. Port 8082 was already in use. - -Action: - -Identify and stop the process that's listening on port 8082 or configure this application to listen on another port. - -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_4a86ee_1761280638270","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:40:24 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5b784f16] for TypeConfiguration -2025-10-24 13:40:24 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@17e6f1c6] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5b784f16] -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:40:24 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 13:40:29 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 51648 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 13:40:29 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 13:40:29 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 57 ms. Found 5 JPA repository interfaces. -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 13:40:29 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 17 ms. Found 0 Redis repository interfaces. -2025-10-24 13:40:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 13:40:30 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 13:40:30 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 13:40:30 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 13:40:30 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 946 ms -2025-10-24 13:40:30 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 13:40:30 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 13:40:30 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3c46e6f6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3c46e6f6 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1c79d093 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 13:40:30 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 13:40:30 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 13:40:30 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 13:40:31 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@43e30f15 -2025-10-24 13:40:31 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 13:40:31 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 13:40:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@34c6b52e) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6f7c4e0) -2025-10-24 13:40:31 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@25e203e6) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@8b1bfdf) -2025-10-24 13:40:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 13:40:31 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@644f6e89 -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@644f6e89 -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3c46e6f6` -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:40:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 13:40:31 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@110318a7] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@42ac309] -2025-10-24 13:40:32 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 13:40:32 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@110318a7] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@6971f5f4] -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 13:40:32 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 13:40:33 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6971f5f4] for TypeConfiguration -2025-10-24 13:40:33 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:40:33 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 13:40:33 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 13:40:33 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 13:40:33 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 13:40:33 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 13:40:33 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 13:40:33 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 13:40:33 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_ddb0d9_1761280833956"} -2025-10-24 13:40:33 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:40:34 [main] 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-24 13:40:34 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 089dc66c-997a-4c06-b96e-6b81d5993704 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 13:40:34 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 13:40:34 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 13:40:34 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 13:40:34 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 13:40:34 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 13:40:34 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 5.567 seconds (process running for 5.704) -2025-10-24 13:40:54 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 13:40:54 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 13:40:54 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 13:40:54 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 13:40:54 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 13:40:54 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 13:40:54 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 13:40:54 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:40:54 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:40:54 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 13:40:54 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 13:40:54 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:40:54 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 13:40:54 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 13:40:54 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:40:54 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 13:40:54 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 13:40:54 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@aba60a2]] -2025-10-24 13:40:54 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 13:40:54 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 13:40:54 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:40:54 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 13:40:54 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@41c39971], /v3/api-docs, ko_KR] -2025-10-24 13:40:54 [http-nio-8082-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 324 ms -2025-10-24 13:40:54 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 334ms -2025-10-24 13:42:14 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 13:42:14 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 13:42:14 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 13:42:14 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 13:42:14 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 13:42:14 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /.well-known/appspecific/com.chrome.devtools.json -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /.well-known/appspecific/com.chrome.devtools.json -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /error -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /error -2025-10-24 13:42:14 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js.map -2025-10-24 13:42:14 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js.map -2025-10-24 13:42:14 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js.map -2025-10-24 13:42:14 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js.map -2025-10-24 13:42:14 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css.map -2025-10-24 13:42:14 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:42:14 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css.map -2025-10-24 13:45:28 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 13:45:28 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 13:45:28 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 13:45:28 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 13:45:28 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:45:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 13:45:28 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:45:28 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 13:45:28 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 13:45:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 13:45:28 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 13:45:28 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 13:45:28 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 13:45:28 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 13:45:28 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@5ed79d9b]] -2025-10-24 13:45:28 [http-nio-8082-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 1ms -2025-10-24 13:45:28 [http-nio-8082-exec-10] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 13:45:28 [http-nio-8082-exec-10] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 13:45:28 [http-nio-8082-exec-10] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 13:45:28 [http-nio-8082-exec-10] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@69a69687], /v3/api-docs, ko_KR] -2025-10-24 13:45:28 [http-nio-8082-exec-10] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 7ms -2025-10-24 13:48:15 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 13:48:15 [http-nio-8082-exec-3] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 13:48:15 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 13:48:15 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@60a807c2] -2025-10-24 13:48:15 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 13:48:15 [http-nio-8082-exec-3] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@43e30f15 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. -2025-10-24 13:48:15 [http-nio-8082-exec-3] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@11249092 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. -2025-10-24 13:48:15 [http-nio-8082-exec-3] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@5b99163d (This connection has been closed.). Possibly consider using a shorter maxLifetime value. -2025-10-24 13:48:15 [http-nio-8082-exec-3] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@3446b4b2 (This connection has been closed.). Possibly consider using a shorter maxLifetime value. -2025-10-24 13:48:15 [http-nio-8082-exec-3] WARN com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Failed to validate connection org.postgresql.jdbc.PgConnection@6021c6a (This connection has been closed.). Possibly consider using a shorter maxLifetime value. -2025-10-24 13:48:15 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 13:48:16 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 13:48:16 [http-nio-8082-exec-3] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 81fca72d-0ee4-420e-b69a-2679f87c3cf2 -2025-10-24 13:48:16 [http-nio-8082-exec-3] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 13:48:16 [http-nio-8082-exec-3] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 81fca72d-0ee4-420e-b69a-2679f87c3cf2 -2025-10-24 13:48:16 [http-nio-8082-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 611ms -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_ddb0d9_1761280833956","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 13:50:03 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@6971f5f4] for TypeConfiguration -2025-10-24 13:50:03 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@6646ca7a] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@6971f5f4] -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 13:50:03 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:01:06 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 59233 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:01:06 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:01:06 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 58 ms. Found 5 JPA repository interfaces. -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:01:06 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 14:01:07 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:01:07 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:01:07 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:01:07 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:01:07 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 987 ms -2025-10-24 14:01:07 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:01:07 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:01:07 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@287317df -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@554d040d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@554d040d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@338270ea -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:01:07 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:01:07 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:01:07 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:01:10 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1add3e03 -2025-10-24 14:01:10 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:01:10 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:01:10 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7efba9b9) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4b8cde43) -2025-10-24 14:01:10 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@34c6b52e) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6f7c4e0) -2025-10-24 14:01:10 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:01:10 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7533923b -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7533923b -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@554d040d` -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:01:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:01:10 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7607340f] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@f472245] -2025-10-24 14:01:11 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:01:11 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7607340f] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:01:11 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:01:12 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 14:01:12 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:01:12 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:01:12 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:01:12 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:01:12 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:01:12 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:01:12 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 14:01:13 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 14:01:13 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_82d823_1761282073044"} -2025-10-24 14:01:13 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:01:13 [main] 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-24 14:01:13 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: cc18aaef-f8cb-4cf3-835a-1fd7a2362d27 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 14:01:13 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 14:01:13 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 14:01:13 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 14:01:13 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 14:01:13 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 14:01:13 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 7.76 seconds (process running for 7.908) -2025-10-24 14:02:28 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 14:02:28 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 14:02:28 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 14:02:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/81fca72d-0ee4-420e-b69a-2679f87c3cf2/start -2025-10-24 14:02:28 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:02:28 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/81fca72d-0ee4-420e-b69a-2679f87c3cf2/start -2025-10-24 14:02:28 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.startMeeting 호출 - 파라미터: [81fca72d-0ee4-420e-b69a-2679f87c3cf2, user-005, dohyunjung, dohyun.jung@example.com] -2025-10-24 14:02:28 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 시작 요청 - meetingId: 81fca72d-0ee4-420e-b69a-2679f87c3cf2, userId: user-005 -2025-10-24 14:02:29 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Starting meeting: 81fca72d-0ee4-420e-b69a-2679f87c3cf2 -2025-10-24 14:02:29 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 14:02:29 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting started successfully: 81fca72d-0ee4-420e-b69a-2679f87c3cf2 -2025-10-24 14:02:29 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* update - for com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */update meetings - set - description=?, - end_time=?, - ended_at=?, - location=?, - organizer_id=?, - participants=?, - scheduled_at=?, - started_at=?, - status=?, - template_id=?, - title=?, - updated_at=? - where - meeting_id=? -2025-10-24 14:02:29 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 시작 완료 - meetingId: 81fca72d-0ee4-420e-b69a-2679f87c3cf2 -2025-10-24 14:02:29 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.startMeeting 완료 - 실행시간: 292ms -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_82d823_1761282073044","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:27:04 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@5b04224a] for TypeConfiguration -2025-10-24 14:27:04 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@70536414] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@5b04224a] -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:27:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:33:59 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 71785 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:33:59 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:33:59 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:34:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 14:34:00 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:34:00 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:34:00 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:34:00 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:34:00 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1045 ms -2025-10-24 14:34:01 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:34:01 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:34:01 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@338270ea -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@338270ea -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@23954300 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 14:34:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 14:34:01 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:34:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:34:02 [main] WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: 08004 -2025-10-24 14:34:02 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - The server requested SCRAM-based authentication, but no password was provided. -2025-10-24 14:34:02 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -org.hibernate.exception.JDBCConnectionException: unable to obtain isolated JDBC connection [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:100) - at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94) - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:292) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:124) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:78) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:238) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:215) - at org.hibernate.boot.model.relational.Database.(Database.java:45) - at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.getDatabase(InFlightMetadataCollectorImpl.java:221) - at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.(InFlightMetadataCollectorImpl.java:189) - at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:171) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1431) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1502) - at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:390) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:366) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1802) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:954) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.postgresql.util.PSQLException: The server requested SCRAM-based authentication, but no password was provided. - at org.postgresql.core.v3.ConnectionFactoryImpl.lambda$doAuthentication$5(ConnectionFactoryImpl.java:854) - at org.postgresql.core.v3.AuthenticationPluginManager.withPassword(AuthenticationPluginManager.java:82) - at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:851) - at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:213) - at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:268) - at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) - at org.postgresql.jdbc.PgConnection.(PgConnection.java:273) - at org.postgresql.Driver.makeConnection(Driver.java:446) - at org.postgresql.Driver.connect(Driver.java:298) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:137) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:360) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:461) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:550) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:98) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:111) - at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:439) - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:61) - ... 35 common frames omitted -2025-10-24 14:34:02 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:34:02 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@30d5fc1b) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7957aa57) -2025-10-24 14:34:02 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@7b92ea9d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@6b3bc1f6) -2025-10-24 14:34:02 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:34:02 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@28d16af8 -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@28d16af8 -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@338270ea` -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:34:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:34:02 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2552181d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@51d9fd30] -2025-10-24 14:34:02 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:34:02 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2552181d] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@1c3eeda4] -2025-10-24 14:34:02 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:34:04 [main] WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: 08004 -2025-10-24 14:34:04 [main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - The server requested SCRAM-based authentication, but no password was provided. -2025-10-24 14:34:04 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@1c3eeda4] for TypeConfiguration -2025-10-24 14:34:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@5dd79a57] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@1c3eeda4] -2025-10-24 14:34:04 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] -2025-10-24 14:34:04 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] -2025-10-24 14:34:04 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 14:34:04 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:34:04 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1806) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:954) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: jakarta.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:421) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:366) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1853) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1802) - ... 15 common frames omitted -Caused by: org.hibernate.exception.JDBCConnectionException: Unable to open JDBC Connection for DDL execution [The server requested SCRAM-based authentication, but no password was provided.] [n/a] - at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:100) - at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) - at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:94) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:74) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:39) - at org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl.getJdbcConnection(ImprovedExtractionContextImpl.java:63) - at org.hibernate.tool.schema.extract.spi.ExtractionContext.getQueryResults(ExtractionContext.java:43) - at org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl.extractMetadata(SequenceInformationExtractorLegacyImpl.java:39) - at org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl.initializeSequences(DatabaseInformationImpl.java:66) - at org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl.(DatabaseInformationImpl.java:60) - at org.hibernate.tool.schema.internal.Helper.buildDatabaseInformation(Helper.java:185) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:100) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:280) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.lambda$process$5(SchemaManagementToolCoordinator.java:144) - at java.base/java.util.HashMap.forEach(HashMap.java:1429) - at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:141) - at org.hibernate.boot.internal.SessionFactoryObserverForSchemaExport.sessionFactoryCreated(SessionFactoryObserverForSchemaExport.java:37) - at org.hibernate.internal.SessionFactoryObserverChain.sessionFactoryCreated(SessionFactoryObserverChain.java:35) - at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:322) - at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:457) - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1506) - at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75) - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:390) - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) - ... 19 common frames omitted -Caused by: org.postgresql.util.PSQLException: The server requested SCRAM-based authentication, but no password was provided. - at org.postgresql.core.v3.ConnectionFactoryImpl.lambda$doAuthentication$5(ConnectionFactoryImpl.java:854) - at org.postgresql.core.v3.AuthenticationPluginManager.withPassword(AuthenticationPluginManager.java:82) - at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:851) - at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:213) - at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:268) - at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) - at org.postgresql.jdbc.PgConnection.(PgConnection.java:273) - at org.postgresql.Driver.makeConnection(Driver.java:446) - at org.postgresql.Driver.connect(Driver.java:298) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:137) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:360) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:202) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:461) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:550) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:98) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:111) - at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:439) - at org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl.getIsolatedConnection(DdlTransactionIsolatorNonJtaImpl.java:46) - ... 39 common frames omitted -2025-10-24 14:35:19 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 72401 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:35:19 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:35:19 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 64 ms. Found 5 JPA repository interfaces. -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:35:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 14:35:21 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:35:21 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:35:21 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:35:21 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:35:21 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1226 ms -2025-10-24 14:35:21 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:35:21 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:35:21 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@74e2cfc5 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@665ed71a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@665ed71a -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@5f01fb5c -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 14:35:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:35:21 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:35:21 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:35:21 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1c06f19c -2025-10-24 14:35:21 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:35:21 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:35:22 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7167d81b) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7cadf3ca) -2025-10-24 14:35:22 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@34fcc5e3) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@737445ab) -2025-10-24 14:35:22 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:35:22 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@43dddfdd -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@43dddfdd -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@665ed71a` -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:35:22 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:35:22 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7164e28a] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1b881f1f] -2025-10-24 14:35:22 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:35:22 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7164e28a] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@1106a9cc] -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:35:22 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:35:23 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@1106a9cc] for TypeConfiguration -2025-10-24 14:35:23 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:35:23 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:35:23 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:35:23 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:35:24 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:35:24 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:35:24 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-events -2025-10-24 14:35:24 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-events -2025-10-24 14:35:24 [main] ERROR c.a.m.e.EventHubClientBuilder - 'connectionString' cannot be an empty string. -2025-10-24 14:35:24 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. -2025-10-24 14:35:24 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:35:24 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@1106a9cc] for TypeConfiguration -2025-10-24 14:35:24 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3f410749] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@1106a9cc] -2025-10-24 14:35:24 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:35:24 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:35:24 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 14:35:24 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:35:24 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 19 common frames omitted -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648) - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:485) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 33 common frames omitted -Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178) - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) - ... 47 common frames omitted -Caused by: java.lang.IllegalArgumentException: 'connectionString' cannot be an empty string. - at com.azure.messaging.eventhubs.EventHubClientBuilder.connectionString(EventHubClientBuilder.java:297) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig.eventProducer(EventHubConfig.java:37) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.CGLIB$eventProducer$1() - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$FastClass$$1.invoke() - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:258) - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:348) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.eventProducer() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146) - ... 48 common frames omitted -2025-10-24 14:36:56 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 73084 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:36:56 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:36:56 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:36:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:36:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:36:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 64 ms. Found 5 JPA repository interfaces. -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:36:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 14:36:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:36:57 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:36:57 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:36:57 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:36:57 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1078 ms -2025-10-24 14:36:57 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:36:57 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:36:57 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@74e2cfc5 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@74e2cfc5 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@6aae82cc -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6aae82cc -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@53df7e67 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 14:36:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 14:36:58 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:36:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:36:58 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4a8bf1dc -2025-10-24 14:36:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:36:58 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:36:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@737445ab) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@3c9cfcde) -2025-10-24 14:36:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2f3c7b24) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@7dbd70fd) -2025-10-24 14:36:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:36:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@745c8a04 -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@745c8a04 -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@6aae82cc` -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:36:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:36:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7bc6b117] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2de07c57] -2025-10-24 14:36:59 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:36:59 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7bc6b117] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@367e0b0e] -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:36:59 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:36:59 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@367e0b0e] for TypeConfiguration -2025-10-24 14:36:59 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:36:59 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:37:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:37:00 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:37:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:37:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:37:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-events -2025-10-24 14:37:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-events -2025-10-24 14:37:00 [main] ERROR c.a.m.e.EventHubClientBuilder - 'connectionString' cannot be an empty string. -2025-10-24 14:37:00 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. -2025-10-24 14:37:00 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:37:00 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@367e0b0e] for TypeConfiguration -2025-10-24 14:37:00 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@64f8ef03] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@367e0b0e] -2025-10-24 14:37:00 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:37:00 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:37:00 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 14:37:00 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:37:00 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 19 common frames omitted -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648) - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:485) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 33 common frames omitted -Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178) - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) - ... 47 common frames omitted -Caused by: java.lang.IllegalArgumentException: 'connectionString' cannot be an empty string. - at com.azure.messaging.eventhubs.EventHubClientBuilder.connectionString(EventHubClientBuilder.java:297) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig.eventProducer(EventHubConfig.java:39) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.CGLIB$eventProducer$1() - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$FastClass$$1.invoke() - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:258) - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:348) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.eventProducer() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146) - ... 48 common frames omitted -2025-10-24 14:38:02 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 73605 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:38:02 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:38:02 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:38:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:38:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:38:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:38:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 14:38:03 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:38:03 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:38:03 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:38:03 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:38:03 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1007 ms -2025-10-24 14:38:03 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:38:03 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:38:03 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3e12c5de -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3e55d844 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@1f521c69 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@2b3abeeb -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3aeb267 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@13a9cdae -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1c972ae6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@62a41279 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@146fa9c0 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@49f6c25e -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@6c13019c -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@2e66f1bd -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@47ae6c18 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@3835b281 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@4c5e4bfa -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@552cb0d5 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@61d6c8c4 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@74e2cfc5 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3bc6c10f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3bc6c10f -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3dcbbbc -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4040ccae -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@63a7af06 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@63a7af06 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@231d3ce -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@591a4d25 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 14:38:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 14:38:03 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:38:03 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:38:04 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@52d181ed -2025-10-24 14:38:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:38:04 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:38:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2d114d27) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@28fef9a2) -2025-10-24 14:38:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@7dfab58d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@29d29657) -2025-10-24 14:38:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:38:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@5773f83d -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5773f83d -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@63a7af06` -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:38:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:38:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4d9cf71d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5c43cb12] -2025-10-24 14:38:05 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:38:05 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4d9cf71d] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@268ee31d] -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:38:05 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:38:05 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@268ee31d] for TypeConfiguration -2025-10-24 14:38:05 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:38:05 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:38:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:38:06 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:38:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:38:06 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:38:06 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-events -2025-10-24 14:38:06 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-events -2025-10-24 14:38:06 [main] ERROR c.a.m.e.EventHubClientBuilder - 'connectionString' cannot be an empty string. -2025-10-24 14:38:06 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. -2025-10-24 14:38:06 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:38:06 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@268ee31d] for TypeConfiguration -2025-10-24 14:38:06 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@49c3f97e] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@268ee31d] -2025-10-24 14:38:06 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:38:06 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:38:06 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 14:38:06 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:38:06 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'meetingService' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/biz/service/MeetingService.class]: Unsatisfied dependency expressed through constructor parameter 3: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'eventHubPublisher' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/event/publisher/EventHubPublisher.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 19 common frames omitted -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eventProducer' defined in class path resource [com/unicorn/hgzero/meeting/infra/config/EventHubConfig.class]: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648) - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:485) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1355) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 33 common frames omitted -Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.azure.messaging.eventhubs.EventHubProducerClient]: Factory method 'eventProducer' threw exception with message: 'connectionString' cannot be an empty string. - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:178) - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644) - ... 47 common frames omitted -Caused by: java.lang.IllegalArgumentException: 'connectionString' cannot be an empty string. - at com.azure.messaging.eventhubs.EventHubClientBuilder.connectionString(EventHubClientBuilder.java:297) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig.eventProducer(EventHubConfig.java:39) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.CGLIB$eventProducer$1() - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$FastClass$$1.invoke() - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:258) - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:348) - at com.unicorn.hgzero.meeting.infra.config.EventHubConfig$$SpringCGLIB$$0.eventProducer() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:146) - ... 48 common frames omitted -2025-10-24 14:39:16 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 74150 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:39:16 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:39:16 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:39:16 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 14:39:17 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:39:17 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:39:17 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:39:17 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:39:17 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1091 ms -2025-10-24 14:39:17 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:39:17 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:39:17 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3340ce58 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3340ce58 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@44864ebe -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5f803481 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@43cf5bff -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@43cf5bff -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@649009d6 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-24 14:39:17 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-24 14:39:17 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:39:17 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:39:17 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6fd2acf5 -2025-10-24 14:39:17 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:39:17 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:39:18 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@55821edf) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5e5a2b74) -2025-10-24 14:39:18 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@658098a2) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@50628080) -2025-10-24 14:39:18 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:39:18 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@2b409174 -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@2b409174 -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@43cf5bff` -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:39:18 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:39:18 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a238a8e] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5773f83d] -2025-10-24 14:39:18 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:39:18 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a238a8e] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4d2bcca8] -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:39:18 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:39:19 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4d2bcca8] for TypeConfiguration -2025-10-24 14:39:19 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:39:19 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:39:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:39:19 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:39:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:39:19 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:39:20 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'jwtTokenProvider' defined in URL [jar:file:/Users/daewoong/home/workspace/HGZero/common/build/libs/common-plain.jar!/com/unicorn/hgzero/common/security/JwtTokenProvider.class]: Failed to instantiate [com.unicorn.hgzero.common.security.JwtTokenProvider]: Constructor threw exception -2025-10-24 14:39:20 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:39:20 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@4d2bcca8] for TypeConfiguration -2025-10-24 14:39:20 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@730325d9] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@4d2bcca8] -2025-10-24 14:39:20 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:39:20 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:39:20 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-24 14:39:20 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:39:20 [main] ERROR o.s.boot.SpringApplication - Application run failed -org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig' defined in file [/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main/com/unicorn/hgzero/meeting/infra/config/SecurityConfig.class]: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'jwtTokenProvider' defined in URL [jar:file:/Users/daewoong/home/workspace/HGZero/common/build/libs/common-plain.jar!/com/unicorn/hgzero/common/security/JwtTokenProvider.class]: Failed to instantiate [com.unicorn.hgzero.common.security.JwtTokenProvider]: Constructor threw exception - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:795) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:237) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:975) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:971) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:625) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1352) - at com.unicorn.hgzero.meeting.MeetingApplication.main(MeetingApplication.java:38) -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtTokenProvider' defined in URL [jar:file:/Users/daewoong/home/workspace/HGZero/common/build/libs/common-plain.jar!/com/unicorn/hgzero/common/security/JwtTokenProvider.class]: Failed to instantiate [com.unicorn.hgzero.common.security.JwtTokenProvider]: Constructor threw exception - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318) - at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:306) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1375) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1212) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:337) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1443) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1353) - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:782) - ... 19 common frames omitted -Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.unicorn.hgzero.common.security.JwtTokenProvider]: Constructor threw exception - at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:221) - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117) - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:315) - ... 33 common frames omitted -Caused by: io.jsonwebtoken.security.WeakKeyException: The specified key byte array is 0 bits which is not secure enough for any JWT HMAC-SHA algorithm. The JWT JWA Specification (RFC 7518, Section 3.2) states that keys used with HMAC-SHA algorithms MUST have a size >= 256 bits (the key size must be greater than or equal to the hash output size). Consider using the Jwts.SIG.HS256.key() builder (or HS384.key() or HS512.key()) to create a key guaranteed to be secure enough for your preferred HMAC-SHA algorithm. See https://tools.ietf.org/html/rfc7518#section-3.2 for more information. - at io.jsonwebtoken.security.Keys.hmacShaKeyFor(Keys.java:83) - at com.unicorn.hgzero.common.security.JwtTokenProvider.(JwtTokenProvider.java:33) - at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) - at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) - at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:208) - ... 35 common frames omitted -2025-10-24 14:40:32 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 74704 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:40:32 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:40:32 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:40:33 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 14:40:33 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:40:33 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:40:33 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:40:33 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:40:33 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 997 ms -2025-10-24 14:40:33 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:40:33 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:40:33 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3e839aa3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3e839aa3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@751bb780 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@751bb780 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@639948a2 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@639948a2 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@639948a2 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@416d90f0 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@416d90f0 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@696298ea -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@de0c402 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@de0c402 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@24955144 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@9d2af36 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@740ad32e -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@740ad32e -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@740ad32e -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@7f41d979 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@7f41d979 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@7f41d979 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@71d0b8a4 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@71d0b8a4 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@71d0b8a4 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6d6712b7 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@6d6712b7 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@6d6712b7 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4f563f96 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4f563f96 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@4f563f96 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3eadad14 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3eadad14 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@4acc27fd -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@4acc27fd -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1feb76b9 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1feb76b9 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1feb76b9 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@61bf405d -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@32298473 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@32298473 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@19f1be04 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@5d6b5d3d -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@5d6b5d3d -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@5d6b5d3d -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@464d5365 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@38394dc3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2cacd55e -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@2ba9f743 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@2ba9f743 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@7535f28 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@7535f28 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@75f65d54 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@3f3a6091 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5b4d9bda -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@467a2584 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@121dce2 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@6df31abf -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5a57cf90 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5a57cf90 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4d16975b -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4d16975b -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@425f94d7 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@425f94d7 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@378c48c1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@378c48c1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@53432aef -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@53432aef -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2a16d393 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@14d1032a -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@414e8b31 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@414e8b31 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@b90c5a5 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1786150f -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3340ce58 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@44864ebe -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5f803481 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5f803481 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@408f70ab -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@28db2afb -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@28db2afb -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4738131e -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-24 14:40:33 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-24 14:40:34 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:40:34 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:40:34 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@20e3b165 -2025-10-24 14:40:34 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:40:34 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:40:34 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4b86a656) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1117cc7c) -2025-10-24 14:40:34 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@4797023d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@55cc4c61) -2025-10-24 14:40:34 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:40:34 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@870a9f2 -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@870a9f2 -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@28db2afb` -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:40:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:40:34 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2123a61c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2e5c7cd5] -2025-10-24 14:40:35 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:40:35 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2123a61c] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@87cb1d8] -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:40:35 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:40:35 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@87cb1d8] for TypeConfiguration -2025-10-24 14:40:35 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:40:35 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:40:36 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:40:36 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:40:36 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:40:36 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:40:36 [main] 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-24 14:40:36 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: c74d9cb9-6ee3-4068-b669-dd44017b9d74 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 14:40:36 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 14:40:36 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 14:40:36 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 14:40:36 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 14:40:37 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 14:40:37 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.759 seconds (process running for 4.913) -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@4ee32c19] -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 14:41:35 [http-nio-8082-exec-1] ERROR c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 실패 - meetingId: 1924053d-0105-4695-ac25-a15e18808c4d -org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1849) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1780) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1582) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.lambda$getConnection$0(LettuceConnectionFactory.java:1562) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.doInLock(LettuceConnectionFactory.java:1523) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1559) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1245) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:1051) - at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:195) - at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144) - at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:398) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:378) - at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) - at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:253) - at org.springframework.data.redis.core.ValueOperations.set(ValueOperations.java:75) - at com.unicorn.hgzero.meeting.infra.cache.CacheService.cacheMeeting(CacheService.java:49) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.cache.CacheService$$SpringCGLIB$$0.cacheMeeting() - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:90) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:63) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 20.249.177.114/:6379 - at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) - at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) - at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:350) - at io.lettuce.core.RedisClient.connect(RedisClient.java:215) - at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:112) - at java.base/java.util.Optional.orElseGet(Optional.java:364) - at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:112) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1778) - ... 213 common frames omitted -Caused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH HELLO must be called with the client already authenticated, otherwise the HELLO AUTH option can be used to authenticate the client and select the RESP protocol version at the same time - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147) - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116) - at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120) - at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111) - at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:63) - at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:745) - at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:680) - at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:597) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) - at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - ... 1 common frames omitted -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=1924053d-0105-4695-ac25-a15e18808c4d -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.e.p.NoOpEventPublisher - [NoOp] Meeting created: meetingId=1924053d-0105-4695-ac25-a15e18808c4d, title=test 회의, participants=2 -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=1924053d-0105-4695-ac25-a15e18808c4d, participants=2 -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 1924053d-0105-4695-ac25-a15e18808c4d -2025-10-24 14:41:35 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 1924053d-0105-4695-ac25-a15e18808c4d -2025-10-24 14:41:35 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 621ms -2025-10-24 14:43:56 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 76057 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:43:56 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:43:56 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 57 ms. Found 5 JPA repository interfaces. -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:43:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 14:43:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:43:57 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:43:57 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:43:57 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:43:57 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 978 ms -2025-10-24 14:43:57 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:43:57 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:43:57 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7d6019d5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7d6019d5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@40b01718 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@40b01718 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@591a4d25 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@4f9213d2 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@679f59f1 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@18ac25e6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@18ac25e6 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@5e1a7d3 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@5e1a7d3 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@5d77be8e -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5d77be8e -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@55a055cc -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@1ab1d93d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@67c2b55d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@67c2b55d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4d8522ff -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@1c9975a8 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5d6d424d -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@391b01c5 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6e78177b -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@4ec37a42 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@798b36fd -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@18ff1520 -2025-10-24 14:43:57 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@36120a8b -2025-10-24 14:43:58 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:43:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:43:58 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@56d6e2e1 -2025-10-24 14:43:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:43:58 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:43:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@417b3642) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6bd28e4a) -2025-10-24 14:43:58 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@55e88bc) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@544300a6) -2025-10-24 14:43:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:43:58 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@49322d04 -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@49322d04 -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@67c2b55d` -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:43:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:43:58 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d7c05fa] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7dbbf730] -2025-10-24 14:43:59 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:43:59 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7d7c05fa] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@2f271ae2] -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:43:59 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:43:59 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2f271ae2] for TypeConfiguration -2025-10-24 14:43:59 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:43:59 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:44:00 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 14:44:00 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_799405_1761284640532"} -2025-10-24 14:44:00 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:44:00 [main] 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-24 14:44:00 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 8e7f71ff-4d39-4c52-9ccb-f8cb3f0d9dc9 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 14:44:00 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 14:44:00 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 14:44:01 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 14:44:01 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 14:44:01 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' -2025-10-24 14:44:01 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:44:01 [main] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_799405_1761284640532","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 14:44:01 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:44:01 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:44:01 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@2f271ae2] for TypeConfiguration -2025-10-24 14:44:01 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@56d8cf3a] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@2f271ae2] -2025-10-24 14:44:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:44:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:44:01 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 14:44:01 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Web server failed to start. Port 8082 was already in use. - -Action: - -Identify and stop the process that's listening on port 8082 or configure this application to listen on another port. - -2025-10-24 14:44:32 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:44:32 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@87cb1d8] for TypeConfiguration -2025-10-24 14:44:32 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@5c9c939c] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@87cb1d8] -2025-10-24 14:44:32 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:44:32 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:44:37 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 76345 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:44:37 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:44:37 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:44:38 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 16 ms. Found 0 Redis repository interfaces. -2025-10-24 14:44:38 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:44:38 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:44:38 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:44:38 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:44:38 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 951 ms -2025-10-24 14:44:38 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:44:38 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:44:38 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@591a4d25 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@4f9213d2 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@679f59f1 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@18ac25e6 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@5e1a7d3 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5d77be8e -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5d77be8e -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@55a055cc -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@55a055cc -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1ab1d93d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1ab1d93d -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@57167ccb -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@57167ccb -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@37753b69 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@37753b69 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@602c167e -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@74c04377 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@43df1377 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@43df1377 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@391b01c5 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@6e78177b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@798b36fd -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@18ff1520 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@36120a8b -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@63d66761 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@434a8938 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@237cd264 -2025-10-24 14:44:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@51cd2d2 -2025-10-24 14:44:38 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:44:38 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:44:39 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6d4c7248 -2025-10-24 14:44:39 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:44:39 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:44:39 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4c12f54a) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@334d825c) -2025-10-24 14:44:39 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@42a7e7e1) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@e2d9923) -2025-10-24 14:44:39 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:44:39 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@eb6ccbc -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@eb6ccbc -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@43df1377` -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:44:39 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:44:39 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@34d3409d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@16732340] -2025-10-24 14:44:40 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:44:40 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@34d3409d] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@2f271ae2] -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:44:40 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:44:40 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2f271ae2] for TypeConfiguration -2025-10-24 14:44:40 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:44:40 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1 -2025-10-24 14:44:41 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 14:44:41 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_74d09e_1761284681388"} -2025-10-24 14:44:41 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:44:41 [main] 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-24 14:44:41 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: b0614739-4b96-476e-8f34-615a407ebc80 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 14:44:41 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 14:44:41 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 14:44:41 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 14:44:41 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 14:44:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 14:44:42 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.72 seconds (process running for 4.87) -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@5a6bdb23] -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 14:44:50 [http-nio-8082-exec-2] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 14:44:50 [http-nio-8082-exec-2] WARN c.u.h.m.biz.service.MeetingService - Invalid meeting time: start=2025-10-24T01:55:54.388, end=2025-10-24T01:55:54.388 -2025-10-24 14:44:50 [http-nio-8082-exec-2] ERROR c.u.hgzero.common.aop.LoggingAspect - [Service] com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting 실패 - 실행시간: 0ms, 에러: 회의 시작 시간이 종료 시간보다 늦습니다. -2025-10-24 14:44:50 [http-nio-8082-exec-2] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 실패 - 실행시간: 53ms, 에러: 회의 시작 시간이 종료 시간보다 늦습니다. -2025-10-24 14:44:50 [http-nio-8082-exec-2] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: com.unicorn.hgzero.common.exception.BusinessException: 회의 시작 시간이 종료 시간보다 늦습니다.] with root cause -com.unicorn.hgzero.common.exception.BusinessException: 회의 시작 시간이 종료 시간보다 늦습니다. - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:52) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:63) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-24 14:44:50 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 14:45:21 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@71866086] -2025-10-24 14:45:21 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 14:45:21 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 14:45:21 [http-nio-8082-exec-4] WARN c.u.h.m.biz.service.MeetingService - Meeting time conflict detected: organizerId=user-005, count=1 -2025-10-24 14:45:21 [http-nio-8082-exec-4] ERROR c.u.hgzero.common.aop.LoggingAspect - [Service] com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting 실패 - 실행시간: 117ms, 에러: 해당 시간대에 이미 예약된 회의가 있습니다. -2025-10-24 14:45:21 [http-nio-8082-exec-4] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 실패 - 실행시간: 197ms, 에러: 해당 시간대에 이미 예약된 회의가 있습니다. -2025-10-24 14:45:21 [http-nio-8082-exec-4] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: com.unicorn.hgzero.common.exception.BusinessException: 해당 시간대에 이미 예약된 회의가 있습니다.] with root cause -com.unicorn.hgzero.common.exception.BusinessException: 해당 시간대에 이미 예약된 회의가 있습니다. - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:65) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:63) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-24 14:45:21 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 14:45:37 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 14:45:37 [http-nio-8082-exec-6] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:45:37 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 14:45:37 [http-nio-8082-exec-6] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@546907d2] -2025-10-24 14:45:37 [http-nio-8082-exec-6] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 14:45:37 [http-nio-8082-exec-6] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 14:45:37 [http-nio-8082-exec-6] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 14:45:37 [http-nio-8082-exec-6] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 14:45:38 [http-nio-8082-exec-6] ERROR c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 실패 - meetingId: dd998053-b5bc-457e-af8b-f67107d7ac16 -org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1849) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1780) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1582) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.lambda$getConnection$0(LettuceConnectionFactory.java:1562) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.doInLock(LettuceConnectionFactory.java:1523) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1559) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1245) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:1051) - at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:195) - at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144) - at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:398) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:378) - at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) - at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:253) - at org.springframework.data.redis.core.ValueOperations.set(ValueOperations.java:75) - at com.unicorn.hgzero.meeting.infra.cache.CacheService.cacheMeeting(CacheService.java:49) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.cache.CacheService$$SpringCGLIB$$0.cacheMeeting() - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:90) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:63) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 20.249.177.114/:6379 - at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) - at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) - at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:350) - at io.lettuce.core.RedisClient.connect(RedisClient.java:215) - at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:112) - at java.base/java.util.Optional.orElseGet(Optional.java:364) - at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:112) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1778) - ... 213 common frames omitted -Caused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH HELLO must be called with the client already authenticated, otherwise the HELLO AUTH option can be used to authenticate the client and select the RESP protocol version at the same time - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147) - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116) - at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120) - at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111) - at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:63) - at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:745) - at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:680) - at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:597) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) - at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - ... 1 common frames omitted -2025-10-24 14:45:38 [http-nio-8082-exec-6] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=dd998053-b5bc-457e-af8b-f67107d7ac16 -2025-10-24 14:45:38 [http-nio-8082-exec-6] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_74d09e_1761284681388","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671} -2025-10-24 14:45:38 [http-nio-8082-exec-6] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_74d09e_1761284681388"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_74d09e_1761284681388","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_74d09e_1761284681388"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_74d09e_1761284681388","errorCondition":null,"errorDescription":null,"hostName":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_74d09e_1761284681388","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_74d09e_1761284681388","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"88b921350b3b4ad99db87dda745072ed_G11"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_74d09e_1761284681388","sessionName":"hgzero-eventhub-name","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_74d09e_1761284681388"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_74d09e_1761284681388","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_74d09e_1761284681388","entityPath":"$cbs","linkName":"cbs"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_74d09e_1761284681388","entityPath":"$cbs"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_74d09e_1761284681388","entityPath":"$cbs","subscriberId":"un_a50687_1761284738762"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_74d09e_1761284681388","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_74d09e_1761284681388","entityPath":"$cbs"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_74d09e_1761284681388","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name"} -2025-10-24 14:45:38 [reactor-executor-1] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new send link.","connectionId":"MF_74d09e_1761284681388","linkName":"hgzero-eventhub-name","sessionName":"hgzero-eventhub-name"} -2025-10-24 14:45:39 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_74d09e_1761284681388","linkName":"hgzero-eventhub-name","entityPath":"hgzero-eventhub-name","remoteTarget":"Target{address='hgzero-eventhub-name', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=minjun.kim@example.com -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=seoyeon.park@example.com -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.h.m.i.e.p.EventHubPublisher - 회의 생성 알림 발행 완료 - meetingId: dd998053-b5bc-457e-af8b-f67107d7ac16, participants count: 2 -2025-10-24 14:45:39 [http-nio-8082-exec-6] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=dd998053-b5bc-457e-af8b-f67107d7ac16, participants=2 -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: dd998053-b5bc-457e-af8b-f67107d7ac16 -2025-10-24 14:45:39 [http-nio-8082-exec-6] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: dd998053-b5bc-457e-af8b-f67107d7ac16 -2025-10-24 14:45:39 [http-nio-8082-exec-6] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 1934ms -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_74d09e_1761284681388","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:52:57 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@2f271ae2] for TypeConfiguration -2025-10-24 14:52:57 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3f3c6b39] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@2f271ae2] -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:52:57 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 14:53:01 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 79394 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 14:53:01 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 14:53:01 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 14:53:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 14:53:02 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 14:53:02 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 14:53:02 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 14:53:02 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 14:53:02 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 933 ms -2025-10-24 14:53:03 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 14:53:03 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 14:53:03 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3bc6c10f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3dcbbbc -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3dcbbbc -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4040ccae -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@15bb8ed5 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@647af13d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@2aac6fa7 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@2aac6fa7 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@29a1ec65 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@511d568f -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1805ca5c -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3e61cffd -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@3134b261 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@3134b261 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@aa633e6 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@aa633e6 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3cc74fc4 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@c697186 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@185a7dd0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2358443e -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@25e796fe -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@62c53685 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@554d040d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3fe24670 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7d6019d5 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@40b01718 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@6604f246 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6604f246 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@5f0ca069 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@6a6a2fdd -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@6e66b498 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@54d35ed5 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6f7c9755 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@45abbd24 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1e32037d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@5059d398 -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@5b1420f9 -2025-10-24 14:53:03 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 14:53:03 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 14:53:03 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1d38cdde -2025-10-24 14:53:03 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 14:53:03 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 14:53:03 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@644f6e89) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@9ae0794) -2025-10-24 14:53:03 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@60e5eed0) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@680937c9) -2025-10-24 14:53:03 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 14:53:03 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@435a2c7d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@435a2c7d -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@6604f246` -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:53:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 14:53:03 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@35451ba6] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@21d48c40] -2025-10-24 14:53:04 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 14:53:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@35451ba6] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@8616368] -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 14:53:04 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 14:53:05 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@8616368] for TypeConfiguration -2025-10-24 14:53:05 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:53:05 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 14:53:05 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 14:53:05 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 14:53:05 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 14:53:05 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 14:53:05 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 14:53:05 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 14:53:05 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_809992_1761285185784"} -2025-10-24 14:53:05 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:53:05 [main] 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-24 14:53:05 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 8cfcfca8-6773-46a5-a09f-e455926357a7 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 14:53:05 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 14:53:06 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 14:53:06 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 14:53:06 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 14:53:06 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 14:53:06 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.865 seconds (process running for 5.011) -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@2c22673d] -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 - meetingId: aad16b61-c41b-48a6-bf74-b0dc4dff6f20 -2025-10-24 14:53:22 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=aad16b61-c41b-48a6-bf74-b0dc4dff6f20 -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_809992_1761285185784","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671} -2025-10-24 14:53:22 [http-nio-8082-exec-1] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_809992_1761285185784"} -2025-10-24 14:53:22 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_809992_1761285185784","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 14:53:22 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_809992_1761285185784"} -2025-10-24 14:53:22 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_809992_1761285185784","errorCondition":null,"errorDescription":null,"hostName":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 14:53:22 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_809992_1761285185784","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_809992_1761285185784","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f769f925744446dd9e45cb096a6c56e1_G5"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_809992_1761285185784","sessionName":"hgzero-eventhub-name","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_809992_1761285185784"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_809992_1761285185784","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_809992_1761285185784","entityPath":"$cbs","linkName":"cbs"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_809992_1761285185784","entityPath":"$cbs"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_809992_1761285185784","entityPath":"$cbs","subscriberId":"un_ea7643_1761285203367"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_809992_1761285185784","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_809992_1761285185784","entityPath":"$cbs"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_809992_1761285185784","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new send link.","connectionId":"MF_809992_1761285185784","linkName":"hgzero-eventhub-name","sessionName":"hgzero-eventhub-name"} -2025-10-24 14:53:23 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_809992_1761285185784","linkName":"hgzero-eventhub-name","entityPath":"hgzero-eventhub-name","remoteTarget":"Target{address='hgzero-eventhub-name', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=minjun.kim@example.com -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=seoyeon.park@example.com -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.h.m.i.e.p.EventHubPublisher - 회의 생성 알림 발행 완료 - meetingId: aad16b61-c41b-48a6-bf74-b0dc4dff6f20, participants count: 2 -2025-10-24 14:53:23 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=aad16b61-c41b-48a6-bf74-b0dc4dff6f20, participants=2 -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: aad16b61-c41b-48a6-bf74-b0dc4dff6f20 -2025-10-24 14:53:23 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: aad16b61-c41b-48a6-bf74-b0dc4dff6f20 -2025-10-24 14:53:23 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 1754ms -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_809992_1761285185784","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 14:57:08 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@8616368] for TypeConfiguration -2025-10-24 14:57:08 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@1e97791e] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@8616368] -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 14:57:08 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 15:10:59 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 86477 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 15:10:59 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 15:10:59 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 15:10:59 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:10:59 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 15:10:59 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 5 JPA repository interfaces. -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:11:00 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 15:11:00 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 15:11:00 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 15:11:00 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 15:11:00 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 15:11:00 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1017 ms -2025-10-24 15:11:00 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 15:11:00 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 15:11:00 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1b732dd -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1b732dd -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@1b732dd -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3458dab6 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3458dab6 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@23d060c2 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@23d060c2 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@59278072 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@59278072 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@61be6051 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@61be6051 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@61be6051 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@13c18bba -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@13c18bba -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@13c18bba -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@33373f70 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@33373f70 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@56f61d74 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@44d84313 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@44d84313 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@5bdb9c69 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@511de4dd -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@37e64e37 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@37e64e37 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@37e64e37 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@31204303 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@31204303 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@31204303 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@369fb99a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@369fb99a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@369fb99a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@3e839aa3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@3e839aa3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@751bb780 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@751bb780 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2919aff3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@639948a2 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@416d90f0 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@416d90f0 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@696298ea -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@de0c402 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@de0c402 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@de0c402 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@24955144 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@9d2af36 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@740ad32e -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@7f41d979 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@7f41d979 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@71d0b8a4 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@71d0b8a4 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@6d6712b7 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4f563f96 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@3eadad14 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@4acc27fd -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1feb76b9 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@61bf405d -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@32298473 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@32298473 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@19f1be04 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@19f1be04 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5d6b5d3d -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5d6b5d3d -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@464d5365 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@464d5365 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@38394dc3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@38394dc3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2cacd55e -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2ba9f743 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@7535f28 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@7535f28 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@75f65d54 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3f3a6091 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5b4d9bda -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@467a2584 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@467a2584 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@121dce2 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6df31abf -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5a57cf90 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5a57cf90 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@4d16975b -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@4d16975b -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@425f94d7 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@425f94d7 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@425f94d7 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@378c48c1 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@378c48c1 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@378c48c1 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@53432aef -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2a16d393 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@14d1032a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@14d1032a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@414e8b31 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@414e8b31 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@414e8b31 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@b90c5a5 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1786150f -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@bd28c86 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3ef089ce -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@3340ce58 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@3340ce58 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@14499b52 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@be083e1 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@3164d5aa -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4e3ffd0 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5ca86715 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@53d808ea -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@49153009 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@49153009 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@3c1908c8 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-24 15:11:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-24 15:11:00 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 15:11:00 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 15:11:01 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@ca0a21f -2025-10-24 15:11:01 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 15:11:01 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 15:11:01 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2627335c) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5470753a) -2025-10-24 15:11:01 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@5b634e24) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@7b0dfa91) -2025-10-24 15:11:01 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 15:11:01 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@10e4cc6 -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@10e4cc6 -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@49153009` -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:11:01 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:11:01 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@12811f95] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@68f1b89] -2025-10-24 15:11:02 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 15:11:02 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@12811f95] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@39cf7f3c] -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 15:11:02 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 15:11:02 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@39cf7f3c] for TypeConfiguration -2025-10-24 15:11:02 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:11:02 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 15:11:03 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 15:11:03 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 15:11:03 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 15:11:03 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 15:11:03 [main] 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-24 15:11:03 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: d2811e11-9c5f-4fe5-a206-fe516794e2f0 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 15:11:03 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 15:11:03 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 15:11:03 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 15:11:03 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 15:11:04 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 15:11:04 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 5.009 seconds (process running for 5.159) -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 15:11:34 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 15:11:34 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 15:11:34 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@734210c0] -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 15:11:34 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 15:11:34 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 15:11:34 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 15:11:35 [http-nio-8082-exec-1] ERROR c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 실패 - meetingId: f15671d5-680e-42ba-a101-6469fa9f7ce5 -org.springframework.data.redis.RedisSystemException: Error in execution - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:52) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:50) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) - at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40) - at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:310) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:1012) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$3(LettuceConnection.java:447) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:673) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$DefaultSingleInvocationSpec.get(LettuceInvoker.java:589) - at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.setEx(LettuceStringCommands.java:134) - at org.springframework.data.redis.connection.DefaultedRedisConnection.setEx(DefaultedRedisConnection.java:340) - at org.springframework.data.redis.core.DefaultValueOperations$8.potentiallyUsePsetEx(DefaultValueOperations.java:265) - at org.springframework.data.redis.core.DefaultValueOperations$8.doInRedis(DefaultValueOperations.java:258) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:411) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:378) - at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) - at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:253) - at org.springframework.data.redis.core.ValueOperations.set(ValueOperations.java:75) - at com.unicorn.hgzero.meeting.infra.cache.CacheService.cacheMeeting(CacheService.java:49) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.cache.CacheService$$SpringCGLIB$$0.cacheMeeting() - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:92) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:66) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -Caused by: io.lettuce.core.RedisReadOnlyException: READONLY You can't write against a read only replica. - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:144) - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116) - at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120) - at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111) - at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:63) - at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:745) - at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:680) - at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:597) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) - at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - ... 1 common frames omitted -2025-10-24 15:11:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=f15671d5-680e-42ba-a101-6469fa9f7ce5 -2025-10-24 15:11:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.e.p.NoOpEventPublisher - [NoOp] Meeting created: meetingId=f15671d5-680e-42ba-a101-6469fa9f7ce5, title=test 회의, participants=2 -2025-10-24 15:11:35 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=f15671d5-680e-42ba-a101-6469fa9f7ce5, participants=2 -2025-10-24 15:11:35 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: f15671d5-680e-42ba-a101-6469fa9f7ce5 -2025-10-24 15:11:35 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 15:11:35 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: f15671d5-680e-42ba-a101-6469fa9f7ce5 -2025-10-24 15:11:35 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 755ms -2025-10-24 15:12:39 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:12:39 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@39cf7f3c] for TypeConfiguration -2025-10-24 15:12:39 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@51ad329d] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@39cf7f3c] -2025-10-24 15:12:39 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 15:12:39 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 15:12:43 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 87232 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 15:12:43 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 15:12:43 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 15:12:43 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:12:43 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 15:12:43 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:12:44 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 15:12:44 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 15:12:44 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 15:12:44 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 15:12:44 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 15:12:44 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 974 ms -2025-10-24 15:12:44 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 15:12:44 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 15:12:44 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@5383bf08 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@2586e878 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@7b7cf475 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@404dc999 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@ef85567 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1c2fb9e8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@ec3944 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@652f26da -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@652f26da -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@dd060be -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-24 15:12:44 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-24 15:12:44 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 15:12:44 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 15:12:45 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@43094e0c -2025-10-24 15:12:45 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 15:12:45 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 15:12:45 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2190508d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@70b630d) -2025-10-24 15:12:45 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@72e1e587) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@5036a286) -2025-10-24 15:12:45 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 15:12:45 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@779448b8 -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@779448b8 -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@652f26da` -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:12:45 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:12:45 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@43e2b8da] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1ac68548] -2025-10-24 15:12:45 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 15:12:45 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@43e2b8da] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@63893cf6] -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - add column purpose varchar(500) -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 15:12:46 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 15:12:46 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@63893cf6] for TypeConfiguration -2025-10-24 15:12:46 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:12:47 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 15:12:47 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 15:12:47 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 15:12:47 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 15:12:47 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 15:12:47 [main] 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-24 15:12:47 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 8ffbd4c4-264f-473d-9a01-b59b4764cf5a - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 15:12:47 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 15:12:47 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 15:12:47 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 15:12:48 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 15:12:48 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 15:12:48 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 5.04 seconds (process running for 5.201) -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@2fb903ab] -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 2 -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 2 -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.purpose, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 15:13:14 [http-nio-8082-exec-1] ERROR c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 실패 - meetingId: 82df1db3-1d3b-4758-8f43-fd0b7849e1ad -org.springframework.data.redis.RedisSystemException: Error in execution - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:52) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:50) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) - at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40) - at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:310) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:1012) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$3(LettuceConnection.java:447) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:673) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$DefaultSingleInvocationSpec.get(LettuceInvoker.java:589) - at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.setEx(LettuceStringCommands.java:134) - at org.springframework.data.redis.connection.DefaultedRedisConnection.setEx(DefaultedRedisConnection.java:340) - at org.springframework.data.redis.core.DefaultValueOperations$8.potentiallyUsePsetEx(DefaultValueOperations.java:265) - at org.springframework.data.redis.core.DefaultValueOperations$8.doInRedis(DefaultValueOperations.java:258) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:411) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:378) - at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) - at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:253) - at org.springframework.data.redis.core.ValueOperations.set(ValueOperations.java:75) - at com.unicorn.hgzero.meeting.infra.cache.CacheService.cacheMeeting(CacheService.java:49) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.cache.CacheService$$SpringCGLIB$$0.cacheMeeting() - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:92) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:66) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -Caused by: io.lettuce.core.RedisReadOnlyException: READONLY You can't write against a read only replica. - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:144) - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116) - at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120) - at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111) - at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:63) - at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:745) - at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:680) - at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:597) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) - at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - ... 1 common frames omitted -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=82df1db3-1d3b-4758-8f43-fd0b7849e1ad -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.e.p.NoOpEventPublisher - [NoOp] Meeting created: meetingId=82df1db3-1d3b-4758-8f43-fd0b7849e1ad, title=test 회의 2, participants=2 -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=82df1db3-1d3b-4758-8f43-fd0b7849e1ad, participants=2 -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 82df1db3-1d3b-4758-8f43-fd0b7849e1ad -2025-10-24 15:13:14 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, purpose, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 82df1db3-1d3b-4758-8f43-fd0b7849e1ad -2025-10-24 15:13:14 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 764ms -2025-10-24 15:14:10 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 87824 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 15:14:10 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 15:14:10 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 15:14:11 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 15:14:11 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 15:14:11 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 15:14:11 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 15:14:11 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 983 ms -2025-10-24 15:14:11 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 15:14:11 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 15:14:11 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@554d040d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@554d040d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3fe24670 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@7d6019d5 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@40b01718 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@7a587e84 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@622ba721 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@6b2f7527 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@591a4d25 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4f9213d2 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4f9213d2 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@679f59f1 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@47d81427 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@47d81427 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@31c5304f -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@43df1377 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@63f2d024 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@7b2dd35d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@405223e4 -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2d2133fd -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@58a7a58d -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@4d8522ff -2025-10-24 15:14:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1c9975a8 -2025-10-24 15:14:11 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 15:14:11 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 15:14:11 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3663af34 -2025-10-24 15:14:11 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 15:14:11 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 15:14:12 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@59bbf82e) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@75b3ef1a) -2025-10-24 15:14:12 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@43e2b8da) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@1ac68548) -2025-10-24 15:14:12 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 15:14:12 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@59d09ff3 -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@59d09ff3 -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@47d81427` -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:12 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:12 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1e965426] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@575fe6da] -2025-10-24 15:14:12 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 15:14:12 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1e965426] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@51aa8c0f] -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 15:14:12 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 15:14:13 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@51aa8c0f] for TypeConfiguration -2025-10-24 15:14:13 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:14:13 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 15:14:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 15:14:13 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 15:14:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 15:14:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 15:14:13 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 15:14:13 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 15:14:13 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_4c9b75_1761286453834"} -2025-10-24 15:14:13 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:14:14 [main] 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-24 15:14:14 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 08abe959-7bb3-4f40-b481-09bb47c74fc3 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 15:14:14 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 15:14:14 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 15:14:14 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 15:14:14 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 15:14:14 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' -2025-10-24 15:14:14 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:14:14 [main] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_4c9b75_1761286453834","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 15:14:14 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:14:14 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:14:14 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@51aa8c0f] for TypeConfiguration -2025-10-24 15:14:14 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@173de441] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@51aa8c0f] -2025-10-24 15:14:14 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 15:14:14 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 15:14:14 [main] INFO o.s.b.a.l.ConditionEvaluationReportLogger - - -Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. -2025-10-24 15:14:14 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Web server failed to start. Port 8082 was already in use. - -Action: - -Identify and stop the process that's listening on port 8082 or configure this application to listen on another port. - -2025-10-24 15:14:35 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:14:35 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@63893cf6] for TypeConfiguration -2025-10-24 15:14:35 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7eebc7c2] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@63893cf6] -2025-10-24 15:14:35 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 15:14:36 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 15:14:39 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 88018 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 15:14:39 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 15:14:39 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 15:14:39 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:14:39 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 15:14:39 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 61 ms. Found 5 JPA repository interfaces. -2025-10-24 15:14:39 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:14:39 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:14:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2025-10-24 15:14:40 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 15:14:40 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 15:14:40 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 15:14:40 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 15:14:40 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 960 ms -2025-10-24 15:14:40 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 15:14:40 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 15:14:40 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@4a5d5b38 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7a47f0be -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@2d8087da -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4f7ef948 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6fdaef04 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@2a5d2041 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3cacc87 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3bc6c10f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3dcbbbc -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3dcbbbc -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4040ccae -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@15bb8ed5 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@18f8ebd4 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@7e1fb22c -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@38fc34fd -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@7178d811 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2e013ba1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2d8c729f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@740ee00f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@430106cf -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@647af13d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@2aac6fa7 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@2aac6fa7 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@29a1ec65 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@625db0e0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@511d568f -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1805ca5c -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3e61cffd -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@3134b261 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@3134b261 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@aa633e6 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@aa633e6 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3cc74fc4 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@c697186 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@185a7dd0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@2358443e -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@25e796fe -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@62c53685 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@554d040d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3fe24670 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3c46e6f6 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7d6019d5 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@40b01718 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@6d4c18b8 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@663622b1 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1be52113 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5badeda0 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1dd247b -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6aae82cc -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@6604f246 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6604f246 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@5f0ca069 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@6a6a2fdd -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@6e66b498 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@54d35ed5 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@6f7c9755 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@45abbd24 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@1e32037d -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@5059d398 -2025-10-24 15:14:40 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@5b1420f9 -2025-10-24 15:14:40 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 15:14:40 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 15:14:41 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1d38cdde -2025-10-24 15:14:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 15:14:41 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 15:14:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@644f6e89) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@9ae0794) -2025-10-24 15:14:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@60e5eed0) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@680937c9) -2025-10-24 15:14:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 15:14:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@435a2c7d -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@435a2c7d -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@6604f246` -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:14:41 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@35451ba6] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@21d48c40] -2025-10-24 15:14:41 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 15:14:41 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@35451ba6] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@c42ee90] -2025-10-24 15:14:41 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 15:14:42 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 15:14:42 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 15:14:42 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 15:14:42 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 15:14:42 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 15:14:42 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@c42ee90] for TypeConfiguration -2025-10-24 15:14:42 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:14:42 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 15:14:42 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 15:14:42 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 15:14:43 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 15:14:43 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 15:14:43 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 15:14:43 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 15:14:43 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_281659_1761286483128"} -2025-10-24 15:14:43 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:14:43 [main] 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-24 15:14:43 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: a44a316c-f5ac-4f9f-87a0-8a44a2709a41 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 15:14:43 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 15:14:43 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 15:14:43 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 15:14:43 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 15:14:43 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 15:14:43 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.689 seconds (process running for 4.829) -2025-10-24 15:14:57 [http-nio-8082-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 15:14:57 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 15:14:57 [http-nio-8082-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 15:14:57 [http-nio-8082-exec-2] WARN o.s.w.s.m.s.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [3] in public org.springframework.http.ResponseEntity> com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(java.lang.String,java.lang.String,java.lang.String,com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest): [Field error in object 'createMeetingRequest' on field 'purpose': rejected value [null]; codes [NotBlank.createMeetingRequest.purpose,NotBlank.purpose,NotBlank.java.lang.String,NotBlank]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [createMeetingRequest.purpose,purpose]; arguments []; default message [purpose]]; default message [회의 목적은 필수입니다]] ] -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-24 15:14:57 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 15:16:49 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings -2025-10-24 15:16:49 [http-nio-8082-exec-4] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 15:16:49 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings -2025-10-24 15:16:49 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 호출 - 파라미터: [user-005, dohyunjung, dohyun.jung@example.com, com.unicorn.hgzero.meeting.infra.dto.request.CreateMeetingRequest@23b02d8] -2025-10-24 15:16:49 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 예약 요청 - userId: user-005, title: test 회의 -2025-10-24 15:16:49 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Creating meeting: test 회의 -2025-10-24 15:16:50 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* SELECT - COUNT(m) - FROM - MeetingEntity m - WHERE - m.organizerId = :organizerId - AND m.status IN ('SCHEDULED', 'IN_PROGRESS') - AND ( - ( - m.scheduledAt < :endTime - AND m.endTime > :startTime - ) - ) */ select - count(me1_0.meeting_id) - from - meetings me1_0 - where - me1_0.organizer_id=? - and me1_0.status in ('SCHEDULED', 'IN_PROGRESS') - and ( - ( - me1_0.scheduled_at? - ) - ) -2025-10-24 15:16:50 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.purpose, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 15:16:50 [http-nio-8082-exec-4] ERROR c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 실패 - meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e -org.springframework.data.redis.RedisSystemException: Error in execution - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:52) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:50) - at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41) - at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40) - at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:310) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:1012) - at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$3(LettuceConnection.java:447) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:673) - at org.springframework.data.redis.connection.lettuce.LettuceInvoker$DefaultSingleInvocationSpec.get(LettuceInvoker.java:589) - at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.setEx(LettuceStringCommands.java:134) - at org.springframework.data.redis.connection.DefaultedRedisConnection.setEx(DefaultedRedisConnection.java:340) - at org.springframework.data.redis.core.DefaultValueOperations$8.potentiallyUsePsetEx(DefaultValueOperations.java:265) - at org.springframework.data.redis.core.DefaultValueOperations$8.doInRedis(DefaultValueOperations.java:258) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:411) - at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:378) - at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97) - at org.springframework.data.redis.core.DefaultValueOperations.set(DefaultValueOperations.java:253) - at org.springframework.data.redis.core.ValueOperations.set(ValueOperations.java:75) - at com.unicorn.hgzero.meeting.infra.cache.CacheService.cacheMeeting(CacheService.java:49) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.cache.CacheService$$SpringCGLIB$$0.cacheMeeting() - at com.unicorn.hgzero.meeting.biz.service.MeetingService.createMeeting(MeetingService.java:92) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logService(LoggingAspect.java:86) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:379) - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.biz.service.MeetingService$$SpringCGLIB$$0.createMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting(MeetingController.java:66) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) - at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) - at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) - at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) - at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) - at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) - at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) - at com.unicorn.hgzero.meeting.infra.controller.MeetingController$$SpringCGLIB$$0.createMeeting() - at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) - at java.base/java.lang.reflect.Method.invoke(Method.java:580) - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) - at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590) - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) - at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) - at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) - at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) - at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) - at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) - at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) - at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) - at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) - at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) - at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) - at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) - at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) - at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) - at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) - at java.base/java.lang.Thread.run(Thread.java:1583) -Caused by: io.lettuce.core.RedisReadOnlyException: READONLY You can't write against a read only replica. - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:144) - at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116) - at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120) - at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111) - at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:63) - at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:745) - at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:680) - at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:597) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) - at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) - at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) - at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - ... 1 common frames omitted -2025-10-24 15:16:50 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cached: meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:16:50 [http-nio-8082-exec-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_281659_1761286483128","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671} -2025-10-24 15:16:50 [http-nio-8082-exec-4] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_281659_1761286483128"} -2025-10-24 15:16:50 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_281659_1761286483128","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 15:16:50 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_281659_1761286483128"} -2025-10-24 15:16:50 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_281659_1761286483128","errorCondition":null,"errorDescription":null,"hostName":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 15:16:50 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_281659_1761286483128","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_281659_1761286483128","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"7166d3b0e2e64a8580880d8f8588f788_G18"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_281659_1761286483128","sessionName":"hgzero-eventhub-name","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_281659_1761286483128"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_281659_1761286483128","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_281659_1761286483128","entityPath":"$cbs","linkName":"cbs"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_281659_1761286483128","entityPath":"$cbs"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_281659_1761286483128","entityPath":"$cbs","subscriberId":"un_6d3dee_1761286611178"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_281659_1761286483128","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_281659_1761286483128","entityPath":"$cbs"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_281659_1761286483128","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new send link.","connectionId":"MF_281659_1761286483128","linkName":"hgzero-eventhub-name","sessionName":"hgzero-eventhub-name"} -2025-10-24 15:16:51 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_281659_1761286483128","linkName":"hgzero-eventhub-name","entityPath":"hgzero-eventhub-name","remoteTarget":"Target{address='hgzero-eventhub-name', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=minjun.kim@example.com -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=notification, type=NOTIFICATION_REQUEST, partitionKey=seoyeon.park@example.com -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.h.m.i.e.p.EventHubPublisher - 회의 생성 알림 발행 완료 - meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e, participants count: 2 -2025-10-24 15:16:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Meeting invitation events published: meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e, participants=2 -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Meeting created successfully: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:16:51 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */insert - into - meetings (created_at, description, end_time, ended_at, location, organizer_id, participants, purpose, scheduled_at, started_at, status, template_id, title, updated_at, meeting_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 예약 완료 - userId: user-005, meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:16:51 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.createMeeting 완료 - 실행시간: 1831ms -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_281659_1761286483128","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:19:59 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@c42ee90] for TypeConfiguration -2025-10-24 15:19:59 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@626c0d] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@c42ee90] -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 15:19:59 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-24 15:37:09 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 96456 (/Users/daewoong/home/workspace/HGZero/meeting/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/meeting) -2025-10-24 15:37:09 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 15:37:09 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-24 15:37:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:37:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 15:37:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 59 ms. Found 6 JPA repository interfaces. -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.SessionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository -2025-10-24 15:37:10 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2025-10-24 15:37:10 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-24 15:37:10 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 15:37:10 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 15:37:10 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 15:37:10 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 999 ms -2025-10-24 15:37:10 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 15:37:10 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 15:37:10 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@7509226c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4c9cce17 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@73316a0a -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@63a7af06 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@5f01fb5c -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@75c77add -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@d5e3f55 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@53df7e67 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3d4b45b -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@4d0b276e -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@31531d0d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@19d76106 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@3f87780b -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@2ba318c2 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@231d3ce -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@204c5ddf -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@240f2efd -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@175957b6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1b7a4930 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@591a4d25 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@4bfe83d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@5906ebfb -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@10fc1a22 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@1b841e7d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@6081f330 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@eb695e8 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@7eebb316 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@45273d40 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2a504ea7 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@10f397d0 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@33a3e5db -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@4f9213d2 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@679f59f1 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@6b5e1fc5 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@47ffa248 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@18ac25e6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@18ac25e6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5e1a7d3 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5e1a7d3 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1eda309d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@248d2cec -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5d77be8e -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@55a055cc -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@1ab1d93d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@1ab1d93d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@57167ccb -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@37753b69 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@602c167e -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@74c04377 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@74c04377 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@10d49900 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@e645600 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@e7b3e54 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@e7b3e54 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@78d61f17 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@78d61f17 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4cfe9594 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4cfe9594 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4cfe9594 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@60861e5d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@60861e5d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@60861e5d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@37d81587 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@7f3e9acc -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@47d4e28a -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@47d4e28a -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@177068db -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@177068db -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@177068db -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@60f3239f -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@6b103db7 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@b3042ed -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@b3042ed -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@1f12d5e0 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@1f12d5e0 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@1f12d5e0 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@6604f246 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@6604f246 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@c1386b4 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@c1386b4 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@53d9af1 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@53d9af1 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@c89e263 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@c89e263 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4d5ea776 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4d5ea776 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5d68be4f -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@34eb5d01 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@5521407f -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5521407f -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@7305cfb1 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@582c1f8d -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@443253a6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@191774d6 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@21ffc00e -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@134955bb -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@45b08b17 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6723e6b3 -2025-10-24 15:37:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3883b5e9 -2025-10-24 15:37:10 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 15:37:10 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 15:37:11 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@162e29a1 -2025-10-24 15:37:11 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 15:37:11 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-24 15:37:11 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@d641499) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@634d3439) -2025-10-24 15:37:11 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@44e0c3d) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@71891d6b) -2025-10-24 15:37:11 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 15:37:11 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@63896cf7 -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@63896cf7 -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@5521407f` -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:37:11 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 15:37:11 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6fe337a5] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7d60bd5a] -2025-10-24 15:37:11 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-24 15:37:11 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6fe337a5] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@188500e9] -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column participants set data type TEXT -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - create table sessions ( - session_id varchar(50) not null, - created_at timestamp(6) not null, - updated_at timestamp(6) not null, - ended_at timestamp(6), - meeting_id varchar(50) not null, - minutes_id varchar(50), - started_at timestamp(6) not null, - started_by varchar(50) not null, - status varchar(20) not null, - primary key (session_id) - ) -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-24 15:37:12 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-24 15:37:12 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@188500e9] for TypeConfiguration -2025-10-24 15:37:12 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 15:37:12 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** -2025-10-24 15:37:13 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-24 15:37:13 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_e4b94c_1761287833470"} -2025-10-24 15:37:13 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:37:13 [main] 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-24 15:37:13 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: fc24964d-2039-440d-8e58-2eb38fcd3eb8 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 15:37:13 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 15:37:13 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-24 15:37:13 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 15:37:13 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-24 15:37:14 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-24 15:37:14 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.937 seconds (process running for 5.094) -2025-10-24 15:38:21 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 15:38:21 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 15:38:21 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms -2025-10-24 15:38:21 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/4b340eed-31d9-4b7b-a95f-65180d9f663e/start -2025-10-24 15:38:21 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 15:38:21 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/4b340eed-31d9-4b7b-a95f-65180d9f663e/start -2025-10-24 15:38:21 [http-nio-8082-exec-1] WARN o.s.w.s.m.s.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.bind.MissingRequestHeaderException: Required request header 'X-User-Id' for method parameter type String is not present] -2025-10-24 15:38:21 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-24 15:38:21 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-24 15:38:22 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 15:39:50 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/4b340eed-31d9-4b7b-a95f-65180d9f663e/start -2025-10-24 15:39:50 [http-nio-8082-exec-4] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: dohyunjung (user-005) -2025-10-24 15:39:50 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/4b340eed-31d9-4b7b-a95f-65180d9f663e/start -2025-10-24 15:39:50 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.startMeeting 호출 - 파라미터: [4b340eed-31d9-4b7b-a95f-65180d9f663e, user-005, dohyunjung, dohyun.jung@example.com] -2025-10-24 15:39:50 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 시작 요청 - meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e, userId: user-005 -2025-10-24 15:39:51 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Starting meeting: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Cache miss for meeting: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - select - me1_0.meeting_id, - me1_0.created_at, - me1_0.description, - me1_0.end_time, - me1_0.ended_at, - me1_0.location, - me1_0.organizer_id, - me1_0.participants, - me1_0.purpose, - me1_0.scheduled_at, - me1_0.started_at, - me1_0.status, - me1_0.template_id, - me1_0.title, - me1_0.updated_at - from - meetings me1_0 - where - me1_0.meeting_id=? -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.infra.cache.CacheService - 회의 정보 캐시 저장 - meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - select - se1_0.session_id, - se1_0.created_at, - se1_0.ended_at, - se1_0.meeting_id, - se1_0.minutes_id, - se1_0.started_at, - se1_0.started_by, - se1_0.status, - se1_0.updated_at - from - sessions se1_0 - where - se1_0.session_id=? -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Session created: sessionId=90de549f-ff4f-4098-a0c0-8f2cd28b1176, meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Meeting status updated to IN_PROGRESS: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.infra.cache.CacheService - 캐시 삭제 - key: meeting:4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Meeting cache evicted: 4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - select - me1_0.minutes_id, - me1_0.created_at, - me1_0.created_by, - me1_0.finalized_at, - me1_0.finalized_by, - me1_0.meeting_id, - me1_0.status, - me1_0.title, - me1_0.updated_at, - me1_0.version, - s1_0.minutes_id, - s1_0.section_id, - s1_0.content, - s1_0.created_at, - s1_0.locked, - s1_0.locked_by, - s1_0."order", - s1_0.title, - s1_0.type, - s1_0.updated_at, - s1_0.verified - from - minutes me1_0 - left join - minutes_sections s1_0 - on me1_0.minutes_id=s1_0.minutes_id - where - me1_0.minutes_id=? -2025-10-24 15:39:51 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - Minutes draft created: minutesId=30e642a9-fa4d-4cbe-a838-33214aaa2170, meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:51 [http-nio-8082-exec-4] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Creating and starting connection.","connectionId":"MF_e4b94c_1761287833470","hostName":"hgzero-eventhub-ns.servicebus.windows.net","port":5671} -2025-10-24 15:39:51 [http-nio-8082-exec-4] INFO c.a.c.a.i.ReactorExecutor - {"az.sdk.message":"Starting reactor.","connectionId":"MF_e4b94c_1761287833470"} -2025-10-24 15:39:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionInit","connectionId":"MF_e4b94c_1761287833470","hostName":"hgzero-eventhub-ns.servicebus.windows.net","namespace":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 15:39:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ReactorHandler - {"az.sdk.message":"reactor.onReactorInit","connectionId":"MF_e4b94c_1761287833470"} -2025-10-24 15:39:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionLocalOpen","connectionId":"MF_e4b94c_1761287833470","errorCondition":null,"errorDescription":null,"hostName":"hgzero-eventhub-ns.servicebus.windows.net"} -2025-10-24 15:39:51 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionBound","connectionId":"MF_e4b94c_1761287833470","hostName":"hgzero-eventhub-ns.servicebus.windows.net","peerDetails":"hgzero-eventhub-ns.servicebus.windows.net:5671"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.ConnectionHandler - {"az.sdk.message":"onConnectionRemoteOpen","connectionId":"MF_e4b94c_1761287833470","hostName":"hgzero-eventhub-ns.servicebus.windows.net","remoteContainer":"f95a8629f37b4a79bf39489e5eb57624_G17"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is now active.","entityPath":"hgzero-eventhub-name"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_e4b94c_1761287833470","sessionName":"hgzero-eventhub-name","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Setting CBS channel.","connectionId":"MF_e4b94c_1761287833470"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.SessionHandler - {"az.sdk.message":"onSessionRemoteOpen","connectionId":"MF_e4b94c_1761287833470","sessionName":"cbs-session","sessionIncCapacity":0,"sessionOutgoingWindow":2147483647} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Emitting new response channel.","connectionId":"MF_e4b94c_1761287833470","entityPath":"$cbs","linkName":"cbs"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Setting next AMQP channel.","connectionId":"MF_e4b94c_1761287833470","entityPath":"$cbs"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Next AMQP channel received.","connectionId":"MF_e4b94c_1761287833470","entityPath":"$cbs","subscriberId":"un_93ac20_1761287992168"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_e4b94c_1761287833470","linkName":"cbs:sender","entityPath":"$cbs","remoteTarget":"Target{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.AmqpChannelProcessor - {"az.sdk.message":"Channel is now active.","connectionId":"MF_e4b94c_1761287833470","entityPath":"$cbs"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.ReceiveLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_e4b94c_1761287833470","entityPath":"$cbs","linkName":"cbs:receiver","remoteSource":"Source{address='$cbs', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, distributionMode=null, filter=null, defaultOutcome=null, outcomes=null, capabilities=null}"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.ActiveClientTokenManager - {"az.sdk.message":"Scheduling refresh token task.","scopes":"amqp://hgzero-eventhub-ns.servicebus.windows.net/hgzero-eventhub-name"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.ReactorSession - {"az.sdk.message":"Creating a new send link.","connectionId":"MF_e4b94c_1761287833470","linkName":"hgzero-eventhub-name","sessionName":"hgzero-eventhub-name"} -2025-10-24 15:39:52 [reactor-executor-1] INFO c.a.c.a.i.handler.SendLinkHandler - {"az.sdk.message":"onLinkRemoteOpen","connectionId":"MF_e4b94c_1761287833470","linkName":"hgzero-eventhub-name","entityPath":"hgzero-eventhub-name","remoteTarget":"Target{address='hgzero-eventhub-name', durable=NONE, expiryPolicy=SESSION_END, timeout=0, dynamic=false, dynamicNodeProperties=null, capabilities=null}"} -2025-10-24 15:39:52 [http-nio-8082-exec-4] INFO c.u.h.m.i.e.p.EventHubPublisher - 이벤트 발행 완료: topic=meeting, type=MEETING_STARTED, partitionKey=4b340eed-31d9-4b7b-a95f-65180d9f663e -2025-10-24 15:39:52 [http-nio-8082-exec-4] DEBUG c.u.h.m.biz.service.MeetingService - MeetingStarted event published: meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e, sessionId=90de549f-ff4f-4098-a0c0-8f2cd28b1176 -2025-10-24 15:39:52 [http-nio-8082-exec-4] INFO c.u.h.m.biz.service.MeetingService - Meeting started successfully: meetingId=4b340eed-31d9-4b7b-a95f-65180d9f663e, sessionId=90de549f-ff4f-4098-a0c0-8f2cd28b1176, minutesId=30e642a9-fa4d-4cbe-a838-33214aaa2170 -2025-10-24 15:39:52 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.SessionEntity */insert - into - sessions (created_at, ended_at, meeting_id, minutes_id, started_at, started_by, status, updated_at, session_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 15:39:52 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* insert for - com.unicorn.hgzero.meeting.infra.gateway.entity.MinutesEntity */insert - into - minutes (created_at, created_by, finalized_at, finalized_by, meeting_id, status, title, updated_at, version, minutes_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-24 15:39:52 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* update - for com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingEntity */update meetings - set - description=?, - end_time=?, - ended_at=?, - location=?, - organizer_id=?, - participants=?, - purpose=?, - scheduled_at=?, - started_at=?, - status=?, - template_id=?, - title=?, - updated_at=? - where - meeting_id=? -2025-10-24 15:39:52 [http-nio-8082-exec-4] DEBUG org.hibernate.SQL - - /* update - for com.unicorn.hgzero.meeting.infra.gateway.entity.SessionEntity */update sessions - set - ended_at=?, - meeting_id=?, - minutes_id=?, - started_at=?, - started_by=?, - status=?, - updated_at=? - where - session_id=? -2025-10-24 15:39:52 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.MeetingController - 회의 시작 완료 - meetingId: 4b340eed-31d9-4b7b-a95f-65180d9f663e, sessionId: 90de549f-ff4f-4098-a0c0-8f2cd28b1176 -2025-10-24 15:39:52 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.startMeeting 완료 - 실행시간: 1797ms -2025-10-24 15:44:09 [lettuce-nioEventLoop-6-1] INFO i.l.core.protocol.CommandHandler - null Unexpected exception during request: java.net.SocketException: Connection reset -java.net.SocketException: Connection reset - at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) - at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) - at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:255) - at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) - at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:356) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - at java.base/java.lang.Thread.run(Thread.java:1583) -2025-10-24 15:44:09 [lettuce-eventExecutorLoop-1-2] INFO i.l.core.protocol.ConnectionWatchdog - Reconnecting, last destination was /20.249.177.114:6379 -2025-10-24 15:44:09 [lettuce-nioEventLoop-6-2] INFO i.l.c.protocol.ReconnectionHandler - Reconnected to 20.249.177.114/:6379 +2025-10-27 09:11:35 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-27 09:11:35 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-27 09:11:36 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-27 09:11:36 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-27 09:11:36 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-27 09:11:36 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.804 seconds (process running for 4.978) +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 22 ms +2025-10-27 11:13:44 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/84ab9fa5-f3f9-43af-8462-1dc60e62a84e/end +2025-10-27 11:13:44 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 1 (minjun.kim@example.com) +2025-10-27 11:13:44 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/84ab9fa5-f3f9-43af-8462-1dc60e62a84e/end +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting 호출 - 파라미터: [84ab9fa5-f3f9-43af-8462-1dc60e62a84e, minjun.kim@example.com, 1, 1] +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 종료 요청 - meetingId: 84ab9fa5-f3f9-43af-8462-1dc60e62a84e, userId: minjun.kim@example.com +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 종료 완료 (Mock) - meetingId: 84ab9fa5-f3f9-43af-8462-1dc60e62a84e +2025-10-27 11:13:44 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting 완료 - 실행시간: 10ms diff --git a/meeting/logs/meeting-service.log.2025-10-24.0.gz b/meeting/logs/meeting-service.log.2025-10-24.0.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc7b1c10fe2bd52b296e50132e303f6db85c0f0b GIT binary patch literal 200823 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�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�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 {FDqlr-SGmxpZ*XVkaG!f|<%mZpMx*wx< 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

Go9UH{AhI)Mxvknf{J#(D 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 keywords; + + /** + * 안건별 분석 결과 + */ + private List agendaAnalyses; + + /** + * 전체 회의 분석 상태 (PENDING, IN_PROGRESS, COMPLETED, FAILED) + */ + private String status; + + /** + * 분석 완료 시간 + */ + private LocalDateTime completedAt; + + /** + * 생성 시간 + */ + private LocalDateTime createdAt; + + /** + * 분석 완료 처리 + */ + public void complete() { + this.status = "COMPLETED"; + this.completedAt = LocalDateTime.now(); + } + + /** + * 분석 실패 처리 + */ + public void fail() { + this.status = "FAILED"; + } + + /** + * 분석 진행 중 처리 + */ + public void startAnalysis() { + this.status = "IN_PROGRESS"; + } + + @Getter + @Builder + @NoArgsConstructor + @AllArgsConstructor + public static class AgendaAnalysis { + /** + * 안건 ID + */ + private String agendaId; + + /** + * 안건 제목 + */ + private String title; + + /** + * AI 요약 (간략) + */ + private String aiSummaryShort; + + /** + * 논의 주제 + */ + private String discussion; + + /** + * 결정 사항 + */ + private List decisions; + + /** + * 보류 사항 + */ + private List pending; + + /** + * 추출된 Todo 목록 + */ + private List extractedTodos; + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/dto/MeetingEndDTO.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/dto/MeetingEndDTO.java new file mode 100644 index 0000000..7e38d6a --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/dto/MeetingEndDTO.java @@ -0,0 +1,45 @@ +package com.unicorn.hgzero.meeting.biz.dto; + +import lombok.Builder; +import lombok.Getter; + +import java.util.List; + +/** + * 회의 종료 비즈니스 DTO + */ +@Getter +@Builder +public class MeetingEndDTO { + + private final String title; + private final int participantCount; + private final int durationMinutes; + private final int agendaCount; + private final int todoCount; + private final List keywords; + private final List agendaSummaries; + + @Getter + @Builder + public static class AgendaSummaryDTO { + private final String title; + private final String aiSummaryShort; + private final AgendaDetailsDTO details; + private final List todos; + } + + @Getter + @Builder + public static class AgendaDetailsDTO { + private final String discussion; + private final List decisions; + private final List pending; + } + + @Getter + @Builder + public static class TodoSummaryDTO { + private final String title; + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/MeetingService.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/MeetingService.java index 9d295a8..ea6a4a6 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/MeetingService.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/service/MeetingService.java @@ -3,11 +3,16 @@ package com.unicorn.hgzero.meeting.biz.service; import com.unicorn.hgzero.common.exception.BusinessException; import com.unicorn.hgzero.common.exception.ErrorCode; import com.unicorn.hgzero.meeting.biz.domain.Meeting; +import com.unicorn.hgzero.meeting.biz.domain.MeetingAnalysis; import com.unicorn.hgzero.meeting.biz.domain.Minutes; import com.unicorn.hgzero.meeting.biz.domain.Session; +import com.unicorn.hgzero.meeting.biz.dto.MeetingEndDTO; import com.unicorn.hgzero.meeting.biz.usecase.in.meeting.*; import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingReader; import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingWriter; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingAnalysisReader; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingAnalysisWriter; +import com.unicorn.hgzero.meeting.biz.usecase.out.MinutesReader; import com.unicorn.hgzero.meeting.biz.usecase.out.MinutesWriter; import com.unicorn.hgzero.meeting.biz.usecase.out.SessionReader; import com.unicorn.hgzero.meeting.biz.usecase.out.SessionWriter; @@ -42,7 +47,10 @@ public class MeetingService implements private final MeetingWriter meetingWriter; private final SessionReader sessionReader; private final SessionWriter sessionWriter; + private final MinutesReader minutesReader; private final MinutesWriter minutesWriter; + private final MeetingAnalysisReader meetingAnalysisReader; + private final MeetingAnalysisWriter meetingAnalysisWriter; private final CacheService cacheService; private final EventPublisher eventPublisher; @@ -255,30 +263,165 @@ public class MeetingService implements } /** - * 회의 종료 + * 회의 종료 및 AI 분석 */ @Override @Transactional - public Meeting endMeeting(String meetingId) { + public MeetingEndDTO endMeeting(String meetingId) { log.info("Ending meeting: {}", meetingId); - // 회의 조회 + // 1. 회의 조회 + log.debug("Searching for meeting with ID: {}", meetingId); Meeting meeting = meetingReader.findById(meetingId) - .orElseThrow(() -> new BusinessException(ErrorCode.ENTITY_NOT_FOUND)); + .orElseThrow(() -> { + log.error("Meeting not found: {}", meetingId); + return new BusinessException(ErrorCode.ENTITY_NOT_FOUND, "회의를 찾을 수 없습니다: " + meetingId); + }); + log.debug("Found meeting: {}, status: {}", meeting.getTitle(), meeting.getStatus()); - // 회의 상태 검증 - if (!"IN_PROGRESS".equals(meeting.getStatus())) { - throw new BusinessException(ErrorCode.INVALID_INPUT_VALUE); + // 2. 회의 상태 검증 (SCHEDULED 또는 IN_PROGRESS만 종료 가능) + if (!"SCHEDULED".equals(meeting.getStatus()) && !"IN_PROGRESS".equals(meeting.getStatus())) { + log.warn("Invalid meeting status for ending: meetingId={}, status={}", meetingId, meeting.getStatus()); + throw new BusinessException(ErrorCode.INVALID_INPUT_VALUE, + "회의를 종료할 수 없는 상태입니다. 현재 상태: " + meeting.getStatus()); } - // 회의 종료 + // 3. 회의 종료 meeting.end(); - - // 저장 Meeting updatedMeeting = meetingWriter.save(meeting); + // 4. 회의록 조회 (SCHEDULED 상태면 빈 회의록 생성, IN_PROGRESS면 기존 회의록 조회) + Minutes minutes; + if ("SCHEDULED".equals(meeting.getStatus())) { + // SCHEDULED 상태에서 종료하는 경우 빈 회의록 생성 + String minutesId = UUID.randomUUID().toString(); + minutes = Minutes.builder() + .minutesId(minutesId) + .meetingId(meetingId) + .title(meeting.getTitle() + " - 회의록") + .sections(List.of()) + .status("DRAFT") + .version(1) + .createdBy(meeting.getOrganizerId()) + .createdAt(LocalDateTime.now()) + .build(); + minutesWriter.save(minutes); + log.info("Empty minutes created for SCHEDULED meeting: meetingId={}, minutesId={}", meetingId, minutesId); + } else { + // IN_PROGRESS 상태면 기존 회의록 조회 + log.debug("Searching for existing minutes for meeting: {}", meetingId); + minutes = minutesReader.findLatestByMeetingId(meetingId) + .orElseThrow(() -> { + log.error("Minutes not found for meeting: {}", meetingId); + return new BusinessException(ErrorCode.ENTITY_NOT_FOUND, "회의록을 찾을 수 없습니다: " + meetingId); + }); + log.debug("Found minutes: {}", minutes.getTitle()); + } + + // 5. AI 분석 수행 (현재는 Mock 데이터로 구현) + MeetingAnalysis analysis = performAIAnalysis(meeting, minutes); + meetingAnalysisWriter.save(analysis); + + // 6. 결과 DTO 구성 + MeetingEndDTO result = buildMeetingEndDTO(meeting, analysis); + log.info("Meeting ended successfully: {}", meetingId); - return updatedMeeting; + return result; + } + + /** + * AI 분석 수행 (Mock 구현) + */ + private MeetingAnalysis performAIAnalysis(Meeting meeting, Minutes minutes) { + log.info("Performing AI analysis for meeting: {}", meeting.getMeetingId()); + + // Mock 데이터로 구현 (실제로는 AI 서비스 호출) + List keywords = List.of( + "#신제품기획", "#예산편성", "#일정조율", + "#시장조사", "#UI/UX", "#개발스펙" + ); + + List agendaAnalyses = List.of( + MeetingAnalysis.AgendaAnalysis.builder() + .agendaId("agenda-1") + .title("1. 신제품 기획 방향성") + .aiSummaryShort("타겟 고객을 20-30대로 설정, UI/UX 개선 집중") + .discussion("신제품의 주요 타겟 고객층을 20-30대 직장인으로 설정하고, 기존 제품 대비 UI/UX를 대폭 개선하기로 함") + .decisions(List.of("타겟 고객: 20-30대 직장인", "UI/UX 개선을 최우선 과제로 설정")) + .pending(List.of()) + .extractedTodos(List.of("시장 조사 보고서 작성", "UI/UX 개선안 초안 작성")) + .build(), + MeetingAnalysis.AgendaAnalysis.builder() + .agendaId("agenda-2") + .title("2. 예산 편성 및 일정") + .aiSummaryShort("총 예산 5억, 개발 기간 6개월 확정") + .discussion("신제품 개발을 위한 총 예산을 5억원으로 책정하고, 개발 기간은 6개월로 확정함") + .decisions(List.of("총 예산: 5억원", "개발 기간: 6개월", "예산 배분: 개발 60%, 마케팅 40%")) + .pending(List.of("세부 일정 확정은 다음 회의에서 논의")) + .extractedTodos(List.of("세부 개발 일정 수립")) + .build(), + MeetingAnalysis.AgendaAnalysis.builder() + .agendaId("agenda-3") + .title("3. 기술 스택 및 개발 방향") + .aiSummaryShort("React 기반 프론트엔드, AI 챗봇 기능 추가") + .discussion("프론트엔드는 React 기반으로 개발하고, 고객 지원을 위한 AI 챗봇 기능을 추가하기로 함") + .decisions(List.of("프론트엔드: React 기반", "AI 챗봇 기능 추가", "Next.js 도입 검토")) + .pending(List.of("AI 챗봇 학습 데이터 확보 방안")) + .extractedTodos(List.of("AI 챗봇 프로토타입 개발", "Next.js 도입 검토 보고서")) + .build() + ); + + return MeetingAnalysis.builder() + .analysisId(UUID.randomUUID().toString()) + .meetingId(meeting.getMeetingId()) + .minutesId(minutes.getMinutesId()) + .keywords(keywords) + .agendaAnalyses(agendaAnalyses) + .status("COMPLETED") + .completedAt(LocalDateTime.now()) + .createdAt(LocalDateTime.now()) + .build(); + } + + /** + * MeetingEndDTO 구성 + */ + private MeetingEndDTO buildMeetingEndDTO(Meeting meeting, MeetingAnalysis analysis) { + // 회의 시간 계산 (Mock) + int durationMinutes = 90; + + // 전체 Todo 개수 계산 + int totalTodos = analysis.getAgendaAnalyses().stream() + .mapToInt(agenda -> agenda.getExtractedTodos().size()) + .sum(); + + // 안건별 요약 DTO 변환 + List agendaSummaries = analysis.getAgendaAnalyses().stream() + .map(agenda -> MeetingEndDTO.AgendaSummaryDTO.builder() + .title(agenda.getTitle()) + .aiSummaryShort(agenda.getAiSummaryShort()) + .details(MeetingEndDTO.AgendaDetailsDTO.builder() + .discussion(agenda.getDiscussion()) + .decisions(agenda.getDecisions()) + .pending(agenda.getPending()) + .build()) + .todos(agenda.getExtractedTodos().stream() + .map(todo -> MeetingEndDTO.TodoSummaryDTO.builder() + .title(todo) + .build()) + .toList()) + .build()) + .toList(); + + return MeetingEndDTO.builder() + .title(meeting.getTitle()) + .participantCount(meeting.getParticipants() != null ? meeting.getParticipants().size() : 0) + .durationMinutes(durationMinutes) + .agendaCount(analysis.getAgendaAnalyses().size()) + .todoCount(totalTodos) + .keywords(analysis.getKeywords()) + .agendaSummaries(agendaSummaries) + .build(); } /** diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/EndMeetingUseCase.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/EndMeetingUseCase.java index 900292a..04856c9 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/EndMeetingUseCase.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/in/meeting/EndMeetingUseCase.java @@ -1,6 +1,6 @@ package com.unicorn.hgzero.meeting.biz.usecase.in.meeting; -import com.unicorn.hgzero.meeting.biz.domain.Meeting; +import com.unicorn.hgzero.meeting.biz.dto.MeetingEndDTO; /** * 회의 종료 UseCase @@ -8,7 +8,7 @@ import com.unicorn.hgzero.meeting.biz.domain.Meeting; public interface EndMeetingUseCase { /** - * 회의 종료 + * 회의 종료 및 AI 분석 */ - Meeting endMeeting(String meetingId); + MeetingEndDTO endMeeting(String meetingId); } diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisReader.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisReader.java new file mode 100644 index 0000000..9f2eba3 --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisReader.java @@ -0,0 +1,26 @@ +package com.unicorn.hgzero.meeting.biz.usecase.out; + +import com.unicorn.hgzero.meeting.biz.domain.MeetingAnalysis; + +import java.util.Optional; + +/** + * 회의 분석 Reader + */ +public interface MeetingAnalysisReader { + + /** + * 회의 ID로 분석 결과 조회 + */ + Optional findByMeetingId(String meetingId); + + /** + * 분석 ID로 분석 결과 조회 + */ + Optional findById(String analysisId); + + /** + * 회의록 ID로 분석 결과 조회 + */ + Optional findByMinutesId(String minutesId); +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisWriter.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisWriter.java new file mode 100644 index 0000000..568f25e --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/biz/usecase/out/MeetingAnalysisWriter.java @@ -0,0 +1,19 @@ +package com.unicorn.hgzero.meeting.biz.usecase.out; + +import com.unicorn.hgzero.meeting.biz.domain.MeetingAnalysis; + +/** + * 회의 분석 Writer + */ +public interface MeetingAnalysisWriter { + + /** + * 분석 결과 저장 + */ + MeetingAnalysis save(MeetingAnalysis analysis); + + /** + * 분석 결과 삭제 + */ + void delete(String analysisId); +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java index 094bc32..9976d17 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/MeetingController.java @@ -8,6 +8,7 @@ import com.unicorn.hgzero.meeting.infra.dto.request.InviteParticipantRequest; import com.unicorn.hgzero.meeting.infra.dto.request.SelectTemplateRequest; import com.unicorn.hgzero.meeting.infra.dto.response.InviteParticipantResponse; import com.unicorn.hgzero.meeting.infra.dto.response.MeetingResponse; +import com.unicorn.hgzero.meeting.infra.dto.response.MeetingEndResponse; import com.unicorn.hgzero.meeting.infra.dto.response.SessionResponse; import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Parameter; @@ -20,6 +21,7 @@ import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import jakarta.validation.Valid; +import java.util.List; /** * 회의 관리 REST API Controller @@ -169,15 +171,15 @@ public class MeetingController { * * @param meetingId 회의 ID * @param userId 사용자 ID - * @return 회의 정보 + * @return 회의 종료 결과 */ @Operation( summary = "회의 종료", - description = "진행 중인 회의를 종료하고 회의록 작성을 완료합니다. 자동 Todo 추출 및 알림 발송이 수행됩니다.", + description = "진행 중인 회의를 종료하고 AI 분석을 통해 회의록을 생성합니다. 주요 키워드 추출, 안건별 요약, Todo 자동 추출이 수행됩니다.", security = @SecurityRequirement(name = "bearerAuth") ) @PostMapping("/{meetingId}/end") - public ResponseEntity> endMeeting( + public ResponseEntity> endMeeting( @Parameter(description = "회의 ID", required = true) @PathVariable String meetingId, @Parameter(description = "사용자 ID", required = true) @@ -189,15 +191,102 @@ public class MeetingController { log.info("회의 종료 요청 - meetingId: {}, userId: {}", meetingId, userId); - var meetingData = endMeetingUseCase.endMeeting(meetingId); - var meetingDTO = MeetingDTO.from(meetingData); - var response = MeetingResponse.from(meetingDTO); + // Mock 데이터로 응답 (개발용) + var response = createMockMeetingEndResponse(meetingId); - log.info("회의 종료 완료 - meetingId: {}", meetingId); + log.info("회의 종료 완료 (Mock) - meetingId: {}", meetingId); return ResponseEntity.ok(ApiResponse.success(response)); } + /** + * 회의 종료 응답 Mock 데이터 생성 + * + * @param meetingId 회의 ID + * @return Mock 회의 종료 응답 + */ + private MeetingEndResponse createMockMeetingEndResponse(String meetingId) { + return MeetingEndResponse.builder() + .title("Q1 전략 기획 회의") + .participantCount(4) + .durationMinutes(90) + .agendaCount(3) + .todoCount(5) + .keywords(List.of("신제품 기획", "마케팅 전략", "예산 계획", "UI/UX 개선", "고객 분석")) + .agendaSummaries(List.of( + MeetingEndResponse.AgendaSummary.builder() + .title("1. 신제품 기획 방향성") + .aiSummaryShort("타겟 고객을 20-30대로 설정하고 UI/UX 개선에 집중하기로 결정") + .details(MeetingEndResponse.AgendaDetails.builder() + .discussion("신제품의 주요 타겟 고객층을 20-30대 직장인으로 설정하고 모바일 중심의 사용자 경험을 강화하는 방향으로 논의됨") + .decisions(List.of( + "타겟 고객: 20-30대 직장인", + "플랫폼: 모바일 우선", + "핵심 기능: 간편 결제, 개인화 추천" + )) + .pending(List.of( + "경쟁사 분석 보완 필요", + "기술 스택 최종 검토" + )) + .build()) + .todos(List.of( + MeetingEndResponse.TodoSummary.builder() + .title("시장 조사 보고서 작성") + .build(), + MeetingEndResponse.TodoSummary.builder() + .title("와이어프레임 초안 제작") + .build() + )) + .build(), + MeetingEndResponse.AgendaSummary.builder() + .title("2. 마케팅 전략 수립") + .aiSummaryShort("SNS 마케팅과 인플루언서 협업을 통한 브랜드 인지도 향상 계획") + .details(MeetingEndResponse.AgendaDetails.builder() + .discussion("초기 론칭 시 SNS 중심의 마케팅 전략과 마이크로 인플루언서 협업을 통한 브랜드 인지도 향상 방안 논의") + .decisions(List.of( + "마케팅 채널: 인스타그램, 틱톡 우선", + "예산 배분: 인플루언서 50%, 광고 30%, 이벤트 20%", + "론칭 시기: 2024년 2분기" + )) + .pending(List.of( + "인플루언서 리스트 검토", + "마케팅 예산 최종 승인" + )) + .build()) + .todos(List.of( + MeetingEndResponse.TodoSummary.builder() + .title("인플루언서 후보 리스트 작성") + .build(), + MeetingEndResponse.TodoSummary.builder() + .title("마케팅 예산안 상세 작성") + .build() + )) + .build(), + MeetingEndResponse.AgendaSummary.builder() + .title("3. 프로젝트 일정 및 리소스") + .aiSummaryShort("개발 6개월, 테스트 2개월로 총 8개월 일정 확정") + .details(MeetingEndResponse.AgendaDetails.builder() + .discussion("전체 프로젝트 일정을 8개월로 설정하고 개발팀 6명, 디자인팀 2명으로 팀 구성 확정") + .decisions(List.of( + "전체 일정: 8개월 (개발 6개월, 테스트 2개월)", + "팀 구성: 개발 6명, 디자인 2명, PM 1명", + "주요 마일스톤: MVP 3개월, 베타 6개월, 정식 출시 8개월" + )) + .pending(List.of( + "개발자 추가 채용 검토", + "외부 업체 협업 범위 논의" + )) + .build()) + .todos(List.of( + MeetingEndResponse.TodoSummary.builder() + .title("개발자 채용 공고 작성") + .build() + )) + .build() + )) + .build(); + } + /** * 회의 정보 조회 * diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/MeetingEndResponse.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/MeetingEndResponse.java new file mode 100644 index 0000000..1bfe8b1 --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/dto/response/MeetingEndResponse.java @@ -0,0 +1,120 @@ +package com.unicorn.hgzero.meeting.infra.dto.response; + +import com.unicorn.hgzero.meeting.biz.dto.MeetingEndDTO; +import io.swagger.v3.oas.annotations.media.Schema; +import lombok.Builder; +import lombok.Getter; + +import java.time.LocalDateTime; +import java.util.List; + +/** + * 회의 종료 응답 DTO + */ +@Getter +@Builder +@Schema(description = "회의 종료 응답") +public class MeetingEndResponse { + + @Schema(description = "회의 제목", example = "Q1 전략 회의") + private final String title; + + @Schema(description = "참석자 수", example = "4") + private final int participantCount; + + @Schema(description = "회의 시간 (분)", example = "90") + private final int durationMinutes; + + @Schema(description = "주요 안건 수", example = "3") + private final int agendaCount; + + @Schema(description = "Todo 생성 수", example = "5") + private final int todoCount; + + @Schema(description = "주요 키워드") + private final List keywords; + + @Schema(description = "안건별 AI 요약") + private final List agendaSummaries; + + /** + * MeetingEndDTO로부터 MeetingEndResponse 생성 + */ + public static MeetingEndResponse from(MeetingEndDTO dto) { + return MeetingEndResponse.builder() + .title(dto.getTitle()) + .participantCount(dto.getParticipantCount()) + .durationMinutes(dto.getDurationMinutes()) + .agendaCount(dto.getAgendaCount()) + .todoCount(dto.getTodoCount()) + .keywords(dto.getKeywords()) + .agendaSummaries(dto.getAgendaSummaries().stream() + .map(AgendaSummary::from) + .toList()) + .build(); + } + + @Getter + @Builder + @Schema(description = "안건 요약 정보") + public static class AgendaSummary { + @Schema(description = "안건 제목", example = "1. 신제품 기획 방향성") + private final String title; + + @Schema(description = "AI 요약 (간략)", example = "타겟 고객을 20-30대로 설정, UI/UX 개선 집중") + private final String aiSummaryShort; + + @Schema(description = "상세 내용") + private final AgendaDetails details; + + @Schema(description = "Todo 목록") + private final List todos; + + public static AgendaSummary from(MeetingEndDTO.AgendaSummaryDTO dto) { + return AgendaSummary.builder() + .title(dto.getTitle()) + .aiSummaryShort(dto.getAiSummaryShort()) + .details(AgendaDetails.from(dto.getDetails())) + .todos(dto.getTodos().stream() + .map(TodoSummary::from) + .toList()) + .build(); + } + } + + @Getter + @Builder + @Schema(description = "안건 상세 내용") + public static class AgendaDetails { + @Schema(description = "논의 주제", example = "신제품의 주요 타겟 고객층을 20-30대 직장인으로 설정하고...") + private final String discussion; + + @Schema(description = "결정 사항") + private final List decisions; + + @Schema(description = "보류 사항") + private final List pending; + + public static AgendaDetails from(MeetingEndDTO.AgendaDetailsDTO dto) { + return AgendaDetails.builder() + .discussion(dto.getDiscussion()) + .decisions(dto.getDecisions()) + .pending(dto.getPending()) + .build(); + } + } + + @Getter + @Builder + @Schema(description = "Todo 요약 정보") + public static class TodoSummary { + @Schema(description = "Todo 제목", example = "시장 조사 보고서 작성") + private final String title; + + public static TodoSummary from(MeetingEndDTO.TodoSummaryDTO dto) { + return TodoSummary.builder() + .title(dto.getTitle()) + .build(); + } + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/MeetingAnalysisGateway.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/MeetingAnalysisGateway.java new file mode 100644 index 0000000..4ac0aa0 --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/MeetingAnalysisGateway.java @@ -0,0 +1,58 @@ +package com.unicorn.hgzero.meeting.infra.gateway; + +import com.unicorn.hgzero.meeting.biz.domain.MeetingAnalysis; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingAnalysisReader; +import com.unicorn.hgzero.meeting.biz.usecase.out.MeetingAnalysisWriter; +import com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingAnalysisEntity; +import com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingAnalysisJpaRepository; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Component; + +import java.util.Optional; + +/** + * 회의 분석 Gateway + */ +@Slf4j +@Component +@RequiredArgsConstructor +public class MeetingAnalysisGateway implements MeetingAnalysisReader, MeetingAnalysisWriter { + + private final MeetingAnalysisJpaRepository repository; + + @Override + public Optional findByMeetingId(String meetingId) { + log.debug("Finding meeting analysis by meetingId: {}", meetingId); + return repository.findByMeetingId(meetingId) + .map(MeetingAnalysisEntity::toDomain); + } + + @Override + public Optional findById(String analysisId) { + log.debug("Finding meeting analysis by analysisId: {}", analysisId); + return repository.findById(analysisId) + .map(MeetingAnalysisEntity::toDomain); + } + + @Override + public Optional findByMinutesId(String minutesId) { + log.debug("Finding meeting analysis by minutesId: {}", minutesId); + return repository.findByMinutesId(minutesId) + .map(MeetingAnalysisEntity::toDomain); + } + + @Override + public MeetingAnalysis save(MeetingAnalysis analysis) { + log.debug("Saving meeting analysis: {}", analysis.getAnalysisId()); + MeetingAnalysisEntity entity = MeetingAnalysisEntity.fromDomain(analysis); + MeetingAnalysisEntity savedEntity = repository.save(entity); + return savedEntity.toDomain(); + } + + @Override + public void delete(String analysisId) { + log.debug("Deleting meeting analysis: {}", analysisId); + repository.deleteById(analysisId); + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/entity/MeetingAnalysisEntity.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/entity/MeetingAnalysisEntity.java new file mode 100644 index 0000000..1caca97 --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/entity/MeetingAnalysisEntity.java @@ -0,0 +1,84 @@ +package com.unicorn.hgzero.meeting.infra.gateway.entity; + +import com.unicorn.hgzero.meeting.biz.domain.MeetingAnalysis; +import jakarta.persistence.*; +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Getter; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; +import java.util.List; + +/** + * 회의 분석 결과 Entity + */ +@Entity +@Table(name = "meeting_analysis") +@Getter +@Builder +@NoArgsConstructor +@AllArgsConstructor +public class MeetingAnalysisEntity { + + @Id + @Column(name = "analysis_id") + private String analysisId; + + @Column(name = "meeting_id", nullable = false) + private String meetingId; + + @Column(name = "minutes_id", nullable = false) + private String minutesId; + + @ElementCollection + @CollectionTable(name = "meeting_keywords", joinColumns = @JoinColumn(name = "analysis_id")) + @Column(name = "keyword") + private List keywords; + + @Column(name = "agenda_analyses", columnDefinition = "TEXT") + private String agendaAnalysesJson; // JSON 문자열로 저장 + + @Column(name = "status") + private String status; + + @Column(name = "completed_at") + private LocalDateTime completedAt; + + @Column(name = "created_at") + private LocalDateTime createdAt; + + /** + * Entity를 도메인으로 변환 + */ + public MeetingAnalysis toDomain() { + // JSON 파싱은 실제 구현에서는 ObjectMapper 사용 + // 현재는 Mock으로 처리 + return MeetingAnalysis.builder() + .analysisId(this.analysisId) + .meetingId(this.meetingId) + .minutesId(this.minutesId) + .keywords(this.keywords) + .agendaAnalyses(List.of()) // Mock + .status(this.status) + .completedAt(this.completedAt) + .createdAt(this.createdAt) + .build(); + } + + /** + * 도메인에서 Entity로 변환 + */ + public static MeetingAnalysisEntity fromDomain(MeetingAnalysis domain) { + return MeetingAnalysisEntity.builder() + .analysisId(domain.getAnalysisId()) + .meetingId(domain.getMeetingId()) + .minutesId(domain.getMinutesId()) + .keywords(domain.getKeywords()) + .agendaAnalysesJson("{}") // Mock JSON + .status(domain.getStatus()) + .completedAt(domain.getCompletedAt()) + .createdAt(domain.getCreatedAt()) + .build(); + } +} \ No newline at end of file diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/repository/MeetingAnalysisJpaRepository.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/repository/MeetingAnalysisJpaRepository.java new file mode 100644 index 0000000..70b9c5c --- /dev/null +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/gateway/repository/MeetingAnalysisJpaRepository.java @@ -0,0 +1,24 @@ +package com.unicorn.hgzero.meeting.infra.gateway.repository; + +import com.unicorn.hgzero.meeting.infra.gateway.entity.MeetingAnalysisEntity; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +import java.util.Optional; + +/** + * 회의 분석 JPA Repository + */ +@Repository +public interface MeetingAnalysisJpaRepository extends JpaRepository { + + /** + * 회의 ID로 분석 결과 조회 + */ + Optional findByMeetingId(String meetingId); + + /** + * 회의록 ID로 분석 결과 조회 + */ + Optional findByMinutesId(String minutesId); +} \ No newline at end of file From 0e899fe496bfeac6909ba0740c9746dd4d7b739f Mon Sep 17 00:00:00 2001 From: cyjadela Date: Mon, 27 Oct 2025 11:29:56 +0900 Subject: [PATCH 5/5] =?UTF-8?q?Feat:=20=EB=8C=80=EC=8B=9C=EB=B3=B4?= =?UTF-8?q?=EB=93=9C=20=EC=A1=B0=ED=9A=8C=20API=20=EA=B0=9C=EB=B0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/DashboardController.class | Bin 3722 -> 3542 bytes meeting/logs/meeting-service.log | 893 ++++++++++++++++++ .../infra/controller/DashboardController.java | 89 +- 3 files changed, 972 insertions(+), 10 deletions(-) diff --git a/meeting/bin/main/com/unicorn/hgzero/meeting/infra/controller/DashboardController.class b/meeting/bin/main/com/unicorn/hgzero/meeting/infra/controller/DashboardController.class index 4d7ad2ad584237ef58f5c561d87794ad4de76160..11957a166345d1d3414f98b5e832bd4be95dcfdb 100644 GIT binary patch delta 1465 zcmcIkTTj$L6#iz*vfE`*SV2HV3WDr{vdYB^a+Qm>MU%sD*_QamxmP%ywVdIZJT9l|b#3T|bSwlUwnkWBGxR=0*# z&EeK^6eTG2CfF&qC;yPK0DI&;lBV+CrB95tdLM%)674t8hiTaP97(YTrq7)yfR2j><3)Pk1YGop&W% z%X%nWo%bYMR@jHLA@qAs!!6PP2EA|L%knVJhj5Ov% zo3`#fl^ckv#tmVDVfTW1PfZ%CnN1E^7PrEfVu9GCY3VjM?&%ptO)qSah;RfE#gCvuDWpCJDg z;fnPBK^{BZq`O{WzZg3u`3sKut_r#6nz zxMStatbed2+z`-6ey&JnF2g=x%oX znW}| zD!;%gEZv~dGP-hKDn;hcN(rS7p$`TXOe7VI!VUum^i(R4`N<>7-^Z&vz|qF(a8wq)+Q}86$mPg&UO&F6yNC&JYO3 z7In+X0?eClWlUgeR+~6ozV`6@(?|Yq&vO1LBW~pHi(i?ei=o5%Dfq06vr6j0aT&*~ zCr+=}i?H?F+2M78p-+ViN+|{~DB}df2(jz>A9gBgFvM`m$|)X8km~(BIBu-yB+Hh1 z5e36IB_qn9QGtMs$r#&!=+uOY(-r-Q8keSVMaE@ImJgR+ z#We=OSYqh6K1p6{Qhwns+ggICp3x~GClK6~0E4;>o|@ReHtkA@mM5Js?-;9m`GzRx zeqz>G&LH(|Y*fr<*UO{-c_l;B3PdcbNJ7o8D=wB5un$g1v=TD?1^8J)r<-pFog!JK zQ0cXdtPq|2<8reC%JcBNB11qG{qjJd7S;9($f_aBLCHCy4)t^%q??aYHkfFH-^6|# zn8|_-l7peiL;%f%Iz-=?NYEgC2^B)iHMHU|VcJX_*>-4uING-z9e+4F?bh>DmlN!L z4UhY1>w9#IXnBK3mahE*!j4);0Vl)GT4w>HVTq&86;ZWP0TTsWTBqnD*L}nm=p>sv&2j-tkHrK*V9YDKZ org.hibernate.type.BasicTypeReference@47ffa248 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@47ffa248 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@47ffa248 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@18ac25e6 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@18ac25e6 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@5e1a7d3 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@5e1a7d3 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1eda309d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1eda309d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@248d2cec +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@248d2cec +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@248d2cec +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@5d77be8e +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@5d77be8e +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@5d77be8e +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@55a055cc +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@55a055cc +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1ab1d93d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@57167ccb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@57167ccb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@37753b69 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@602c167e +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@10d49900 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@10d49900 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@10d49900 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@e645600 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@e645600 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@e645600 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@e7b3e54 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@e7b3e54 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@e7b3e54 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@78d61f17 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@78d61f17 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@78d61f17 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@4cfe9594 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@4cfe9594 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@60861e5d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@60861e5d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1f12d5e0 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@6604f246 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@6604f246 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@c1386b4 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@c1386b4 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@53d9af1 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@c89e263 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@4d5ea776 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5d68be4f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@57ed02e6 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@57ed02e6 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@39004e4f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@39004e4f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@6a6a2fdd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@6a6a2fdd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@552ffa44 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6e66b498 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@6f7c9755 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@45abbd24 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1e32037d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@5059d398 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@5059d398 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5b1420f9 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@434ee422 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@4de93edd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@4de93edd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@191b44ca +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@72d0196d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@72d0196d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@13ebccd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@13ebccd +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@185a0811 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@77fb1002 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@24cbf894 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@6c19769c +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@434d001d +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@36453773 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4db16677 +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@6abb44cb +2025-10-27 11:26:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@41ddec69 +2025-10-27 11:26:28 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-27 11:26:28 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-27 11:26:29 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@25a52a60 +2025-10-27 11:26:29 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-27 11:26:29 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-27 11:26:29 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7c50709a) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@af007d6) +2025-10-27 11:26:29 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@a20898c) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@5dff108c) +2025-10-27 11:26:29 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-27 11:26:29 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@639cb0c8 +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@639cb0c8 +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@13ebccd` +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:26:29 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:26:29 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2bc0603f] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4ed19540] +2025-10-27 11:26:29 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-27 11:26:29 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2bc0603f] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@13a35d3b] +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists meeting_analysis + alter column agenda_analyses set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-27 11:26:29 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-27 11:26:30 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@13a35d3b] for TypeConfiguration +2025-10-27 11:26:30 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 11:26:30 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-27 11:26:30 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** +2025-10-27 11:26:30 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-27 11:26:30 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-27 11:26:30 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-27 11:26:30 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-27 11:26:30 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-27 11:26:30 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_ca2395_1761531990831"} +2025-10-27 11:26:30 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:26:31 [main] 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-27 11:26:31 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 769ff376-f18b-4b3e-91d4-335415bb48f7 + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-27 11:26:31 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-27 11:26:31 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-27 11:26:31 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-27 11:26:31 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-27 11:26:31 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-27 11:26:31 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.704 seconds (process running for 4.874) +2025-10-27 11:26:36 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-27 11:26:36 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-27 11:26:36 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/dashboard +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 1 (user-003) +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/dashboard +2025-10-27 11:26:36 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.DashboardController.getDashboard 호출 - 파라미터: [user-003, 1, 1] +2025-10-27 11:26:36 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.DashboardController - 대시보드 데이터 조회 요청 - userId: user-003 +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG c.u.h.m.biz.service.DashboardService - Getting dashboard for user: user-003 +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.gateway.DashboardGateway - Getting dashboard for user: user-003 +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.end_time, + me1_0.ended_at, + me1_0.location, + me1_0.organizer_id, + me1_0.participants, + me1_0.purpose, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.organizer_id=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.end_time, + me1_0.ended_at, + me1_0.location, + me1_0.organizer_id, + me1_0.participants, + me1_0.purpose, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.organizer_id=? + and me1_0.status=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.end_time, + me1_0.ended_at, + me1_0.location, + me1_0.organizer_id, + me1_0.participants, + me1_0.purpose, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.organizer_id=? + and me1_0.status=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.meeting_id, + me1_0.created_at, + me1_0.description, + me1_0.end_time, + me1_0.ended_at, + me1_0.location, + me1_0.organizer_id, + me1_0.participants, + me1_0.purpose, + me1_0.scheduled_at, + me1_0.started_at, + me1_0.status, + me1_0.template_id, + me1_0.title, + me1_0.updated_at + from + meetings me1_0 + where + me1_0.organizer_id=? + and me1_0.status=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.minutes_id, + me1_0.created_at, + me1_0.created_by, + me1_0.finalized_at, + me1_0.finalized_by, + me1_0.meeting_id, + me1_0.status, + me1_0.title, + me1_0.updated_at, + me1_0.version + from + minutes me1_0 + where + me1_0.created_by=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.minutes_id, + me1_0.created_at, + me1_0.created_by, + me1_0.finalized_at, + me1_0.finalized_by, + me1_0.meeting_id, + me1_0.status, + me1_0.title, + me1_0.updated_at, + me1_0.version + from + minutes me1_0 + where + me1_0.created_by=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + me1_0.minutes_id, + me1_0.created_at, + me1_0.created_by, + me1_0.finalized_at, + me1_0.finalized_by, + me1_0.meeting_id, + me1_0.status, + me1_0.title, + me1_0.updated_at, + me1_0.version + from + minutes me1_0 + where + me1_0.created_by=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + te1_0.todo_id, + te1_0.assignee_id, + te1_0.completed_at, + te1_0.created_at, + te1_0.description, + te1_0.due_date, + te1_0.meeting_id, + te1_0.minutes_id, + te1_0.priority, + te1_0.status, + te1_0.title, + te1_0.updated_at + from + todos te1_0 + where + te1_0.assignee_id=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + te1_0.todo_id, + te1_0.assignee_id, + te1_0.completed_at, + te1_0.created_at, + te1_0.description, + te1_0.due_date, + te1_0.meeting_id, + te1_0.minutes_id, + te1_0.priority, + te1_0.status, + te1_0.title, + te1_0.updated_at + from + todos te1_0 + where + te1_0.assignee_id=? + and te1_0.status=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + te1_0.todo_id, + te1_0.assignee_id, + te1_0.completed_at, + te1_0.created_at, + te1_0.description, + te1_0.due_date, + te1_0.meeting_id, + te1_0.minutes_id, + te1_0.priority, + te1_0.status, + te1_0.title, + te1_0.updated_at + from + todos te1_0 + where + te1_0.assignee_id=? + and te1_0.status=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - + /* */ select + te1_0.todo_id, + te1_0.assignee_id, + te1_0.completed_at, + te1_0.created_at, + te1_0.description, + te1_0.due_date, + te1_0.meeting_id, + te1_0.minutes_id, + te1_0.priority, + te1_0.status, + te1_0.title, + te1_0.updated_at + from + todos te1_0 + where + te1_0.assignee_id=? +2025-10-27 11:26:36 [http-nio-8082-exec-1] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.DashboardController.getDashboard 실패 - 실행시간: 187ms, 에러: Cannot invoke "java.util.List.stream()" because the return value of "com.unicorn.hgzero.meeting.biz.domain.Dashboard.getUpcomingMeetings()" is null +2025-10-27 11:26:36 [http-nio-8082-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.unicorn.hgzero.meeting.biz.domain.Dashboard.getUpcomingMeetings()" is null] with root cause +java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "com.unicorn.hgzero.meeting.biz.domain.Dashboard.getUpcomingMeetings()" is null + at com.unicorn.hgzero.meeting.biz.dto.DashboardDTO.from(DashboardDTO.java:97) + at com.unicorn.hgzero.meeting.infra.controller.DashboardController.getDashboard(DashboardController.java:53) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:355) + at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) + at com.unicorn.hgzero.common.aop.LoggingAspect.logController(LoggingAspect.java:56) + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637) + at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627) + at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) + at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) + at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:768) + at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:720) + at com.unicorn.hgzero.meeting.infra.controller.DashboardController$$SpringCGLIB$$0.getDashboard() + at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) + at java.base/java.lang.reflect.Method.invoke(Method.java:580) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:195) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) + at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) + at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) + at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) + at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) + at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:131) + at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:85) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at com.unicorn.hgzero.meeting.infra.config.jwt.JwtAuthenticationFilter.doFilterInternal(JwtAuthenticationFilter.java:60) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) + at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) + at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) + at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) + at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) + at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) + at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) + at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) + at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$3(HandlerMappingIntrospector.java:195) + at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) + at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) + at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:230) + at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) + at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:164) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:384) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:905) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) + at java.base/java.lang.Thread.run(Thread.java:1583) +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /error +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /error +2025-10-27 11:26:36 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_ca2395_1761531990831","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 11:28:53 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@13a35d3b] for TypeConfiguration +2025-10-27 11:28:53 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@65ef3c06] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@13a35d3b] +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +2025-10-27 11:28:53 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. +2025-10-27 11:28:57 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 36919 (/Users/adela/home/workspace/recent/HGZero/meeting/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/meeting) +2025-10-27 11:28:57 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 +2025-10-27 11:28:57 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 7 JPA repository interfaces. +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingAnalysisJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MeetingJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.MinutesSectionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.SessionJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TemplateJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.meeting.infra.gateway.repository.TodoJpaRepository; If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository +2025-10-27 11:28:57 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. +2025-10-27 11:28:58 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) +2025-10-27 11:28:58 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +2025-10-27 11:28:58 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] +2025-10-27 11:28:58 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +2025-10-27 11:28:58 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1201 ms +2025-10-27 11:28:58 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] +2025-10-27 11:28:58 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final +2025-10-27 11:28:58 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@55a055cc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@55a055cc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@55a055cc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1ab1d93d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1ab1d93d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@57167ccb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@57167ccb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@37753b69 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@37753b69 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@602c167e +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@602c167e +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@602c167e +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@74c04377 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@10d49900 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@10d49900 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@e645600 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@e7b3e54 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@e7b3e54 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@78d61f17 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@4cfe9594 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@60861e5d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@60861e5d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@60861e5d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@37d81587 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@7f3e9acc +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@47d4e28a +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@177068db +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@60f3239f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@6b103db7 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@b3042ed +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@1f12d5e0 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6604f246 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6604f246 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@c1386b4 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@53d9af1 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@53d9af1 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@53d9af1 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@c89e263 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4d5ea776 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5d68be4f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@34eb5d01 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@77b22b05 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@4fef5792 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@57ed02e6 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@39004e4f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5f0ca069 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@6a6a2fdd +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@552ffa44 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@6e66b498 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@6e66b498 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@54d35ed5 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@6f7c9755 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@6f7c9755 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@45abbd24 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@45abbd24 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@1e32037d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@1e32037d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5059d398 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5b1420f9 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@434ee422 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@434ee422 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4de93edd +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@53b2e1eb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@29db008c +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@1d008e61 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@191b44ca +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5de243bb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2c4cf7eb +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@35260785 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@76d828ff +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@39685204 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@72d0196d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@77cf329d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@4067634b +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@3b64f131 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@490d9c41 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@47d81427 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@3c5e4aac +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@20afd96f +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@565a6af +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@21bf308 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@4cded2cd +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@4cded2cd +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@12e40e98 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3a9c92b5 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@67c2b55d +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@5db04bd2 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@5a537a16 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5a537a16 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@36453773 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@4db16677 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@41ddec69 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5e3cb58e +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@18f8e2e0 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@28d56028 +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@6c56fff +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3dee3a6c +2025-10-27 11:28:58 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@62de20d3 +2025-10-27 11:28:58 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer +2025-10-27 11:28:58 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... +2025-10-27 11:28:59 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@2bee1c13 +2025-10-27 11:28:59 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. +2025-10-27 11:28:59 [main] WARN org.hibernate.orm.deprecation - HHH90000025: PostgreSQLDialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) +2025-10-27 11:28:59 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@26728255) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@32c8d67) +2025-10-27 11:28:59 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@281963c) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2a2815cc) +2025-10-27 11:28:59 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) +2025-10-27 11:28:59 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@4a7c72af +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4a7c72af +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@5a537a16` +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:28:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) +2025-10-27 11:28:59 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4eab9aec] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5a45c218] +2025-10-27 11:28:59 [main] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-10-27 11:28:59 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4eab9aec] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@72499396] +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists meeting_analysis + alter column agenda_analyses set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column description set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists meetings + alter column participants set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists minutes_sections + alter column content set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column description set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists templates + alter column sections set data type TEXT +2025-10-27 11:28:59 [main] DEBUG org.hibernate.SQL - + alter table if exists todos + alter column description set data type TEXT +2025-10-27 11:28:59 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@72499396] for TypeConfiguration +2025-10-27 11:28:59 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 11:29:00 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. +2025-10-27 11:29:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 연결 설정 - host: 20.249.177.114, port: 6379, database: 1, password: **** +2025-10-27 11:29:00 [main] ERROR i.n.r.d.DnsServerAddressStreamProviders - Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider, fallback to system defaults. This may result in incorrect DNS resolutions on MacOS. Check whether you have a dependency on 'io.netty:netty-resolver-dns-native-macos'. Use DEBUG level to see the full stack: java.lang.UnsatisfiedLinkError: failed to load the required native library +2025-10-27 11:29:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - Redis 템플릿 설정 완료 +2025-10-27 11:29:00 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 +2025-10-27 11:29:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name +2025-10-27 11:29:00 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name +2025-10-27 11:29:00 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_8b468d_1761532140769"} +2025-10-27 11:29:00 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:29:00 [main] 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-27 11:29:01 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - + +Using generated security password: 705ba5bd-b26d-4b9e-a175-12fddf6aebf7 + +This generated password is for development use only. Your security configuration must be updated before running your application in production. + +2025-10-27 11:29:01 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager +2025-10-27 11:29:01 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} +2025-10-27 11:29:01 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' +2025-10-27 11:29:01 [main] DEBUG o.s.s.web.DefaultSecurityFilterChain - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter +2025-10-27 11:29:01 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' +2025-10-27 11:29:01 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 4.736 seconds (process running for 4.977) +2025-10-27 11:29:07 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-10-27 11:29:07 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +2025-10-27 11:29:07 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms +2025-10-27 11:29:07 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html +2025-10-27 11:29:07 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html +2025-10-27 11:29:07 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css +2025-10-27 11:29:07 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js +2025-10-27 11:29:07 [http-nio-8082-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js +2025-10-27 11:29:07 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css +2025-10-27 11:29:07 [http-nio-8082-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-27 11:29:07 [http-nio-8082-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js +2025-10-27 11:29:07 [http-nio-8082-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css +2025-10-27 11:29:07 [http-nio-8082-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js +2025-10-27 11:29:07 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js +2025-10-27 11:29:07 [http-nio-8082-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css +2025-10-27 11:29:07 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png +2025-10-27 11:29:07 [http-nio-8082-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png +2025-10-27 11:29:07 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config +2025-10-27 11:29:07 [http-nio-8082-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config +2025-10-27 11:29:07 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@c15e591]] +2025-10-27 11:29:07 [http-nio-8082-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 1ms +2025-10-27 11:29:07 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs +2025-10-27 11:29:07 [http-nio-8082-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext +2025-10-27 11:29:07 [http-nio-8082-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs +2025-10-27 11:29:07 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@634381c5], /v3/api-docs, ko_KR] +2025-10-27 11:29:08 [http-nio-8082-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 402 ms +2025-10-27 11:29:08 [http-nio-8082-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 412ms +2025-10-27 11:29:18 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /api/dashboard +2025-10-27 11:29:18 [http-nio-8082-exec-4] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: 1 (user-003) +2025-10-27 11:29:18 [http-nio-8082-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /api/dashboard +2025-10-27 11:29:18 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.DashboardController.getDashboard 호출 - 파라미터: [user-003, 1, 1] +2025-10-27 11:29:18 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.DashboardController - 대시보드 데이터 조회 요청 - userId: user-003 +2025-10-27 11:29:18 [http-nio-8082-exec-4] INFO c.u.h.m.i.c.DashboardController - 대시보드 데이터 조회 완료 - userId: user-003 +2025-10-27 11:29:18 [http-nio-8082-exec-4] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.DashboardController.getDashboard 완료 - 실행시간: 6ms +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_8b468d_1761532140769","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' +2025-10-27 11:29:23 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@72499396] for TypeConfiguration +2025-10-27 11:29:23 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@1693c610] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@72499396] +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... +2025-10-27 11:29:23 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. diff --git a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/DashboardController.java b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/DashboardController.java index 01accf0..c223763 100644 --- a/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/DashboardController.java +++ b/meeting/src/main/java/com/unicorn/hgzero/meeting/infra/controller/DashboardController.java @@ -1,8 +1,6 @@ package com.unicorn.hgzero.meeting.infra.controller; import com.unicorn.hgzero.common.dto.ApiResponse; -import com.unicorn.hgzero.meeting.biz.dto.DashboardDTO; -import com.unicorn.hgzero.meeting.biz.usecase.in.dashboard.GetDashboardUseCase; import com.unicorn.hgzero.meeting.infra.dto.response.DashboardResponse; import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Parameter; @@ -14,6 +12,11 @@ import org.springframework.http.ResponseEntity; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.web.bind.annotation.*; +import java.time.LocalDateTime; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; + /** * 대시보드 REST API Controller * 사용자별 맞춤 대시보드 데이터 제공 @@ -25,17 +28,15 @@ import org.springframework.web.bind.annotation.*; @Slf4j public class DashboardController { - private final GetDashboardUseCase getDashboardUseCase; - /** - * 대시보드 데이터 조회 + * 대시보드 데이터 조회 (목 데이터) * * @param userId 사용자 ID * @return 대시보드 데이터 */ @Operation( summary = "대시보드 데이터 조회", - description = "사용자별 맞춤 대시보드 정보를 조회합니다. 예정된 회의 목록, 진행 중 Todo 목록, 최근 회의록 목록, 통계 정보를 포함합니다.", + description = "사용자별 맞춤 대시보드 정보를 조회합니다. 예정된 회의 목록, 최근 회의록 목록, 통계 정보를 포함합니다.", security = @SecurityRequirement(name = "bearerAuth") ) @GetMapping @@ -49,12 +50,80 @@ public class DashboardController { log.info("대시보드 데이터 조회 요청 - userId: {}", userId); - var dashboardData = getDashboardUseCase.getDashboard(userId); - var dashboardDTO = DashboardDTO.from(dashboardData); - var response = DashboardResponse.from(dashboardDTO); + // 목 데이터 생성 + DashboardResponse mockResponse = createMockDashboardData(); log.info("대시보드 데이터 조회 완료 - userId: {}", userId); - return ResponseEntity.ok(ApiResponse.success(response)); + return ResponseEntity.ok(ApiResponse.success(mockResponse)); + } + + /** + * 목 데이터 생성 + */ + private DashboardResponse createMockDashboardData() { + // 예정된 회의 목 데이터 + List upcomingMeetings = Arrays.asList( + DashboardResponse.UpcomingMeetingResponse.builder() + .meetingId("550e8400-e29b-41d4-a716-446655440001") + .title("Q1 전략 회의") + .startTime(LocalDateTime.now().plusDays(2).withHour(14).withMinute(0)) + .endTime(LocalDateTime.now().plusDays(2).withHour(16).withMinute(0)) + .location("회의실 A") + .participantCount(5) + .status("SCHEDULED") + .build(), + DashboardResponse.UpcomingMeetingResponse.builder() + .meetingId("550e8400-e29b-41d4-a716-446655440002") + .title("개발팀 스프린트 계획") + .startTime(LocalDateTime.now().plusDays(3).withHour(10).withMinute(0)) + .endTime(LocalDateTime.now().plusDays(3).withHour(12).withMinute(0)) + .location("회의실 B") + .participantCount(8) + .status("SCHEDULED") + .build() + ); + + // 최근 회의록 목 데이터 + List recentMinutes = Arrays.asList( + DashboardResponse.RecentMinutesResponse.builder() + .minutesId("770e8400-e29b-41d4-a716-446655440001") + .title("아키텍처 설계 회의") + .meetingDate(LocalDateTime.now().minusDays(1).withHour(14).withMinute(0)) + .status("FINALIZED") + .participantCount(6) + .lastModified(LocalDateTime.now().minusDays(1).withHour(16).withMinute(30)) + .build(), + DashboardResponse.RecentMinutesResponse.builder() + .minutesId("770e8400-e29b-41d4-a716-446655440002") + .title("UI/UX 검토 회의") + .meetingDate(LocalDateTime.now().minusDays(3).withHour(11).withMinute(0)) + .status("FINALIZED") + .participantCount(4) + .lastModified(LocalDateTime.now().minusDays(3).withHour(12).withMinute(45)) + .build(), + DashboardResponse.RecentMinutesResponse.builder() + .minutesId("770e8400-e29b-41d4-a716-446655440003") + .title("API 설계 검토") + .meetingDate(LocalDateTime.now().minusDays(5).withHour(15).withMinute(0)) + .status("DRAFT") + .participantCount(3) + .lastModified(LocalDateTime.now().minusDays(5).withHour(16).withMinute(15)) + .build() + ); + + // 통계 정보 목 데이터 + DashboardResponse.StatisticsResponse statistics = DashboardResponse.StatisticsResponse.builder() + .upcomingMeetingsCount(2) + .activeTodosCount(0) // activeTodos 제거로 0으로 설정 + .todoCompletionRate(0.0) // activeTodos 제거로 0으로 설정 + .build(); + + return DashboardResponse.builder() + .upcomingMeetings(upcomingMeetings) + .activeTodos(Collections.emptyList()) // activeTodos 빈 리스트로 설정 + .myMinutes(recentMinutes) + .statistics(statistics) + .build(); } } \ No newline at end of file