diff --git a/.gitignore b/.gitignore index 362713d..e88a023 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,9 @@ design/*/*back* design/*back* backup/ claudedocs/*back* + +# Log files +logs/ +**/logs/ +*.log +**/*.log diff --git a/ai/logs/ai-service.log b/ai/logs/ai-service.log deleted file mode 100644 index 11f2798..0000000 --- a/ai/logs/ai-service.log +++ /dev/null @@ -1,1012 +0,0 @@ -2025-10-24 09:23:35 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 92971 (/Users/daewoong/home/workspace/HGZero/ai/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/ai) -2025-10-24 09:23:35 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-24 09:23:35 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-24 09:23:36 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'jpaAuditingHandler' defined in null: Cannot register bean definition [Root bean: class [org.springframework.data.auditing.AuditingHandler]; scope=; abstract=false; lazyInit=null; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=from; initMethodNames=null; destroyMethodNames=null] for bean 'jpaAuditingHandler' since there is already [Root bean: class [org.springframework.data.auditing.AuditingHandler]; scope=; abstract=false; lazyInit=null; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=from; initMethodNames=null; destroyMethodNames=null] bound. -2025-10-24 09:23:36 [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 09:23:36 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'jpaAuditingHandler' could not be registered. A bean with that name has already been defined and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2025-10-24 09:42:56 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 93771 (/Users/daewoong/home/workspace/HGZero/ai/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/ai) -2025-10-24 09:42:56 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 09:42:56 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-24 09:42:56 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'jpaAuditingHandler' defined in null: Cannot register bean definition [Root bean: class [org.springframework.data.auditing.AuditingHandler]; scope=; abstract=false; lazyInit=null; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=from; initMethodNames=null; destroyMethodNames=null] for bean 'jpaAuditingHandler' since there is already [Root bean: class [org.springframework.data.auditing.AuditingHandler]; scope=; abstract=false; lazyInit=null; autowireMode=2; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=from; initMethodNames=null; destroyMethodNames=null] bound. -2025-10-24 09:42:56 [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 09:42:56 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'jpaAuditingHandler' could not be registered. A bean with that name has already been defined and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2025-10-24 09:43:58 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 93809 (/Users/daewoong/home/workspace/HGZero/ai/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/ai) -2025-10-24 09:43:58 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-24 09:43:58 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 65 ms. Found 1 JPA repository interface. -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-24 09:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.ai.infra.gateway.repository.ProcessedTranscriptJpaRepository; 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:43:58 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 Redis repository interfaces. -2025-10-24 09:43:59 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-24 09:43:59 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-24 09:43:59 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-24 09:43:59 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-24 09:43:59 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 990 ms -2025-10-24 09:43:59 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-24 09:43:59 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-24 09:43:59 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@24c84e65 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@24c84e65 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@24c84e65 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7337bd2e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7337bd2e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@4604e051 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@4604e051 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4535bdc6 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4535bdc6 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@23e86863 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@23e86863 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@23e86863 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@6df87ffd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@6df87ffd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@6df87ffd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@c1f0c7b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@c1f0c7b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@642c5bb3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@4e79c25 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@4e79c25 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@2ace1cd3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5e46a125 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@608f310a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@608f310a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@608f310a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3a7d914c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@3a7d914c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@3a7d914c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@515940af -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@515940af -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@515940af -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5f8df69 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5f8df69 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@5f8df69 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@1ce6a9bd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@1ce6a9bd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@4a47bc9c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@4a47bc9c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@12404f9d -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@3b42b729 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@3b42b729 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@4c164f81 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@1bcb8599 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@1bcb8599 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@1bcb8599 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@b671dda -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@25b20860 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5ba63110 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@1c0680b0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@1c0680b0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@2f3cd727 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@2f3cd727 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1af82ba8 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@703cb756 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5897aae1 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@11dbcb3b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@4aa517c3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5f369fc6 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3a13f663 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3a13f663 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@75de7009 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@75de7009 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@17a77a7e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@17a77a7e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@7c840fe3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@7c840fe3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@59014efe -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@59014efe -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5f5923ef -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7381d6f0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2f262474 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2f262474 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6ad3fbe4 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@17189618 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@983050b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@983050b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6aadb092 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@4caf875c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@4caf875c -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@5d15789f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@5d15789f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3dbbed3e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3dbbed3e -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@64540344 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@b2d8dcd -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@1397b141 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@579dde54 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@30b9728f -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@6b899971 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@453a30f8 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7cec3975 -2025-10-24 09:43:59 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@73a116d -2025-10-24 09:43:59 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-24 09:43:59 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-24 09:43:59 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@720c0996 -2025-10-24 09:43:59 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-24 09:44:00 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@15549dd7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1e75af65) -2025-10-24 09:44:00 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@25a2c4dc) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@29d81c22) -2025-10-24 09:44:00 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-24 09:44:00 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@35e357b -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@35e357b -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3dbbed3e` -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:44:00 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-24 09:44:00 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@755009f2] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1756a471] -2025-10-24 09:44:00 [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:44:00 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@755009f2] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@139da216] -2025-10-24 09:44:00 [main] DEBUG org.hibernate.SQL - - create table processed_transcripts ( - transcript_id varchar(50) not null, - created_at timestamp(6) not null, - updated_at timestamp(6) not null, - decisions TEXT, - discussions TEXT, - meeting_id varchar(50) not null, - pending_items TEXT, - status varchar(20) not null, - summary TEXT, - primary key (transcript_id) - ) -2025-10-24 09:44:00 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@139da216] for TypeConfiguration -2025-10-24 09:44:00 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 09:44:01 [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:44:01 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 95eb4232-3294-428d-b23f-4e7e714862aa - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-24 09:44:01 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-24 09:44:01 [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:44:01 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-24 09: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 09:44:01 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8083 (http) with context path '/' -2025-10-24 09:44:01 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 3.911 seconds (process running for 4.067) -2025-10-24 09:45:34 [http-nio-8083-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-24 09:45:34 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-24 09:45:34 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms -2025-10-24 09:45:34 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-24 09:45:34 [http-nio-8083-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-24 09:45:34 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-24 09:45:34 [http-nio-8083-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-24 09:45:34 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-24 09:45:34 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 09:45:34 [http-nio-8083-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 09:45:34 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-24 09:45:34 [http-nio-8083-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-24 09:45:34 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-24 09:45:34 [http-nio-8083-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-24 09:45:34 [http-nio-8083-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-24 09:45:34 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png -2025-10-24 09:45:34 [http-nio-8083-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-24 09:45:34 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png -2025-10-24 09:45:34 [http-nio-8083-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-24 09:45:34 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@4e36d653]] -2025-10-24 09:45:34 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-24 09:45:34 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-24 09:45:34 [http-nio-8083-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-24 09:45:34 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-24 09:45:34 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@668a5138], /v3/api-docs, ko_KR] -2025-10-24 09:45:35 [http-nio-8083-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 229 ms -2025-10-24 09:45:35 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 239ms -2025-10-24 09:46:36 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-24 09:46:36 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@139da216] for TypeConfiguration -2025-10-24 09:46:36 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@35883f25] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@139da216] -2025-10-24 09:46:36 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-24 09:46:36 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-27 15:56:01 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 79883 (/Users/adela/home/workspace/recent/HGZero/ai/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/ai) -2025-10-27 15:56:01 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-27 15:56:01 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-27 15:56:01 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:56:01 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-27 15:56:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 75 ms. Found 1 JPA repository interface. -2025-10-27 15:56:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:56:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-27 15:56: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.ai.infra.gateway.repository.ProcessedTranscriptJpaRepository; 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 15:56:02 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. -2025-10-27 15:56:02 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-27 15:56:02 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-27 15:56:02 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-27 15:56:02 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-27 15:56:02 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1140 ms -2025-10-27 15:56:02 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-27 15:56:02 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-27 15:56:02 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@6ad3fbe4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@6ad3fbe4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@17189618 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@17189618 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@983050b -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@983050b -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6aadb092 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6aadb092 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6aadb092 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4caf875c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4caf875c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@5d15789f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6614ecca -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@43e7f104 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@7294a684 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@2762253e -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@6651efa4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1ac25dbb -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1ac25dbb -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4db568e1 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4db568e1 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7bc8ffbc -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7bc8ffbc -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@120d13ae -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@120d13ae -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@1aaaabd1 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@1aaaabd1 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@7cbe3a05 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@40b70f31 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@3adde4ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@3adde4ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@75663443 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@780546f8 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@b3004e -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@559c4e06 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@559c4e06 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@111cbcda -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@437c1a87 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5b55c3d6 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5b55c3d6 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@6c8e5ac4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@6c8e5ac4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1800c1e3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1800c1e3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1800c1e3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3b8b4846 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3b8b4846 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3b8b4846 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@4e357792 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@50734cea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@4e6280de -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@4e6280de -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@2fca282c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@2fca282c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@2fca282c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@4a2653a0 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@784212 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@5ac646b3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@5ac646b3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@24b38e8f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@24b38e8f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@24b38e8f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5cf072ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5cf072ea -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@1edac3b4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@1edac3b4 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@7641ed02 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@7641ed02 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4ebed2b3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4ebed2b3 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@11069eac -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@11069eac -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@5909285b -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@2059f785 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@52a75c12 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@52a75c12 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@7f894a6f -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3d05435c -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@1b732dd -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3458dab6 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@23d060c2 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@59278072 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@61be6051 -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@13c18bba -2025-10-27 15:56:02 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@33373f70 -2025-10-27 15:56:02 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-27 15:56:02 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-27 15:56:03 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5300694d -2025-10-27 15:56:03 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-27 15:56:03 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@483fe83a) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@16120270) -2025-10-27 15:56:03 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@74babce8) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@1fab0394) -2025-10-27 15:56:03 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-27 15:56:03 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@5cc152f9 -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5cc152f9 -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@52a75c12` -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:56:03 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:56:03 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@5adc71e7] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7fc5a558] -2025-10-27 15:56:03 [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 15:56:03 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@5adc71e7] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@2438a038] -2025-10-27 15:56:03 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column decisions set data type TEXT -2025-10-27 15:56:03 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column discussions set data type TEXT -2025-10-27 15:56:03 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column pending_items set data type TEXT -2025-10-27 15:56:03 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column summary set data type TEXT -2025-10-27 15:56:03 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2438a038] for TypeConfiguration -2025-10-27 15:56:03 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:56:04 [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 15:56:04 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: abe7cc82-6f4c-4133-9ef1-00a2d943f75c - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-27 15:56:04 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-27 15:56:04 [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 15:56:04 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-27 15:56:04 [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 15:56:05 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8083 (http) with context path '/' -2025-10-27 15:56:05 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 3.968 seconds (process running for 4.195) -2025-10-27 15:56:12 [http-nio-8083-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-27 15:56:12 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-27 15:56:12 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-27 15:56:12 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-27 15:56:12 [http-nio-8083-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-27 15:56:12 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-27 15:56:12 [http-nio-8083-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-27 15:56:12 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-27 15:56:12 [http-nio-8083-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:56:12 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-27 15:56:12 [http-nio-8083-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:56:12 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-27 15:56:12 [http-nio-8083-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-27 15:56:12 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:56:12 [http-nio-8083-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:56:12 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-27 15:56:12 [http-nio-8083-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-27 15:56:12 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3c5248f7]] -2025-10-27 15:56:12 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-27 15:56:12 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-27 15:56:12 [http-nio-8083-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:56:12 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-27 15:56:12 [http-nio-8083-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@2f1c3c44], /v3/api-docs, ko_KR] -2025-10-27 15:56:12 [http-nio-8083-exec-8] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 241 ms -2025-10-27 15:56:12 [http-nio-8083-exec-8] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 251ms -2025-10-27 15:58:44 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:58:44 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@2438a038] for TypeConfiguration -2025-10-27 15:58:44 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@33940bc6] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@2438a038] -2025-10-27 15:58:44 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-27 15:58:44 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-27 15:58:47 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 80239 (/Users/adela/home/workspace/recent/HGZero/ai/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/ai) -2025-10-27 15:58:47 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-27 15:58:47 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 80 ms. Found 1 JPA repository interface. -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-27 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.ai.infra.gateway.repository.ProcessedTranscriptJpaRepository; 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 15:58:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. -2025-10-27 15:58:48 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-27 15:58:48 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-27 15:58:48 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-27 15:58:48 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-27 15:58:48 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1087 ms -2025-10-27 15:58:48 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-27 15:58:48 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-27 15:58:48 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@6614ecca -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@43e7f104 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@43e7f104 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@7294a684 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2762253e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2762253e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2762253e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@6651efa4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1ac25dbb -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@4db568e1 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@7bc8ffbc -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@7bc8ffbc -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@120d13ae -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@120d13ae -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1aaaabd1 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@7cbe3a05 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@40b70f31 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3adde4ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@75663443 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@780546f8 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@b3004e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@b3004e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@559c4e06 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@559c4e06 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@111cbcda -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@111cbcda -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@437c1a87 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@437c1a87 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5b55c3d6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5b55c3d6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6c8e5ac4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1800c1e3 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@3b8b4846 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@3b8b4846 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4e357792 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@50734cea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4e6280de -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@2fca282c -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@2fca282c -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4a2653a0 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@784212 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5ac646b3 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5ac646b3 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@24b38e8f -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@24b38e8f -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@5cf072ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@5cf072ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@5cf072ea -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@1edac3b4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@1edac3b4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@1edac3b4 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@7641ed02 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@4ebed2b3 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@11069eac -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@11069eac -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@5909285b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@5909285b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@5909285b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2059f785 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@18ca9277 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@3d9c8c3c -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@3d9c8c3c -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@2dc73024 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@2dc73024 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@2dc73024 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@42cd0fc6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@42cd0fc6 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@e5864c2 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@e5864c2 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@577cf459 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@577cf459 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@432eb882 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@432eb882 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@69372c1e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@69372c1e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@24842b8e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@146add7b -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@72b1df49 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@72b1df49 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@56f61d74 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@44d84313 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@511de4dd -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@37e64e37 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@31204303 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@369fb99a -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@81a8898 -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@d08f85a -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3e839aa3 -2025-10-27 15:58:48 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-27 15:58:48 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-27 15:58:48 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@6dfebd2a -2025-10-27 15:58:48 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-27 15:58:48 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@361c4981) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@35fac3ba) -2025-10-27 15:58:48 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@50a095cb) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@3f2afa8b) -2025-10-27 15:58:48 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-27 15:58:48 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@5002be8e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@5002be8e -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@72b1df49` -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:58:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:58:48 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2fe38b73] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@511a307e] -2025-10-27 15:58:49 [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 15:58:49 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2fe38b73] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@77d7d2d0] -2025-10-27 15:58:49 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column decisions set data type TEXT -2025-10-27 15:58:49 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column discussions set data type TEXT -2025-10-27 15:58:49 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column pending_items set data type TEXT -2025-10-27 15:58:49 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column summary set data type TEXT -2025-10-27 15:58:49 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@77d7d2d0] for TypeConfiguration -2025-10-27 15:58:49 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:58: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-27 15:58:49 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 77c151a9-73b9-46a6-8526-20c751151a64 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-27 15:58:49 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-27 15:58:50 [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 15:58:50 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-27 15:58:50 [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 15:58:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8083 (http) with context path '/' -2025-10-27 15:58:50 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 3.766 seconds (process running for 3.93) -2025-10-27 15:58:51 [http-nio-8083-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-27 15:58:51 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-27 15:58:51 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-27 15:58:51 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-27 15:58:51 [http-nio-8083-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-27 15:58:51 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-27 15:58:51 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-27 15:58:51 [http-nio-8083-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-27 15:58:51 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-27 15:58:51 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:58:51 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:58:51 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-27 15:58:51 [http-nio-8083-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:58:51 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:58:51 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-27 15:58:51 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png -2025-10-27 15:58:51 [http-nio-8083-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-27 15:58:51 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png -2025-10-27 15:58:51 [http-nio-8083-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-27 15:58:51 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@52d9a152]] -2025-10-27 15:58:51 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 1ms -2025-10-27 15:58:51 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-27 15:58:51 [http-nio-8083-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:58:51 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-27 15:58:51 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@17c260bc], /v3/api-docs, ko_KR] -2025-10-27 15:58:51 [http-nio-8083-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 223 ms -2025-10-27 15:58:51 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 235ms -2025-10-27 15:59:04 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:59:04 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@77d7d2d0] for TypeConfiguration -2025-10-27 15:59:04 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@5ffe7aa8] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@77d7d2d0] -2025-10-27 15:59:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-27 15:59:04 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-27 15:59:07 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 21.0.8 with PID 80306 (/Users/adela/home/workspace/recent/HGZero/ai/build/classes/java/main started by adela in /Users/adela/home/workspace/recent/HGZero/ai) -2025-10-27 15:59:07 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-27 15:59:07 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 119 ms. Found 1 JPA repository interface. -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-27 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationExtensionSupport - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.ai.infra.gateway.repository.ProcessedTranscriptJpaRepository; 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 15:59:08 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces. -2025-10-27 15:59:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-27 15:59:09 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-27 15:59:09 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-27 15:59:09 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-27 15:59:09 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1430 ms -2025-10-27 15:59:09 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-27 15:59:09 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-27 15:59:09 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@c1f0c7b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@c1f0c7b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@c1f0c7b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@642c5bb3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@642c5bb3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@4e79c25 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@4e79c25 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@2ace1cd3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@2ace1cd3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5e46a125 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@5e46a125 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@5e46a125 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@5831989d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@608f310a -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@608f310a -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3a7d914c -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@515940af -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@515940af -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@5f8df69 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@1ce6a9bd -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4a47bc9c -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@4a47bc9c -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@4a47bc9c -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5100c143 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@12404f9d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@12404f9d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@12404f9d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3b42b729 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3b42b729 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3b42b729 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4c164f81 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4c164f81 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@4c164f81 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@1bcb8599 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@1bcb8599 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@b671dda -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@b671dda -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@25b20860 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@25b20860 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@25b20860 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@5ba63110 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@1c0680b0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@1c0680b0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@2f3cd727 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@1af82ba8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@1af82ba8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@1af82ba8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@703cb756 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5897aae1 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@11dbcb3b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4aa517c3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4aa517c3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5f369fc6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5f369fc6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3a13f663 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@75de7009 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@17a77a7e -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@7c840fe3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@59014efe -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5f5923ef -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@7381d6f0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@7381d6f0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@2f262474 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@2f262474 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7c03f9d0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@6ad3fbe4 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@6ad3fbe4 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@17189618 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@17189618 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@983050b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6aadb092 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@1f547af8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4caf875c -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5d15789f -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5abb7a8f -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@6684589a -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5621a671 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2006fdaa -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@21688427 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@656c5818 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@3e2578ea -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@29592929 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@4cf5d999 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@4bdef487 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5ea9373e -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@3e595da3 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5c0272e0 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@60c4cf2b -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@774304ca -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@303fbc4 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@4cd90c36 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@aa23f11 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@65a80fdb -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@79e90571 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@7d551ec6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@6614ecca -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@43e7f104 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3a116ca6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3a116ca6 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@6b899971 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@453a30f8 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@73a116d -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@205f52ea -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@34f60be9 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@29ccab93 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@7e2a76be -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@24b8a393 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@20155dae -2025-10-27 15:59:09 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-27 15:59:09 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-27 15:59:09 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7a85dc58 -2025-10-27 15:59:09 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-27 15:59:09 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1859b996) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@71098fb3) -2025-10-27 15:59:09 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@75e92bb7) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2ebcbf9d) -2025-10-27 15:59:09 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-27 15:59:09 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@1b3a95d9 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1b3a95d9 -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3a116ca6` -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:59:09 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-27 15:59:09 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@73818435] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2fce8243] -2025-10-27 15:59:10 [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 15:59:10 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@73818435] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@650d5a3d] -2025-10-27 15:59:10 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column decisions set data type TEXT -2025-10-27 15:59:10 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column discussions set data type TEXT -2025-10-27 15:59:10 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column pending_items set data type TEXT -2025-10-27 15:59:10 [main] DEBUG org.hibernate.SQL - - alter table if exists processed_transcripts - alter column summary set data type TEXT -2025-10-27 15:59:10 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@650d5a3d] for TypeConfiguration -2025-10-27 15:59:10 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:59:10 [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 15:59:10 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: b4f1d9f6-2d90-4677-93fa-48b602f76673 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-27 15:59:10 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-27 15:59:11 [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 15:59:11 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-27 15:59:11 [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 15:59:11 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8083 (http) with context path '/' -2025-10-27 15:59:11 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 4.209 seconds (process running for 4.381) -2025-10-27 15:59:12 [http-nio-8083-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-27 15:59:12 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-27 15:59:12 [http-nio-8083-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-27 15:59:12 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.html -2025-10-27 15:59:12 [http-nio-8083-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.html -2025-10-27 15:59:12 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/index.css -2025-10-27 15:59:12 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-initializer.js -2025-10-27 15:59:12 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:59:12 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui.css -2025-10-27 15:59:12 [http-nio-8083-exec-6] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:59:12 [http-nio-8083-exec-3] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/index.css -2025-10-27 15:59:12 [http-nio-8083-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-4] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-6] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-initializer.js -2025-10-27 15:59:12 [http-nio-8083-exec-2] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-4] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-bundle.js -2025-10-27 15:59:12 [http-nio-8083-exec-5] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui-standalone-preset.js -2025-10-27 15:59:12 [http-nio-8083-exec-2] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/swagger-ui.css -2025-10-27 15:59:12 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui/favicon-32x32.png -2025-10-27 15:59:12 [http-nio-8083-exec-8] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs/swagger-config -2025-10-27 15:59:12 [http-nio-8083-exec-8] DEBUG o.s.security.web.FilterChainProxy - Secured GET /swagger-ui/favicon-32x32.png -2025-10-27 15:59:12 [http-nio-8083-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-7] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs/swagger-config -2025-10-27 15:59:12 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@25a06564]] -2025-10-27 15:59:12 [http-nio-8083-exec-7] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-27 15:59:12 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Securing GET /v3/api-docs -2025-10-27 15:59:12 [http-nio-8083-exec-9] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-27 15:59:12 [http-nio-8083-exec-9] DEBUG o.s.security.web.FilterChainProxy - Secured GET /v3/api-docs -2025-10-27 15:59:12 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@3dc0cf9a], /v3/api-docs, ko_KR] -2025-10-27 15:59:12 [http-nio-8083-exec-9] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 254 ms -2025-10-27 15:59:12 [http-nio-8083-exec-9] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 264ms -2025-10-27 15:59:37 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-27 15:59:37 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@650d5a3d] for TypeConfiguration -2025-10-27 15:59:37 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@f81fe76] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@650d5a3d] -2025-10-27 15:59:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-27 15:59:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. diff --git a/ai/logs/ai.log b/ai/logs/ai.log deleted file mode 100644 index bccff22..0000000 --- a/ai/logs/ai.log +++ /dev/null @@ -1,780 +0,0 @@ -2025-10-23 16:24:30 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 33322 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/ai) -2025-10-23 16:24:30 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:24:30 [main] INFO com.unicorn.hgzero.ai.AiApplication - The following 1 profile is active: "local" -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 JPA repository interfaces. -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:24:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:24:31 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:24:31 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:24:31 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:24:31 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:24:31 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 694 ms -2025-10-23 16:24:31 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:24:31 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:24:31 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5c5f12e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@5c5f12e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@5c5f12e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@23f8036d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@23f8036d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@68f69ca3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@68f69ca3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1e3566e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1e3566e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2b058bfd -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2b058bfd -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2b058bfd -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4805069b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4805069b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4805069b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@14ca88bc -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@14ca88bc -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@f01fc6d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@85cd413 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@85cd413 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@688d2a5d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@2842c098 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2820b369 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@2820b369 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@2820b369 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@46b21632 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@46b21632 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@46b21632 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@476c137b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@476c137b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@476c137b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@79144d0e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@79144d0e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@79144d0e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@540212be -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@540212be -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@540212be -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2579d8a -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2579d8a -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@2507a170 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@2507a170 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@7e20f4e3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@7e20f4e3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@7e20f4e3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@3af39e7b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@4f6ff62 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@4f6ff62 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@1c62d2ad -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@651caa2e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@651caa2e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@651caa2e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@433ae0b0 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@70840a5a -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@7af9595d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@7a34c1f6 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@7a34c1f6 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6e9f8160 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6e9f8160 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3e998033 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@e1a150c -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@527d5e48 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@407b41e6 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@3291d9c2 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@6cfd08e9 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@54ca9420 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@54ca9420 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@4ea48b2e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@4ea48b2e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@72c704f1 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@72c704f1 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@76f9e000 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@76f9e000 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@7612116b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@7612116b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1c05097c -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@562f6681 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@6f6f65a4 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@6f6f65a4 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@990b86b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3dea1ecc -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@105c6c9e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@40a7974 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@40a7974 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@8d5da7e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@65a4b9d6 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@16ef1160 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@16ef1160 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@41f90b10 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@41f90b10 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@67593f7b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@67593f7b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@67593f7b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@2773504f -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@2773504f -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@2773504f -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@497921d0 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@40d10264 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6edd4fe2 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6edd4fe2 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@53918b5e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@53918b5e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@53918b5e -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5366575d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1b6cad77 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@1fca53a7 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@1fca53a7 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@40dee07b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@40dee07b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@40dee07b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@21e39b82 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@21e39b82 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@5f9a8ddc -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@5f9a8ddc -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1280bae3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1280bae3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@256a5df0 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@256a5df0 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@1868ed54 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@1868ed54 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@131777e8 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@45790cb -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@2bc2e022 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@2bc2e022 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1ff81b0d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@1c610f -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5abc5854 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@5c3007d -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@66b40dd3 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7296fe0b -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4a5066f5 -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@578d472a -2025-10-23 16:24:31 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1191029d -2025-10-23 16:24:31 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:24:31 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:24:32 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 16:24:32 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:24:32 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:24:32 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 16:24:32 [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-23 16:24:32 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted -2025-10-23 16:25:55 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 33935 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/ai) -2025-10-23 16:25:55 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:25:55 [main] INFO com.unicorn.hgzero.ai.AiApplication - The following 1 profile is active: "local" -2025-10-23 16:25:55 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:25:55 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:25:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:25:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:25:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:25:56 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:25:56 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:25:56 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:25:56 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:25:56 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:25:56 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 608 ms -2025-10-23 16:25:56 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:25:56 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:testdb user=SA -2025-10-23 16:25:56 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-23 16:25:56 [main] INFO o.s.b.a.h.H2ConsoleAutoConfiguration - H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testdb' -2025-10-23 16:25:56 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:25:56 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:25:56 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:25:56 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:25:56 [main] WARN org.hibernate.orm.deprecation - HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) -2025-10-23 16:25: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-23 16:25:56 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:25:56 [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-23 16:25:56 [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-23 16:25:57 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 1665e64f-a0ac-49dc-806e-846f88237e7c - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-23 16:25:57 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-23 16:25:57 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-23 16:25:57 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@54ad9ff9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3b6b9981, org.springframework.security.web.context.SecurityContextHolderFilter@3ce34b92, org.springframework.security.web.header.HeaderWriterFilter@4a89722e, org.springframework.web.filter.CorsFilter@2eb6e166, org.springframework.security.web.csrf.CsrfFilter@2c3762c7, org.springframework.security.web.authentication.logout.LogoutFilter@751e7d99, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@331b0bfd, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@20894afb, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@43b1fdb7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@61d4e070, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@f511a8e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b52f723, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7bdbf06f, org.springframework.security.web.access.ExceptionTranslationFilter@64c009b8, org.springframework.security.web.access.intercept.AuthorizationFilter@7dfbdcfe] -2025-10-23 16:25:57 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8084 (http) with context path '/' -2025-10-23 16:25:57 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 1.733 seconds (process running for 1.843) -2025-10-23 16:26:47 [http-nio-8084-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-23 16:26:47 [http-nio-8084-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-23 16:26:47 [http-nio-8084-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET / -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.s.w.s.HttpSessionRequestCache - Saved request http://localhost:8084/?continue to session -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@32da6cef, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@104972a0 -2025-10-23 16:26:47 [http-nio-8084-exec-1] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 16:26:47 [http-nio-8084-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 16:26:47 [http-nio-8084-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /favicon.ico -2025-10-23 16:26:47 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 16:26:47 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@32da6cef, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 16:26:47 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@104972a0 -2025-10-23 16:26:47 [http-nio-8084-exec-3] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 16:26:47 [http-nio-8084-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 16:27:13 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:27:13 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-23 16:27:13 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-23 17:10:12 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 43825 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/ai) -2025-10-23 17:10:12 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 17:10:12 [main] INFO com.unicorn.hgzero.ai.AiApplication - The following 1 profile is active: "dev" -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 17:10:12 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 17:10:13 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-23 17:10:13 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 17:10:13 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 17:10:13 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 17:10:13 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 668 ms -2025-10-23 17:10:13 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 17:10:13 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 17:10:13 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@2aac6fa7 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@2aac6fa7 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@2358443e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@25e796fe -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-23 17:10:13 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-23 17:10:13 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 17:10:13 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 17:10:14 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 17:10:14 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 17:10:14 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 17:10:14 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 17:10: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-23 17:10:14 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted -2025-10-23 17:38:09 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 49971 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/ai) -2025-10-23 17:38:09 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 17:38:09 [main] INFO com.unicorn.hgzero.ai.AiApplication - The following 1 profile is active: "dev" -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 JPA repository interfaces. -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 17:38:09 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 17:38:09 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8083 (http) -2025-10-23 17:38:09 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 17:38:09 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 17:38:09 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 17:38:09 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 679 ms -2025-10-23 17:38:10 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 17:38:10 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 17:38:10 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@30eb55c9 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@30eb55c9 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@5badeda0 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@56a9a7b5 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@338270ea -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@7f64bd7 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@1c79d093 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@54caeadc -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-23 17:38:10 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-23 17:38:10 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 17:38:10 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 17:38:11 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 17:38:11 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 17:38:11 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 17:38:11 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 17:38:11 [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-23 17:38:11 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted diff --git a/logs/ai-python-final.log b/logs/ai-python-final.log deleted file mode 100644 index be1c618..0000000 --- a/logs/ai-python-final.log +++ /dev/null @@ -1,9657 +0,0 @@ -INFO: Will watch for changes in these directories: ['/Users/jominseo/HGZero/ai-python'] -INFO: Uvicorn running on http://0.0.0.0:8086 (Press CTRL+C to quit) -INFO: Started reloader process [5342] using WatchFiles -INFO: Started server process [5345] -INFO: Waiting for application startup. -2025-10-27 16:57:19,761 - main - INFO - ============================================================ -2025-10-27 16:57:19,761 - main - INFO - AI Service (Python) 시작 - Port: 8086 -2025-10-27 16:57:19,761 - main - INFO - Claude Model: claude-3-5-sonnet-20241022 -2025-10-27 16:57:19,761 - main - INFO - Redis: 20.249.177.114:6379 -2025-10-27 16:57:19,761 - main - INFO - ============================================================ -2025-10-27 16:57:19,761 - main - INFO - Event Hub 리스너 백그라운드 시작... -2025-10-27 16:57:19,761 - app.services.eventhub_service - INFO - Event Hub 리스너 시작 -INFO: Application startup complete. -2025-10-27 16:57:19,865 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 16:57:19,865 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' is being started -2025-10-27 16:57:19,962 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:57:19,997 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:19,997 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:19,997 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:19,997 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:19,998 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:19,998 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:19,998 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:19,998 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,070 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,121 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:20,172 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,172 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,224 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,224 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,224 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:57:20,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,438 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,438 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,439 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,439 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,447 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,447 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,449 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 16:57:20,449 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:57:20,506 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:57:20,525 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,525 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,537 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,588 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:20,645 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:20,696 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,697 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:20,748 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:20,749 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:20,749 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:57:20,956 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,467 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:57:21,468 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,468 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:57:21,519 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:21,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:21,570 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:21,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:21,616 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:21\nReference:18d7347e-507b-48bf-9d5a-3244deb066b0\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:57:21 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:21"). -2025-10-27 16:57:21,616 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:21 -Reference:18d7347e-507b-48bf-9d5a-3244deb066b0 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:57:21 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:21 -2025-10-27 16:57:21,617 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -INFO: 127.0.0.1:64808 - "OPTIONS /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -INFO: 127.0.0.1:64909 - "GET / HTTP/1.1" 200 OK -2025-10-27 16:57:55,851 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 16:57:55,851 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:57:55,917 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:57:55,937 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:55,937 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:55,937 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:55,937 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:55,938 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:55,938 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:55,938 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:55,938 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:55,948 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:56,000 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:56,052 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:56,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,105 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:56,156 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,156 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:56,156 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:57:56,363 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,868 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:57:56,868 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,868 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:57:56,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,972 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:56,973 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:57,024 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:56\nReference:3d8c3428-877a-493d-aba6-8a544ee55efd\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:57:56 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:56"). -2025-10-27 16:57:57,025 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:56 -Reference:3d8c3428-877a-493d-aba6-8a544ee55efd -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:57:56 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:56 -2025-10-27 16:57:57,025 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 16:58:30,594 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 16:58:30,595 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:58:30,655 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:58:30,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:30,675 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:58:30,684 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:30,735 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:30,787 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:58:30,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:30,839 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:58:30,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:30,891 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:58:30,891 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:58:31,098 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,601 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:58:31,602 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,602 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:58:31,653 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:58:31,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:58:31,710 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:58:31\nReference:d4ec4363-ab1f-455c-ab4e-e6e83ec29b5c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:58:31 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T07:58:31"). -2025-10-27 16:58:31,710 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:58:31 -Reference:d4ec4363-ab1f-455c-ab4e-e6e83ec29b5c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:58:31 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T07:58:31 -2025-10-27 16:58:31,710 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 16:59:01,646 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:65229 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 16:59:01,725 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 16:59:04,202 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 16:59:04,203 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:59:04,256 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:59:04,272 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:04,272 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:04,272 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:04,273 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:04,273 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:04,273 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:04,273 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:04,273 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:04,280 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:04,330 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:04,382 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:04,434 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:04,434 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:04,486 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:04,486 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:04,486 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:59:04,692 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,081 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:59:05,081 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,081 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:59:05,131 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:05,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:05,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:05,225 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:59:04\nReference:6cf37a49-4a6d-4945-90a7-18042367dfcb\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:59:04 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T07:59:04"). -2025-10-27 16:59:05,225 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:59:04 -Reference:6cf37a49-4a6d-4945-90a7-18042367dfcb -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:59:04 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T07:59:04 -2025-10-27 16:59:05,225 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 16:59:16,009 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 16:59:16,029 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:65322 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 16:59:16,089 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 16:59:35,319 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 16:59:35,320 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:59:35,387 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:59:35,403 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:35,403 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:35,404 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:35,415 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:35,467 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:35,518 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:35,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:35,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:35,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:35,622 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:35,623 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:59:35,829 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,335 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:59:36,335 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,335 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:59:36,387 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:36,439 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:59:36,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:59:36,491 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:59:35\nReference:88fe7e9a-af0c-45a9-8df5-fdf12ca7871c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:59:36 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T07:59:36"). -2025-10-27 16:59:36,492 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:59:35 -Reference:88fe7e9a-af0c-45a9-8df5-fdf12ca7871c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:59:36 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T07:59:36 -2025-10-27 16:59:36,492 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:00:08,992 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:00:08,993 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:00:09,066 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:00:09,082 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,082 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,083 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,083 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:09,093 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,093 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:09,093 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,093 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:09,103 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,155 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,207 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:09,259 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,259 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:09,311 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,311 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:09,311 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:00:09,516 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,836 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:00:09,836 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,837 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:00:09,888 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:09,941 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:09,959 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:00:09\nReference:9d23806f-bea0-4e5e-9601-d6c8e78a5e00\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:00:09 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:00:09"). -2025-10-27 17:00:09,959 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:00:09 -Reference:9d23806f-bea0-4e5e-9601-d6c8e78a5e00 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:00:09 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:00:09 -2025-10-27 17:00:09,960 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:00:41,092 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:00:41,093 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:00:41,162 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:00:41,187 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:41,187 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:41,188 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:41,188 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:41,188 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:41,188 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:41,189 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:41,189 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:41,207 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:41,258 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:41,310 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:41,362 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:41,362 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:41,414 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:41,414 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:41,414 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:00:41,621 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,126 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:00:42,126 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,126 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:00:42,178 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,230 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,230 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:42,230 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,230 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:42,230 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:00:42,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:00:42,263 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:00:41\nReference:3a4864a4-9003-4464-8824-e557d357f1ad\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:00:41 TrackingId:e4d546972f124ac3bb3203de243ad198_G16, SystemTracker:gateway5, Timestamp:2025-10-27T08:00:41"). -2025-10-27 17:00:42,263 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:00:41 -Reference:3a4864a4-9003-4464-8824-e557d357f1ad -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:00:41 TrackingId:e4d546972f124ac3bb3203de243ad198_G16, SystemTracker:gateway5, Timestamp:2025-10-27T08:00:41 -2025-10-27 17:00:42,263 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:01:15,880 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:01:15,881 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:01:15,941 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:01:15,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:15,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:15,957 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:15,957 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:15,958 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:15,958 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:15,958 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:15,958 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:15,968 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:16,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:16,071 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:16,122 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,122 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:16,173 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,173 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:16,173 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:01:16,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,802 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:01:16,802 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,802 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:01:16,852 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,902 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,902 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:16,902 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,902 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:16,902 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:16,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:16,952 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:01:16\nReference:5c04d8c8-67b5-4888-98f5-a3ff7f73e107\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:01:16 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:01:16"). -2025-10-27 17:01:16,952 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:01:16 -Reference:5c04d8c8-67b5-4888-98f5-a3ff7f73e107 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:01:16 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:01:16 -2025-10-27 17:01:16,953 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:01:47,618 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:01:47,619 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:01:47,689 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:01:47,704 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:47,705 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:47,705 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:47,705 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:47,706 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:47,706 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:47,706 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:47,706 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:47,716 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:47,769 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:47,820 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:47,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:47,871 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:47,922 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:47,923 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:47,923 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:01:48,129 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,507 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:01:48,507 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,507 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:01:48,559 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:48,610 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:01:48,611 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:01:48,636 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:01:48\nReference:0304b88d-8732-4f6f-ab58-34c50fe668fb\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:01:48 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:01:48"). -2025-10-27 17:01:48,636 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:01:48 -Reference:0304b88d-8732-4f6f-ab58-34c50fe668fb -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:01:48 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:01:48 -2025-10-27 17:01:48,636 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:02:19,408 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:02:19,409 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:02:19,483 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:02:19,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:19,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:19,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:19,501 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:19,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:19,502 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:19,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:19,502 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:19,512 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:19,563 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:19,614 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:19,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:19,666 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:19,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:19,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:19,717 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:02:19,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:02:20,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,293 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:02:20,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:20,397 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:20,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:20,429 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:02:19\nReference:1a8bcd13-41c4-4778-abdb-7b20230f998f\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:02:20 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T08:02:20"). -2025-10-27 17:02:20,429 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:02:19 -Reference:1a8bcd13-41c4-4778-abdb-7b20230f998f -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:02:20 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T08:02:20 -2025-10-27 17:02:20,430 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:02:29,351 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:49794 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:02:29,388 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:02:52,326 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:02:52,327 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:02:52,385 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:02:52,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:52,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:52,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:52,405 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:52,405 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:52,405 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:52,406 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:52,406 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:52,415 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:52,467 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:52,519 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:52,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:52,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:52,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:52,623 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:52,623 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:02:52,829 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:02:53,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,269 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:02:53,321 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:53,373 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:02:53,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:02:53,389 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:02:52\nReference:7a282a8c-f41d-4cd3-b58f-fafa529d9313\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:02:53 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:02:53"). -2025-10-27 17:02:53,389 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:02:52 -Reference:7a282a8c-f41d-4cd3-b58f-fafa529d9313 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:02:53 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:02:53 -2025-10-27 17:02:53,389 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:03:26,466 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:03:26,466 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:03:26,726 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:26,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:03:26,752 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:26,804 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:26,855 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:03:26,907 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:26,907 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:03:26,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:26,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:03:26,957 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:03:27,160 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,523 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:03:27,523 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,523 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:03:27,574 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:03:27,626 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:27,647 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:03:27\nReference:e7639ae9-3ef1-4a57-82de-e29b5ff54e45\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:03:27 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:03:27"). -2025-10-27 17:03:27,647 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:03:27 -Reference:e7639ae9-3ef1-4a57-82de-e29b5ff54e45 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:03:27 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:03:27 -2025-10-27 17:03:27,647 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:03:34,797 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:03:59,860 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:03:59,861 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:03:59,912 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:03:59,927 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:03:59,939 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:03:59,990 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:00,041 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:00,092 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,092 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:00,143 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,143 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:00,143 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:04:00,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:04:00,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,770 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:04:00,821 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:00,873 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:00,884 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:04:00\nReference:3042cb31-9713-4c31-a165-4cf4a1785947\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:04:00 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:04:00"). -2025-10-27 17:04:00,884 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:04:00 -Reference:3042cb31-9713-4c31-a165-4cf4a1785947 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:04:00 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:04:00 -2025-10-27 17:04:00,884 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:04:33,786 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:04:33,786 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:04:33,841 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:04:33,857 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:33,857 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:33,857 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:33,858 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:33,858 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:33,858 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:33,858 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:33,858 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:33,869 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:33,920 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:33,972 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:34,028 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:34,083 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,083 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:34,083 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:04:34,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,718 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:04:34,719 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,719 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:04:34,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,821 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,821 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:04:34,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:04:34,856 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:04:34\nReference:2d8cde1b-f065-4566-9f32-67fa70b2b08b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:04:34 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T08:04:34"). -2025-10-27 17:04:34,856 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:04:34 -Reference:2d8cde1b-f065-4566-9f32-67fa70b2b08b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:04:34 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T08:04:34 -2025-10-27 17:04:34,856 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:05:07,343 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:05:07,345 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:05:07,436 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:05:07,458 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:07,458 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:07,458 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:07,459 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:07,459 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:07,459 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:07,459 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:07,459 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:07,468 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:07,521 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:07,572 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:07,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:07,623 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:07,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:07,674 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:07,674 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:05:07,880 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,311 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:05:08,312 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,312 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:05:08,363 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,415 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:08,416 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:08,467 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:05:07\nReference:b312dac9-e078-4e24-9b05-ce97ee5b278a\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:05:08 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:05:08"). -2025-10-27 17:05:08,467 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:05:07 -Reference:b312dac9-e078-4e24-9b05-ce97ee5b278a -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:05:08 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:05:08 -2025-10-27 17:05:08,467 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:05:40,524 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:05:40,525 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:05:40,578 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:05:40,609 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:40,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:40,619 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:40,670 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:40,722 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:40,772 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:40,773 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:40,824 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:40,825 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:40,825 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:05:41,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,537 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:05:41,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,538 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:05:41,589 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,641 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:41,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,641 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:05:41,642 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:05:41,692 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:05:41\nReference:a53f5703-c49b-4aa5-9e4e-b30a82ecb479\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:05:41 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:05:41"). -2025-10-27 17:05:41,693 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:05:41 -Reference:a53f5703-c49b-4aa5-9e4e-b30a82ecb479 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:05:41 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:05:41 -2025-10-27 17:05:41,693 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:06:15,525 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:06:15,526 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:06:15,580 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:15,600 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:15,609 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:15,661 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:15,712 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:15,763 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:15,764 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:15,815 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:15,815 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:15,815 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:06:16,022 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,420 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:06:16,420 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,420 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:06:16,471 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:16,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:16,521 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:16,522 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:16,551 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:06:16\nReference:cc8f9164-3c78-4025-a1a7-dcf7959f7ca0\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:06:16 TrackingId:beabfda074774cb38d991fdfadff7a0f_G2, SystemTracker:gateway5, Timestamp:2025-10-27T08:06:16"). -2025-10-27 17:06:16,551 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:06:16 -Reference:cc8f9164-3c78-4025-a1a7-dcf7959f7ca0 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:06:16 TrackingId:beabfda074774cb38d991fdfadff7a0f_G2, SystemTracker:gateway5, Timestamp:2025-10-27T08:06:16 -2025-10-27 17:06:16,551 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:06:47,015 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:06:47,016 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:06:47,068 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,082 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:47,089 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:47,140 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:47,192 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:47,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,244 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:47,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,295 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:47,295 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:06:47,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:06:47,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:47,912 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:06:47,963 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,015 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,015 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:06:48,016 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:06:48,017 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,017 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:06:48,017 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,017 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:06:48,017 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:06:48,036 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:06:47\nReference:0ed53da9-9717-4186-a1b3-94d55d6cb5b4\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:06:47 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:06:47"). -2025-10-27 17:06:48,036 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:06:47 -Reference:0ed53da9-9717-4186-a1b3-94d55d6cb5b4 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:06:47 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:06:47 -2025-10-27 17:06:48,036 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:07:22,406 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:07:22,407 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:07:22,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:07:22,500 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:22,500 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:22,501 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:22,511 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:22,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:22,613 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:22,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:22,664 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:22,715 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:22,715 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:22,715 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:07:22,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,491 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:07:23,491 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,491 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:07:23,542 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,593 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:23,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:23,621 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:07:22\nReference:fd141ddc-766d-4cbf-85e5-dd87ed18ae01\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:07:23 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:07:23"). -2025-10-27 17:07:23,621 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:07:22 -Reference:fd141ddc-766d-4cbf-85e5-dd87ed18ae01 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:07:23 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:07:23 -2025-10-27 17:07:23,621 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:07:40,602 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:07:55,027 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:07:55,028 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:07:55,086 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:07:55,113 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:55,113 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:55,113 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:55,114 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:55,114 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,114 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:55,114 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,114 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:55,133 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:55,184 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:55,235 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:55,286 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,287 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:55,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:55,338 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:07:55,541 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,986 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:07:55,986 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:55,986 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:07:56,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:56,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:07:56,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:07:56,099 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:07:55\nReference:4e0a495c-65f5-4869-89bb-6280723c62ce\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:07:55 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:07:55"). -2025-10-27 17:07:56,099 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:07:55 -Reference:4e0a495c-65f5-4869-89bb-6280723c62ce -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:07:55 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:07:55 -2025-10-27 17:07:56,099 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:08:30,632 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:08:30,634 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:08:30,703 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:08:30,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:30,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:30,723 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:30,723 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:08:30,723 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:30,723 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:08:30,723 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:30,724 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:08:30,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:30,784 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:30,835 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:08:30,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:30,887 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:08:30,938 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:30,938 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:08:30,938 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:08:31,145 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,579 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:08:31,579 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,579 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:08:31,630 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:08:31,681 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:08:31,705 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:08:31\nReference:8838531a-c241-434f-8f63-324a805bc3cb\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:08:31 TrackingId:e7e1095cc5eb40ed8ea0da5853f4d7b5_G7, SystemTracker:gateway5, Timestamp:2025-10-27T08:08:31"). -2025-10-27 17:08:31,705 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:08:31 -Reference:8838531a-c241-434f-8f63-324a805bc3cb -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:08:31 TrackingId:e7e1095cc5eb40ed8ea0da5853f4d7b5_G7, SystemTracker:gateway5, Timestamp:2025-10-27T08:08:31 -2025-10-27 17:08:31,705 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:09:03,495 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:09:03,496 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:09:03,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:09:03,579 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:03,579 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:03,579 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:03,579 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:03,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:03,598 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:03,599 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:03,599 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:03,613 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:03,664 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:03,715 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:03,766 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:03,767 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:03,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:03,819 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:03,819 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:09:04,024 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,424 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:09:04,424 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,424 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:09:04,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:04,525 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:04,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:04,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:04,562 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:09:04\nReference:a25746ad-68b0-4a46-9183-0240698bf4ec\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:09:04 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:09:04"). -2025-10-27 17:09:04,562 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:09:04 -Reference:a25746ad-68b0-4a46-9183-0240698bf4ec -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:09:04 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:09:04 -2025-10-27 17:09:04,562 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:09:20,066 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:51588 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:09:20,159 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:09:38,139 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:09:38,140 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:09:38,266 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:09:38,313 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:38,313 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:38,314 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:38,331 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:38,382 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:38,434 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:38,485 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:38,485 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:38,537 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:38,537 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:38,537 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:09:38,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,247 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:09:39,247 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,247 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:09:39,298 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:09:39,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:09:39,357 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:09:38\nReference:a27e785b-e768-4083-a7e4-c97d7ac044ca\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:09:39 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:09:39"). -2025-10-27 17:09:39,357 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:09:38 -Reference:a27e785b-e768-4083-a7e4-c97d7ac044ca -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:09:39 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:09:39 -2025-10-27 17:09:39,357 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:10:11,108 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:10:11,109 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:10:11,168 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:10:11,188 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:11,188 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:11,189 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:11,189 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:11,190 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,190 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:11,190 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,190 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:11,196 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:11,247 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:11,298 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:11,348 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,348 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:11,399 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,399 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:11,399 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:10:11,603 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:10:11,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:11,957 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:10:12,009 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:12,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:12,078 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:10:11\nReference:9c5d3b70-8062-4772-9e5e-ba4a2c7b87c3\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:10:11 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:10:11"). -2025-10-27 17:10:12,078 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:10:11 -Reference:9c5d3b70-8062-4772-9e5e-ba4a2c7b87c3 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:10:11 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:10:11 -2025-10-27 17:10:12,078 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:10:42,056 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:10:42,057 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:10:42,115 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:42,136 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:42,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:42,198 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:42,250 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:42,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:42,300 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:42,351 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:42,352 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:42,352 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:10:42,558 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,063 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:10:43,064 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,064 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:10:43,115 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,165 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:10:43,166 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:10:43,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:10:43,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:10:43,179 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:10:42\nReference:249b6076-e892-4c35-a943-f66e5a4f9d50\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:10:42 TrackingId:6c4c92961f134ddb882f6c5f06d24cff_G0, SystemTracker:gateway5, Timestamp:2025-10-27T08:10:42"). -2025-10-27 17:10:43,179 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:10:42 -Reference:249b6076-e892-4c35-a943-f66e5a4f9d50 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:10:42 TrackingId:6c4c92961f134ddb882f6c5f06d24cff_G0, SystemTracker:gateway5, Timestamp:2025-10-27T08:10:42 -2025-10-27 17:10:43,179 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:11:16,878 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:11:16,879 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:11:16,936 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:11:16,951 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:16,951 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:16,952 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:16,962 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:17,013 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:17,064 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:17,114 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:17,114 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:17,165 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:17,165 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:17,165 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:11:17,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,003 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:11:18,003 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,003 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:11:18,053 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:18,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:18,154 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:11:17\nReference:6890cebd-db53-476f-8f9e-5350c10d95c8\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:11:17 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:11:17"). -2025-10-27 17:11:18,154 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:11:17 -Reference:6890cebd-db53-476f-8f9e-5350c10d95c8 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:11:17 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:11:17 -2025-10-27 17:11:18,154 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:11:52,689 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:11:52,689 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:11:52,795 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:11:52,816 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:52,816 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:52,816 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:52,817 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:52,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:52,817 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:52,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:52,817 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:52,828 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:52,880 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:52,932 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:52,982 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:52,983 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:53,034 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,034 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:53,035 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:11:53,242 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,670 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:11:53,670 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,670 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:11:53,722 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:11:53,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:11:53,804 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:11:53\nReference:75b46d42-15d4-4191-a42c-2dbfb65156fb\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:11:53 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:11:53"). -2025-10-27 17:11:53,805 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:11:53 -Reference:75b46d42-15d4-4191-a42c-2dbfb65156fb -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:11:53 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:11:53 -2025-10-27 17:11:53,805 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:12:27,850 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:12:27,851 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:12:27,908 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:12:27,928 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:27,929 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:27,929 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:27,929 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:12:27,930 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:27,930 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:12:27,930 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:27,930 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:12:27,942 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:27,993 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:28,044 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:12:28,095 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,096 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:12:28,148 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,148 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:12:28,148 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:12:28,354 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,858 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:12:28,858 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,859 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:12:28,910 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,962 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,962 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:12:28,962 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,962 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:12:28,963 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:12:28,968 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:12:28\nReference:0f4fce45-17a3-4a5a-9a56-3fbb82e02c3c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:12:28 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:12:28"). -2025-10-27 17:12:28,969 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:12:28 -Reference:0f4fce45-17a3-4a5a-9a56-3fbb82e02c3c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:12:28 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:12:28 -2025-10-27 17:12:28,969 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:13:00,470 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:13:00,470 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:13:00,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:00,630 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:00,640 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:00,692 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:00,743 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:00,794 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:00,795 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:00,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:00,847 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:00,847 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:13:01,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,607 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:13:01,607 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,607 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:13:01,658 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,709 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,709 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:01,709 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,709 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:01,710 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:01,739 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:13:01\nReference:ac730424-033d-4110-ac04-32bdd96e8798\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:13:01 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:13:01"). -2025-10-27 17:13:01,739 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:13:01 -Reference:ac730424-033d-4110-ac04-32bdd96e8798 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:13:01 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:13:01 -2025-10-27 17:13:01,739 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:13:32,051 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:13:32,052 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:13:32,105 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,120 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:32,121 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,121 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:32,139 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,190 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,242 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:32,294 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,294 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:32,345 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,345 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:32,345 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:13:32,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,885 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:13:32,885 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,885 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:13:32,936 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:13:32,988 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,989 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:13:32,989 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:32,989 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:13:32,989 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:13:33,021 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:13:32\nReference:8b9a7cda-31e3-4b39-9a3e-bfa4922aacdd\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:13:32 TrackingId:06c570c65f7447118cf675bb483fbbdb_G15, SystemTracker:gateway5, Timestamp:2025-10-27T08:13:32"). -2025-10-27 17:13:33,021 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:13:32 -Reference:8b9a7cda-31e3-4b39-9a3e-bfa4922aacdd -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:13:32 TrackingId:06c570c65f7447118cf675bb483fbbdb_G15, SystemTracker:gateway5, Timestamp:2025-10-27T08:13:32 -2025-10-27 17:13:33,021 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:14:07,568 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:14:07,569 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:14:07,625 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:14:07,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:07,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:07,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:07,654 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:07,706 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:07,757 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:07,809 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:07,810 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:07,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:07,862 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:07,862 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:14:08,070 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,465 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:14:08,465 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,466 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:14:08,517 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,569 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,569 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:08,569 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,569 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:08,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:08,588 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:14:08\nReference:0b7c9042-37c2-4df2-b672-05b5a918bb0f\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:14:08 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:14:08"). -2025-10-27 17:14:08,589 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:14:08 -Reference:0b7c9042-37c2-4df2-b672-05b5a918bb0f -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:14:08 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:14:08 -2025-10-27 17:14:08,589 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:14:43,067 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:14:43,067 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:14:43,121 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:14:43,150 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:43,150 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:43,150 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:43,151 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:43,151 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:43,151 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:43,151 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:43,151 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:43,160 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:43,211 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:43,263 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:43,314 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:43,314 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:43,366 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:43,367 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:43,367 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:14:43,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,111 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:14:44,111 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,111 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:14:44,162 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:14:44,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,215 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:14:44,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:14:44,236 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:14:43\nReference:2321ec27-842c-4e58-8d15-1d18d5581936\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:14:43 TrackingId:6c4c92961f134ddb882f6c5f06d24cff_G0, SystemTracker:gateway5, Timestamp:2025-10-27T08:14:43"). -2025-10-27 17:14:44,236 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:14:43 -Reference:2321ec27-842c-4e58-8d15-1d18d5581936 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:14:43 TrackingId:6c4c92961f134ddb882f6c5f06d24cff_G0, SystemTracker:gateway5, Timestamp:2025-10-27T08:14:43 -2025-10-27 17:14:44,236 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:15:15,080 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:15:15,082 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:15:15,154 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:15:15,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:15,174 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:15,174 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:15,174 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:15,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:15,175 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:15,175 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:15,175 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:15,186 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:15,236 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:15,287 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:15,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:15,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:15,389 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:15,389 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:15,389 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:15:15,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,099 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:15:16,099 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,100 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:15:16,150 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,201 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,201 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:16,202 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:16,252 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:15:15\nReference:e9149196-67bc-49cf-8f84-8d286f766008\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:15:15 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T08:15:15"). -2025-10-27 17:15:16,253 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:15:15 -Reference:e9149196-67bc-49cf-8f84-8d286f766008 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:15:15 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T08:15:15 -2025-10-27 17:15:16,253 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:15:19,535 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:15:19,554 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:53054 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:15:19,599 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:15:21,288 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:15:21,308 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:53062 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:15:21,349 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:15:50,045 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:15:50,047 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:15:50,352 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:15:50,442 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:50,442 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:50,442 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:50,443 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:50,443 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:50,443 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:50,443 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:50,443 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:50,500 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:50,552 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:50,604 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:50,656 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:50,656 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:50,707 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:50,708 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:50,708 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:15:50,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,446 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:15:51,447 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,447 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:15:51,499 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,549 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,549 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:15:51,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:15:51,576 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:15:51\nReference:1df09092-317e-415e-a435-3bf8dd147aa9\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:15:51 TrackingId:4a8b6c79abe243a3a753b14892c87299_G10, SystemTracker:gateway5, Timestamp:2025-10-27T08:15:51"). -2025-10-27 17:15:51,576 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:15:51 -Reference:1df09092-317e-415e-a435-3bf8dd147aa9 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:15:51 TrackingId:4a8b6c79abe243a3a753b14892c87299_G10, SystemTracker:gateway5, Timestamp:2025-10-27T08:15:51 -2025-10-27 17:15:51,577 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:16:20,409 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:16:20,409 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:16:25,139 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:16:26,447 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:26,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:26,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:26,448 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:26,470 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:26,470 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:26,470 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:26,470 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:26,530 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:26,582 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:26,634 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:26,685 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:26,686 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:26,739 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:26,739 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:26,739 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:16:26,946 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,788 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:16:30,788 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,788 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:16:30,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,891 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:30,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,891 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:30,892 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:30,915 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:16:27\nReference:ab7427cd-de73-49b2-9701-bc51f668c46b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:16:27 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:16:27"). -2025-10-27 17:16:30,915 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:16:27 -Reference:ab7427cd-de73-49b2-9701-bc51f668c46b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:16:27 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:16:27 -2025-10-27 17:16:30,915 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:16:51,125 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:16:51,127 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:16:51,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:16:51,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:51,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:51,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:51,203 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:51,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:51,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:51,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:51,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:51,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:51,267 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:51,317 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:51,368 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:51,368 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:51,419 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:51,419 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:51,419 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:16:51,623 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,033 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:16:52,033 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,034 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:16:52,085 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,136 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:16:52,138 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:16:52,150 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:16:51\nReference:7878cd22-c00b-4f35-b11b-1262cee4dec4\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:16:51 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:16:51"). -2025-10-27 17:16:52,151 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:16:51 -Reference:7878cd22-c00b-4f35-b11b-1262cee4dec4 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:16:51 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:16:51 -2025-10-27 17:16:52,151 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:17:24,810 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:17:24,810 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:17:24,869 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:17:24,889 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:24,889 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:24,889 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:24,890 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:24,890 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:24,890 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:24,890 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:24,890 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:24,903 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:24,954 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:25,006 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:25,056 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,056 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:25,107 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,107 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:25,107 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:17:25,313 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,816 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:17:25,816 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,816 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:17:25,867 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:25,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:25,932 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:17:25\nReference:1d117fe1-7bfd-4601-8887-dfc7055a884a\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:17:25 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:17:25"). -2025-10-27 17:17:25,932 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:17:25 -Reference:1d117fe1-7bfd-4601-8887-dfc7055a884a -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:17:25 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:17:25 -2025-10-27 17:17:25,933 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:17:55,518 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:17:55,518 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:17:55,579 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:17:55,594 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:55,594 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:55,594 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:55,594 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:55,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:55,595 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:55,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:55,595 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:55,604 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:55,655 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:55,706 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:55,758 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:55,758 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:55,810 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:55,811 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:55,811 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:17:56,014 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:17:56,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,425 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:17:56,476 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,527 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,528 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:56,528 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,528 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:56,528 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:56,528 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:17:56,529 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:17:56,536 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:17:56\nReference:7a259d1c-67d1-4098-9a4d-2ff43c1a366c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:17:56 TrackingId:7166d3b0e2e64a8580880d8f8588f788_G18, SystemTracker:gateway5, Timestamp:2025-10-27T08:17:56"). -2025-10-27 17:17:56,536 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:17:56 -Reference:7a259d1c-67d1-4098-9a4d-2ff43c1a366c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:17:56 TrackingId:7166d3b0e2e64a8580880d8f8588f788_G18, SystemTracker:gateway5, Timestamp:2025-10-27T08:17:56 -2025-10-27 17:17:56,536 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:18:27,649 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:18:27,650 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:18:27,713 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:18:27,732 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:27,732 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:27,732 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:27,732 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:18:27,733 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:27,733 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:18:27,733 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:27,733 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:18:27,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:27,794 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:27,845 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:18:27,895 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:27,896 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:18:27,947 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:27,947 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:18:27,947 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:18:28,152 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,572 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:18:28,572 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,572 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:18:28,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,673 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,673 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:18:28,673 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,673 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:18:28,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:18:28,719 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:18:28\nReference:fbb6e7f2-6d22-4b73-949a-e05adeaa1870\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:18:28 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:18:28"). -2025-10-27 17:18:28,720 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:18:28 -Reference:fbb6e7f2-6d22-4b73-949a-e05adeaa1870 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:18:28 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:18:28 -2025-10-27 17:18:28,720 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:19:02,484 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:19:02,485 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:19:02,538 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:19:02,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:02,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:02,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:02,571 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:02,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:02,572 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:02,572 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:02,572 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:02,597 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:02,646 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:02,698 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:02,750 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:02,751 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:02,801 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:02,802 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:02,802 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:19:03,008 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,444 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:19:03,444 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,444 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:19:03,495 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,546 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:03,547 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:03,548 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,548 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:03,548 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,548 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:03,548 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:03,556 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:19:03\nReference:ec6fd54e-93bf-4431-89fe-26d9f8b27e65\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:19:03 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:19:03"). -2025-10-27 17:19:03,556 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:19:03 -Reference:ec6fd54e-93bf-4431-89fe-26d9f8b27e65 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:19:03 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:19:03 -2025-10-27 17:19:03,556 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:19:28,762 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:54130 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:19:28,802 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:19:36,070 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:19:36,071 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:19:36,131 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:19:36,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:36,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:36,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:36,148 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:36,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:36,149 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:36,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:36,149 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:36,159 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:36,209 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:36,260 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:36,312 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:36,312 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:36,363 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:36,364 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:36,364 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:19:36,568 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,079 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:19:37,079 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,079 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:19:37,131 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,183 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,183 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:37,183 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,183 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:19:37,184 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:19:37,193 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:19:36\nReference:d0da430a-db69-4133-b878-73ec407ecd53\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:19:36 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:19:36"). -2025-10-27 17:19:37,193 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:19:36 -Reference:d0da430a-db69-4133-b878-73ec407ecd53 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:19:36 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:19:36 -2025-10-27 17:19:37,193 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:20:07,831 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:20:07,831 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:20:07,891 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:07,909 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:07,910 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:07,920 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:07,972 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:08,023 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:08,075 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,075 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:08,126 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,126 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:08,126 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:20:08,331 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,756 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:20:08,756 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,756 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:20:08,807 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:08,859 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:08,860 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,860 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:08,860 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,860 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:08,860 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:08,896 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:20:08\nReference:187ef978-9c3d-4b1e-8887-645ea5ee9230\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:20:08 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:20:08"). -2025-10-27 17:20:08,897 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:20:08 -Reference:187ef978-9c3d-4b1e-8887-645ea5ee9230 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:20:08 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:20:08 -2025-10-27 17:20:08,897 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:20:39,111 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:20:39,112 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:20:39,181 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:20:39,198 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:39,199 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:39,209 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:39,261 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:39,312 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:39,364 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:39,364 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:39,415 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:39,415 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:39,415 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:20:39,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:20:40,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,054 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:20:40,106 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:40,157 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:20:40,158 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:20:40,186 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:20:39\nReference:63d0cb32-3b48-49f9-b0ba-35acec6f9d94\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:20:39 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T08:20:39"). -2025-10-27 17:20:40,186 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:20:39 -Reference:63d0cb32-3b48-49f9-b0ba-35acec6f9d94 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:20:39 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T08:20:39 -2025-10-27 17:20:40,186 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:21:13,425 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:21:13,426 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:21:13,480 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:13,497 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:13,498 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:13,498 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:13,503 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:13,555 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:13,606 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:13,656 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:13,657 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:13,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:13,708 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:13,708 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:21:13,913 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:21:14,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,417 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:21:14,468 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,520 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:14,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:14,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:14,549 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:21:13\nReference:f758d0b6-40cb-4a93-8297-69baf82d8fb5\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:21:14 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:21:14"). -2025-10-27 17:21:14,549 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:21:13 -Reference:f758d0b6-40cb-4a93-8297-69baf82d8fb5 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:21:14 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:21:14 -2025-10-27 17:21:14,549 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:21:49,096 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:21:49,096 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:21:49,162 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:21:49,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:49,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:49,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:49,181 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:49,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:49,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:49,191 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:49,242 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:49,294 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:49,345 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,345 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:49,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,398 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:49,399 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:21:49,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,998 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:21:49,999 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:49,999 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:21:50,051 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,102 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:21:50,103 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,104 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:21:50,104 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:21:50,112 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:21:49\nReference:de37d556-c759-412d-9be8-ffa7662c0b21\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:21:49 TrackingId:beabfda074774cb38d991fdfadff7a0f_G2, SystemTracker:gateway5, Timestamp:2025-10-27T08:21:49"). -2025-10-27 17:21:50,113 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:21:49 -Reference:de37d556-c759-412d-9be8-ffa7662c0b21 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:21:49 TrackingId:beabfda074774cb38d991fdfadff7a0f_G2, SystemTracker:gateway5, Timestamp:2025-10-27T08:21:49 -2025-10-27 17:21:50,113 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:22:21,579 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:22:21,580 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:22:21,663 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:22:21,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:21,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:21,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:21,680 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:21,680 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:21,680 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:21,680 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:21,680 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:21,688 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:21,739 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:21,790 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:21,840 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:21,841 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:21,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:21,892 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:21,892 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:22:22,096 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,599 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:22:22,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,600 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:22:22,652 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:22,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:22,704 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:22,705 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:22,756 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:22:22\nReference:0a86a194-918a-4a7e-9d7a-06b36d94dcc4\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:22:22 TrackingId:5adceb1c6eb94c568a0621f417ea3787_G21, SystemTracker:gateway5, Timestamp:2025-10-27T08:22:22"). -2025-10-27 17:22:22,757 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:22:22 -Reference:0a86a194-918a-4a7e-9d7a-06b36d94dcc4 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:22:22 TrackingId:5adceb1c6eb94c568a0621f417ea3787_G21, SystemTracker:gateway5, Timestamp:2025-10-27T08:22:22 -2025-10-27 17:22:22,757 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:22:56,393 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:22:56,395 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:22:56,454 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:22:56,470 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:56,470 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:56,471 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:56,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:56,531 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:56,583 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:56,635 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:56,635 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:56,688 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:56,688 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:56,688 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:22:56,896 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,243 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:22:57,243 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,243 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:22:57,294 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:22:57,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:22:57,356 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:22:56\nReference:92004913-c3b6-4838-a42a-f0e1a9e9ab42\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:22:57 TrackingId:fd3e7ace976743418ae7f51e4e651bc4_G30, SystemTracker:gateway5, Timestamp:2025-10-27T08:22:57"). -2025-10-27 17:22:57,356 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:22:56 -Reference:92004913-c3b6-4838-a42a-f0e1a9e9ab42 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:22:57 TrackingId:fd3e7ace976743418ae7f51e4e651bc4_G30, SystemTracker:gateway5, Timestamp:2025-10-27T08:22:57 -2025-10-27 17:22:57,356 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:23:30,535 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:23:30,536 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:23:30,599 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:23:30,616 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:30,617 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:23:30,626 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:30,676 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:30,728 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:23:30,780 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:30,781 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:23:30,832 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:30,832 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:23:30,832 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:23:31,040 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:23:31,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,477 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:23:31,529 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,581 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:31,582 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:23:31,583 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:23:31,602 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:23:31\nReference:d9665a1a-ffed-4a7a-84bf-6013d24468e4\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:23:31 TrackingId:e7e1095cc5eb40ed8ea0da5853f4d7b5_G7, SystemTracker:gateway5, Timestamp:2025-10-27T08:23:31"). -2025-10-27 17:23:31,602 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:23:31 -Reference:d9665a1a-ffed-4a7a-84bf-6013d24468e4 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:23:31 TrackingId:e7e1095cc5eb40ed8ea0da5853f4d7b5_G7, SystemTracker:gateway5, Timestamp:2025-10-27T08:23:31 -2025-10-27 17:23:31,602 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:24:02,231 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:24:02,233 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:24:02,301 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:24:02,318 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:02,319 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:02,319 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:02,319 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:02,320 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:02,320 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:02,320 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:02,320 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:02,331 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:02,382 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:02,434 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:02,485 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:02,485 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:02,537 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:02,537 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:02,537 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:24:02,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,248 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:24:03,248 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,248 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:24:03,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,351 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,351 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:03,351 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,351 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:03,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:03,403 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:24:02\nReference:9da13fff-52e4-40be-883b-27cb05ea18ee\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:24:03 TrackingId:daf94f96845d4a4c8f204bc24deb4033_G28, SystemTracker:gateway5, Timestamp:2025-10-27T08:24:03"). -2025-10-27 17:24:03,403 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:24:02 -Reference:9da13fff-52e4-40be-883b-27cb05ea18ee -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:24:03 TrackingId:daf94f96845d4a4c8f204bc24deb4033_G28, SystemTracker:gateway5, Timestamp:2025-10-27T08:24:03 -2025-10-27 17:24:03,403 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:24:34,727 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:24:34,728 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:24:34,819 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:24:34,860 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:34,860 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:34,861 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:34,861 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:34,861 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:34,862 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:34,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:34,862 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:34,890 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:34,942 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:34,994 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:35,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:35,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,098 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:35,098 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:24:35,305 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,662 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:24:35,662 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,662 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:24:35,714 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,765 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,765 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:35,765 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,765 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:24:35,766 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:24:35,801 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:24:35\nReference:43ae8035-c843-4b48-8e4c-0d0f7cc7b6a0\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:24:35 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:24:35"). -2025-10-27 17:24:35,802 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:24:35 -Reference:43ae8035-c843-4b48-8e4c-0d0f7cc7b6a0 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:24:35 TrackingId:67d7bd14a58b4f3da2c1601590d64bdf_G31, SystemTracker:gateway5, Timestamp:2025-10-27T08:24:35 -2025-10-27 17:24:35,802 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:25:06,275 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:25:06,276 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:25:06,338 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:25:06,357 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:06,357 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:06,357 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:06,358 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:06,384 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:06,384 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:06,385 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:06,385 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:06,391 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:06,441 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:06,492 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:06,544 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:06,545 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:06,596 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:06,596 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:06,596 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:25:06,802 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,197 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:25:07,197 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,197 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:25:07,248 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,299 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,299 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:07,300 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:07,347 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:25:06\nReference:12ef3f53-3144-4826-a1a2-3c48d7c84e56\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:25:07 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T08:25:07"). -2025-10-27 17:25:07,347 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:25:06 -Reference:12ef3f53-3144-4826-a1a2-3c48d7c84e56 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:25:07 TrackingId:0adf4d97a2f3429dafceda129ef0ec61_G23, SystemTracker:gateway5, Timestamp:2025-10-27T08:25:07 -2025-10-27 17:25:07,347 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:25:38,895 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:25:38,897 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:25:38,980 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:25:38,999 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:38,999 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,000 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:39,011 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,062 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,114 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:39,166 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,166 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:39,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,217 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:39,217 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:25:39,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,781 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:25:39,781 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,781 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:25:39,832 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,883 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:25:39,884 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,884 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:25:39,884 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:25:39,918 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:25:39\nReference:d7335b59-9ab2-448c-a3c7-32d5de05505c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:25:39 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:25:39"). -2025-10-27 17:25:39,918 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:25:39 -Reference:d7335b59-9ab2-448c-a3c7-32d5de05505c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:25:39 TrackingId:2d5387b1ae804037a005437578728f73_G14, SystemTracker:gateway5, Timestamp:2025-10-27T08:25:39 -2025-10-27 17:25:39,918 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:26:10,659 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:26:10,660 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:26:10,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:26:10,739 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:10,739 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:10,739 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:10,740 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:10,740 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:10,740 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:10,740 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:10,740 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:10,747 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:10,798 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:10,850 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:10,901 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:10,902 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:10,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:10,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:10,954 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:26:11,162 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,668 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:26:11,668 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,668 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:26:11,719 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:11,771 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,772 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:11,772 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:11,783 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:26:11\nReference:429c5410-e87d-4d2a-b077-0002e7b28aba\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:26:11 TrackingId:19cfb07b94c442ecb31a874964179984_G4, SystemTracker:gateway5, Timestamp:2025-10-27T08:26:11"). -2025-10-27 17:26:11,783 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:26:11 -Reference:429c5410-e87d-4d2a-b077-0002e7b28aba -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:26:11 TrackingId:19cfb07b94c442ecb31a874964179984_G4, SystemTracker:gateway5, Timestamp:2025-10-27T08:26:11 -2025-10-27 17:26:11,783 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:26:46,578 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:26:46,579 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:26:46,632 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:46,647 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:46,657 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:46,709 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:46,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:46,812 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:46,813 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:46,864 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:46,865 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:46,865 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:26:47,074 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:26:47,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,664 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:26:47,717 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:47,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:26:47,770 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:26:47,822 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:26:47\nReference:110eca0a-d700-4dce-a598-7d1b4186a7d3\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:26:47 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T08:26:47"). -2025-10-27 17:26:47,822 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:26:47 -Reference:110eca0a-d700-4dce-a598-7d1b4186a7d3 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:26:47 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T08:26:47 -2025-10-27 17:26:47,823 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:27:18,306 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:27:18,308 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:27:18,371 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:27:18,385 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:18,386 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:18,386 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:18,386 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:18,387 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:18,387 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:18,387 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:18,387 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:18,396 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:18,449 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:18,502 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:18,554 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:18,554 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:18,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:18,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:18,606 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:27:18,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,327 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:27:19,327 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,327 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:27:19,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,432 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:19,433 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:19,442 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:27:18\nReference:25ba3831-d8c9-400f-b326-e9d97b6eeb2b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:27:19 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:27:19"). -2025-10-27 17:27:19,442 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:27:18 -Reference:25ba3831-d8c9-400f-b326-e9d97b6eeb2b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:27:19 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:27:19 -2025-10-27 17:27:19,442 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:27:52,011 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:27:52,012 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:27:52,076 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:27:52,095 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:52,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:52,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:52,096 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:52,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,097 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:52,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,097 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:52,109 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:52,161 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:52,214 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:52,266 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,267 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:52,319 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,319 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:52,319 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:27:52,530 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:27:52,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:52,942 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:27:52,994 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,047 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,047 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:27:53,048 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:27:53,101 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:27:52\nReference:18ccf336-ecc1-40b4-a0ea-b1870e8c4b99\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:27:52 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T08:27:52"). -2025-10-27 17:27:53,101 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:27:52 -Reference:18ccf336-ecc1-40b4-a0ea-b1870e8c4b99 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:27:52 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T08:27:52 -2025-10-27 17:27:53,101 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:28:25,420 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:28:25,421 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:28:25,484 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:28:25,508 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:25,508 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:25,509 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:25,509 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:25,509 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:25,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:25,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:25,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:25,517 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:25,570 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:25,623 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:25,676 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:25,676 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:25,727 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:25,728 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:25,728 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:28:25,937 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,490 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:28:26,491 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,491 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:28:26,542 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:26,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:26,594 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:26,595 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:26,604 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:28:26\nReference:cfcc2d75-b0eb-491f-932e-9fa41b3f7f84\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:28:26 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:28:26"). -2025-10-27 17:28:26,604 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:28:26 -Reference:cfcc2d75-b0eb-491f-932e-9fa41b3f7f84 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:28:26 TrackingId:c21990b6bc5e4c9fb9a33aaaf677ddcd_G8, SystemTracker:gateway5, Timestamp:2025-10-27T08:28:26 -2025-10-27 17:28:26,604 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:28:58,268 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:28:58,269 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:28:58,325 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:28:58,360 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:58,360 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:58,361 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:58,361 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:58,361 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:58,361 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:58,362 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:58,362 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:58,371 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:58,423 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:58,475 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:58,527 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:58,527 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:58,580 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:58,580 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:58,580 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:28:58,788 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,296 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:28:59,297 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,297 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:28:59,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,403 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,403 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:59,403 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,403 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:28:59,404 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:28:59,455 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:28:58\nReference:4ce17a5c-0870-4ff5-8a22-3e1f34ae08a7\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:28:59 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:28:59"). -2025-10-27 17:28:59,456 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:28:58 -Reference:4ce17a5c-0870-4ff5-8a22-3e1f34ae08a7 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:28:59 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:28:59 -2025-10-27 17:28:59,456 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:29:28,401 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:29:28,402 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:29:28,472 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:29:28,490 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:28,491 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:28,491 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:28,491 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:29:28,492 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:28,492 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:29:28,492 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:28,492 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:29:28,511 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:28,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:28,613 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:29:28,663 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:28,664 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:29:28,715 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:28,715 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:29:28,715 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:29:28,924 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,466 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:29:29,466 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,466 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:29:29,518 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:29:29,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:29:29,596 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:29:28\nReference:ba5dd47e-05bd-4c2e-97e6-50e4b5c2ef8d\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:29:29 TrackingId:7780cdb846ba4e6cba3365451c46feac_G1, SystemTracker:gateway5, Timestamp:2025-10-27T08:29:29"). -2025-10-27 17:29:29,596 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:29:28 -Reference:ba5dd47e-05bd-4c2e-97e6-50e4b5c2ef8d -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:29:29 TrackingId:7780cdb846ba4e6cba3365451c46feac_G1, SystemTracker:gateway5, Timestamp:2025-10-27T08:29:29 -2025-10-27 17:29:29,597 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:30:00,053 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:30:00,055 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:30:00,116 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:30:00,135 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:00,136 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:00,136 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:00,136 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:00,137 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:00,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:00,137 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:00,137 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:00,145 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:00,197 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:00,250 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:00,303 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:00,303 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:00,356 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:00,357 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:00,357 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:30:00,566 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,076 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:30:01,076 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,076 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:30:01,128 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:01,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:01,181 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:01,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:01,234 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:30:00\nReference:36e97561-1d41-4251-b5a0-32c0941faafd\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:30:00 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:30:00"). -2025-10-27 17:30:01,234 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:30:00 -Reference:36e97561-1d41-4251-b5a0-32c0941faafd -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:30:00 TrackingId:f769f925744446dd9e45cb096a6c56e1_G5, SystemTracker:gateway5, Timestamp:2025-10-27T08:30:00 -2025-10-27 17:30:01,235 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:30:32,621 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:30:32,622 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:30:32,687 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:30:32,714 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:32,714 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:32,714 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:32,714 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:32,714 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:32,715 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:32,715 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:32,715 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:32,731 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:32,781 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:32,831 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:32,882 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:32,882 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:32,934 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:32,934 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:32,934 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:30:33,141 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,670 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:30:33,670 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,670 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:30:33,723 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,773 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:30:33,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:30:33,811 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:30:33\nReference:542e7df0-de85-49d9-96cf-f4bd84142688\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:30:33 TrackingId:06c570c65f7447118cf675bb483fbbdb_G15, SystemTracker:gateway5, Timestamp:2025-10-27T08:30:33"). -2025-10-27 17:30:33,811 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:30:33 -Reference:542e7df0-de85-49d9-96cf-f4bd84142688 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:30:33 TrackingId:06c570c65f7447118cf675bb483fbbdb_G15, SystemTracker:gateway5, Timestamp:2025-10-27T08:30:33 -2025-10-27 17:30:33,812 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:31:04,745 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:31:04,747 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:31:04,807 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:31:04,827 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:04,827 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:04,828 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:04,828 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:04,828 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:04,829 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:04,829 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:04,829 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:04,845 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:04,897 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:04,949 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:05,002 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,002 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:05,052 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,052 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:05,053 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:31:05,260 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,667 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:31:05,667 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,667 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:31:05,720 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,773 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:05,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,773 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:05,773 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:05,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:05,827 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:31:05\nReference:2cc47770-e0b6-400e-b9f6-d3499d972df1\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:31:05 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:31:05"). -2025-10-27 17:31:05,828 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:31:05 -Reference:2cc47770-e0b6-400e-b9f6-d3499d972df1 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:31:05 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:31:05 -2025-10-27 17:31:05,828 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:31:39,484 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:31:39,485 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:31:39,542 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:31:39,561 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:39,561 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:39,561 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:39,561 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:39,562 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:39,562 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:39,562 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:39,562 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:39,572 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:39,624 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:39,674 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:39,726 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:39,726 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:39,778 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:39,778 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:39,778 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:31:39,985 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:31:40,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,538 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:31:40,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:31:40,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:31:40,651 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:31:40\nReference:31589455-3f29-41ed-a4b2-5ee8d9ef027b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:31:40 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:31:40"). -2025-10-27 17:31:40,651 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:31:40 -Reference:31589455-3f29-41ed-a4b2-5ee8d9ef027b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:31:40 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:31:40 -2025-10-27 17:31:40,651 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:32:10,302 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:32:10,304 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:32:10,363 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:32:10,379 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:10,379 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:10,379 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:10,380 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:10,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:10,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:10,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:10,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:10,390 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:10,440 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:10,492 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:10,543 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:10,543 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:10,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:10,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:10,594 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:32:10,799 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:32:11,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,167 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:32:11,218 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,268 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:11,270 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:11,319 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:32:10\nReference:bb8d3317-a617-4785-9fc7-aa0922b51fbe\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:32:11 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T08:32:11"). -2025-10-27 17:32:11,319 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:32:10 -Reference:bb8d3317-a617-4785-9fc7-aa0922b51fbe -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:32:11 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T08:32:11 -2025-10-27 17:32:11,319 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:32:40,876 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:32:40,878 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:32:40,936 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:32:40,948 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:40,949 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:40,949 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:40,949 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:40,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:40,950 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:40,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:40,950 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:40,957 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:41,009 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:41,060 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:41,110 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,111 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:41,161 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,161 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:41,162 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:32:41,368 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:32:41,773 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,773 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:32:41,825 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,876 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:32:41,877 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:32:41,896 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:32:41\nReference:ac2f6e71-49d0-435d-8e1a-2525507ea519\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:32:41 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:32:41"). -2025-10-27 17:32:41,897 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:32:41 -Reference:ac2f6e71-49d0-435d-8e1a-2525507ea519 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:32:41 TrackingId:339fafadcaf7418d93c474182a100c42_G9, SystemTracker:gateway5, Timestamp:2025-10-27T08:32:41 -2025-10-27 17:32:41,897 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:33:13,274 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:33:13,275 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:33:13,338 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:33:13,355 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:13,355 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:13,355 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:13,355 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:13,356 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:13,356 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:13,356 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:13,356 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:13,367 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:13,418 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:13,469 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:13,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:13,520 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:13,571 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:13,571 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:13,572 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:33:13,779 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,228 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:33:14,228 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,228 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:33:14,280 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,332 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,332 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:14,332 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,332 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:14,333 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:14,351 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:33:13\nReference:374468d3-4ca6-4e31-aa3e-2fe53943bae3\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:33:14 TrackingId:abc7790fee3345ddbf6f7e0656ad12ab_G13, SystemTracker:gateway5, Timestamp:2025-10-27T08:33:14"). -2025-10-27 17:33:14,352 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:33:13 -Reference:374468d3-4ca6-4e31-aa3e-2fe53943bae3 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:33:14 TrackingId:abc7790fee3345ddbf6f7e0656ad12ab_G13, SystemTracker:gateway5, Timestamp:2025-10-27T08:33:14 -2025-10-27 17:33:14,352 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:33:44,734 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:33:44,735 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:33:44,797 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:33:44,825 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:44,825 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:44,825 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:44,826 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:44,826 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:44,826 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:44,826 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:44,826 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:44,836 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:44,888 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:44,939 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:44,991 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:44,991 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:45,042 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,042 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:45,043 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:33:45,250 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,656 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:33:45,656 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,656 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:33:45,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:33:45,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:33:45,810 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:33:45\nReference:b0dfff12-ae7b-45f1-9e76-3ab2957bcfd9\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:33:45 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T08:33:45"). -2025-10-27 17:33:45,810 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:33:45 -Reference:b0dfff12-ae7b-45f1-9e76-3ab2957bcfd9 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:33:45 TrackingId:2db4ea4d3b884c3bb8a04276ccde8de5_G19, SystemTracker:gateway5, Timestamp:2025-10-27T08:33:45 -2025-10-27 17:33:45,811 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:34:14,785 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:34:14,786 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:34:14,848 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:34:14,866 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:14,866 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:14,866 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:14,867 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:14,867 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:14,867 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:14,867 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:14,867 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:14,880 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:14,931 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:14,981 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:15,033 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,033 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:15,084 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,085 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:15,085 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:34:15,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,675 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:34:15,675 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,676 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:34:15,727 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,778 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,778 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:15,779 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:15,805 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:34:15\nReference:12133a43-d035-4e65-bd6e-9082be2ed6e1\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:34:15 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:34:15"). -2025-10-27 17:34:15,805 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:34:15 -Reference:12133a43-d035-4e65-bd6e-9082be2ed6e1 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:34:15 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:34:15 -2025-10-27 17:34:15,805 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:34:39,006 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:34:39,831 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:34:40,681 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:57047 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:34:40,737 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:34:46,601 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:34:46,603 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:34:46,688 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:34:46,709 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:46,709 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:46,710 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:46,710 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:46,711 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:46,711 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:46,711 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:46,711 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:46,726 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:46,777 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:46,828 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:46,880 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:46,880 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:46,932 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:46,932 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:46,932 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:34:47,139 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,574 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:34:47,574 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,574 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:34:47,624 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,674 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:47,675 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,675 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:34:47,676 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:34:47,724 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:34:47\nReference:48ff0b35-d710-4056-bb99-60e8c1c5f88a\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:34:47 TrackingId:489faaafbfef47bfab375bb6b58fa25a_G22, SystemTracker:gateway5, Timestamp:2025-10-27T08:34:47"). -2025-10-27 17:34:47,724 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:34:47 -Reference:48ff0b35-d710-4056-bb99-60e8c1c5f88a -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:34:47 TrackingId:489faaafbfef47bfab375bb6b58fa25a_G22, SystemTracker:gateway5, Timestamp:2025-10-27T08:34:47 -2025-10-27 17:34:47,725 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:35:21,851 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:35:21,853 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:35:21,915 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:35:21,934 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:21,934 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:21,935 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:21,935 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:21,936 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:21,936 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:21,936 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:21,936 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:21,946 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:21,998 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:22,049 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:22,100 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,101 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:22,151 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,152 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:22,152 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:35:22,359 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,809 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:35:22,809 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,809 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:35:22,861 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,911 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:22,912 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:22,921 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:35:22\nReference:629e72b8-d102-418d-801c-c0b1d3a7d154\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:35:22 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T08:35:22"). -2025-10-27 17:35:22,921 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:35:22 -Reference:629e72b8-d102-418d-801c-c0b1d3a7d154 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:35:22 TrackingId:88b921350b3b4ad99db87dda745072ed_G11, SystemTracker:gateway5, Timestamp:2025-10-27T08:35:22 -2025-10-27 17:35:22,921 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:35:26,036 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:35:26,049 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:57211 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:35:26,089 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:35:54,441 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:35:54,442 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:35:54,488 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:54,504 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:54,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:54,560 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:54,611 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:54,662 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:54,662 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:54,714 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:54,714 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:54,714 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:35:54,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,371 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:35:55,371 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,371 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:35:55,423 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:35:55,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:35:55,513 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:35:55\nReference:e488b0e9-316e-4e5c-b985-f9af3ff22d1b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:35:55 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:35:55"). -2025-10-27 17:35:55,513 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:35:55 -Reference:e488b0e9-316e-4e5c-b985-f9af3ff22d1b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:35:55 TrackingId:9eadb900326f4de9b7e6307faca09dc8_G12, SystemTracker:gateway5, Timestamp:2025-10-27T08:35:55 -2025-10-27 17:35:55,513 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:36:29,584 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:36:29,585 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:36:29,652 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:36:29,668 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:29,669 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:36:29,681 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:29,732 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:29,782 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:36:29,833 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:29,833 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:36:29,885 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:29,885 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:36:29,885 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:36:30,092 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:36:30,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,598 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:36:30,649 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,701 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:36:30,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:36:30,755 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:36:30\nReference:747ffb6b-333f-49e4-89ef-dcf0915015c5\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:36:30 TrackingId:316c6011e4634786ad54b9253b21e381_G26, SystemTracker:gateway5, Timestamp:2025-10-27T08:36:30"). -2025-10-27 17:36:30,755 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:36:30 -Reference:747ffb6b-333f-49e4-89ef-dcf0915015c5 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:36:30 TrackingId:316c6011e4634786ad54b9253b21e381_G26, SystemTracker:gateway5, Timestamp:2025-10-27T08:36:30 -2025-10-27 17:36:30,755 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:37:02,719 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:37:02,719 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:37:02,772 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:37:02,785 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:02,785 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:02,786 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:02,800 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:02,852 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:02,903 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:02,955 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:02,955 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:03,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:03,007 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:37:03,212 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,776 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:37:03,776 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,776 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:37:03,828 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,879 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,879 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:03,880 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:03,881 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,881 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:03,881 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,881 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:03,881 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:03,894 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:37:03\nReference:661da0a6-cbe2-4bb6-90ee-18e69a5a8092\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:37:03 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:37:03"). -2025-10-27 17:37:03,895 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:37:03 -Reference:661da0a6-cbe2-4bb6-90ee-18e69a5a8092 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:37:03 TrackingId:075ba35328594c068746f9d96f6f4a63_G20, SystemTracker:gateway5, Timestamp:2025-10-27T08:37:03 -2025-10-27 17:37:03,895 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:37:32,727 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:37:32,728 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:37:32,792 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:37:32,809 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:32,810 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:32,810 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:32,810 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:32,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:32,811 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:32,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:32,811 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:32,820 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:32,872 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:32,923 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:32,974 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:32,975 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:33,026 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,026 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:33,026 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:37:33,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,735 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:37:33,735 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,735 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:37:33,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,838 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:37:33,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:37:33,849 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:37:33\nReference:16d521a3-be37-4763-a140-5431558c278d\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:37:33 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:37:33"). -2025-10-27 17:37:33,849 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:37:33 -Reference:16d521a3-be37-4763-a140-5431558c278d -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:37:33 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T08:37:33 -2025-10-27 17:37:33,849 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:37:36,799 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:37:36,827 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:57625 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:37:36,864 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:38:07,314 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:38:07,315 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:38:07,378 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:38:07,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:07,395 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:07,395 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:07,395 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:07,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:07,396 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:07,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:07,396 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:07,403 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:07,454 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:07,506 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:07,556 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:07,556 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:07,609 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:07,609 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:07,609 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:38:07,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:38:08,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,192 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:38:08,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:08,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:08,333 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:38:07\nReference:5b1f1d5f-43f9-4917-8a9e-b7c10829d400\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:38:08 TrackingId:7780cdb846ba4e6cba3365451c46feac_G1, SystemTracker:gateway5, Timestamp:2025-10-27T08:38:08"). -2025-10-27 17:38:08,333 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:38:07 -Reference:5b1f1d5f-43f9-4917-8a9e-b7c10829d400 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:38:08 TrackingId:7780cdb846ba4e6cba3365451c46feac_G1, SystemTracker:gateway5, Timestamp:2025-10-27T08:38:08 -2025-10-27 17:38:08,333 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:38:42,166 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:38:42,167 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:38:42,234 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:38:42,254 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:42,254 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:42,254 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:42,255 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:42,255 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:42,255 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:42,256 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:42,256 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:42,264 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:42,314 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:42,365 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:42,416 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:42,416 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:42,467 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:42,467 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:42,467 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:38:42,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,123 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:38:43,123 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,123 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:38:43,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,225 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,225 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:43,225 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,225 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:43,225 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:38:43,226 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:38:43,232 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:38:42\nReference:38e369d4-f51e-4ad1-8250-01daf63d2fc9\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:38:42 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:38:42"). -2025-10-27 17:38:43,232 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:38:42 -Reference:38e369d4-f51e-4ad1-8250-01daf63d2fc9 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:38:42 TrackingId:f95a8629f37b4a79bf39489e5eb57624_G17, SystemTracker:gateway5, Timestamp:2025-10-27T08:38:42 -2025-10-27 17:38:43,232 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:39:16,089 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:39:16,090 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:39:16,149 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:39:16,171 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:16,172 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:16,172 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:16,172 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:16,172 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:16,172 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:16,173 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:16,173 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:16,184 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:16,235 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:16,286 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:16,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:16,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:16,390 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:16,390 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:16,390 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:39:16,596 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,100 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:39:17,100 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,100 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:39:17,151 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:17,204 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:17,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:17,256 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:39:16\nReference:d0b59f11-7ecd-4827-a3f5-4e7fbf3e39d9\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:39:16 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:39:16"). -2025-10-27 17:39:17,257 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:39:16 -Reference:d0b59f11-7ecd-4827-a3f5-4e7fbf3e39d9 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:39:16 TrackingId:5e125cadc6744ba5a28faf87bf977e94_G24, SystemTracker:gateway5, Timestamp:2025-10-27T08:39:16 -2025-10-27 17:39:17,257 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:39:47,870 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:39:47,871 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:39:47,931 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:39:47,947 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:47,948 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:47,961 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:48,012 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:48,063 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:48,114 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,114 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:48,165 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,165 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:48,165 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:39:48,369 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,678 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:39:48,678 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,678 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:39:48,730 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:48,782 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:39:48,783 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:39:48,788 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:39:48\nReference:73ca1c7e-ded0-4f54-aa8a-128d3762ec72\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:39:48 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:39:48"). -2025-10-27 17:39:48,789 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:39:48 -Reference:73ca1c7e-ded0-4f54-aa8a-128d3762ec72 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:39:48 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T08:39:48 -2025-10-27 17:39:48,789 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:40:19,284 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:40:19,286 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:40:19,342 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:40:19,363 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:19,363 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:19,363 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:19,363 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:19,363 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:19,364 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:19,364 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:19,364 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:19,372 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:19,423 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:19,476 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:19,527 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:19,527 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:19,578 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:19,578 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:19,578 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:40:19,782 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,285 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 17:40:20,286 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,286 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 17:40:20,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:20,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,389 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:20,389 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:20,411 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:40:19\nReference:9007466e-9139-4ee5-9470-97fffbeafb74\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T08:40:20 TrackingId:e4d546972f124ac3bb3203de243ad198_G16, SystemTracker:gateway5, Timestamp:2025-10-27T08:40:20"). -2025-10-27 17:40:20,411 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T08:40:19 -Reference:9007466e-9139-4ee5-9470-97fffbeafb74 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T08:40:20 TrackingId:e4d546972f124ac3bb3203de243ad198_G16, SystemTracker:gateway5, Timestamp:2025-10-27T08:40:20 -2025-10-27 17:40:20,411 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 17:40:50,333 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 17:40:50,333 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 17:40:50,396 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 17:40:50,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:50,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:50,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:50,417 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:50,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:50,417 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:50,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:50,417 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:50,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:50,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 17:40:50,528 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 17:40:50,579 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:50,579 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 17:40:50,630 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:50,630 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 17:40:50,630 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 17:40:50,835 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:40:50,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 17:41:22,149 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:41:22,174 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:58482 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:41:22,236 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:41:23,325 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 17:41:23,345 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:58492 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-27 17:41:23,405 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 17:47:23,200 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-27 18:22:41,737 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 18:22:41,737 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:41,737 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 18:22:41,738 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,179 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 18:22:42,195 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,195 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,196 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,196 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 18:22:42,196 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:42,197 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 18:22:42,197 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:42,197 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 18:22:42,204 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,255 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 18:22:42,307 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 18:22:42,360 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:42,360 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 18:22:42,411 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:42,411 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 18:22:42,411 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 18:22:42,622 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 18:22:42,632 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:11:12,847 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:12,914 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:12,927 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:11:12,937 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:12,987 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:11:13,039 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:11:13,089 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:13,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:11:13,142 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:13,143 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:11:13,143 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 19:11:13,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:11:13,358 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 19:50:38,210 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,265 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,278 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:50:38,287 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,339 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 19:50:38,391 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 19:50:38,442 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,442 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 19:50:38,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,495 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 19:50:38,495 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 19:50:38,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 19:50:38,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:42:05,659 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 20:42:05,660 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:42:05,661 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 20:42:05,661 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 20:42:05,661 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 20:42:05,661 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 20:42:05,661 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:42:05,661 - azure.eventhub.aio._transport._pyamqp_transport_async - INFO - 'EHReceiver-9314fc54-85da-4013-b01a-de5b41f95051-partition0' operation has exhausted retry. Last exception: ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-27 20:42:05,696 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-27 20:42:05,696 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: Can not send empty frame due to exception: [Errno 60] Operation timed out -Error condition: ErrorCondition.SocketError - Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out -2025-10-27 20:42:05,696 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 20:51:37,490 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 20:51:37,490 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 20:51:38,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 20:51:38,061 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:51:38,061 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:51:38,061 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:51:38,062 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 20:51:38,063 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:51:38,063 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 20:51:38,063 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:51:38,063 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 20:51:38,073 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:51:38,125 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 20:51:38,178 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 20:51:38,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:51:38,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 20:51:38,284 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:51:38,284 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 20:51:38,284 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 20:51:38,495 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 20:51:38,504 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 21:41:18,712 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,142 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 21:41:19,156 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,157 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,157 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,158 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:41:19,159 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:19,159 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:41:19,159 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:19,159 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:41:19,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,219 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:19,271 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:41:19,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:19,323 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:41:19,377 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:19,377 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:41:19,378 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 21:41:19,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,107 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 21:41:20,107 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,108 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 21:41:20,160 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,213 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,213 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:41:20,213 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,213 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:41:20,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:41:20,223 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:41:19\nReference:211e0d93-6a59-4e5c-87b4-647e3f45b65c\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T12:41:19 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T12:41:19"). -2025-10-27 21:41:20,223 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:41:19 -Reference:211e0d93-6a59-4e5c-87b4-647e3f45b65c -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T12:41:19 TrackingId:f25c3c181e594ee6874ce5fa6b38c8e6_G25, SystemTracker:gateway5, Timestamp:2025-10-27T12:41:19 -2025-10-27 21:41:20,223 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 21:45:44,804 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 21:45:44,806 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 21:45:45,306 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 21:45:45,324 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:45,324 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:45,324 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:45,325 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:45:45,325 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:45,326 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:45:45,326 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:45,326 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:45:45,333 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:45,384 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:45,435 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:45:45,487 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:45,487 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:45:45,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:45,538 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:45:45,538 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 21:45:45,742 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 21:45:46,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,388 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 21:45:46,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,493 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,493 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:45:46,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:45:46,516 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:45:45\nReference:2059f87a-a046-4cfd-b40a-2192190b1799\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T12:45:46 TrackingId:316c6011e4634786ad54b9253b21e381_G26, SystemTracker:gateway5, Timestamp:2025-10-27T12:45:46"). -2025-10-27 21:45:46,517 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:45:45 -Reference:2059f87a-a046-4cfd-b40a-2192190b1799 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T12:45:46 TrackingId:316c6011e4634786ad54b9253b21e381_G26, SystemTracker:gateway5, Timestamp:2025-10-27T12:45:46 -2025-10-27 21:45:46,517 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 21:52:37,550 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 21:52:37,551 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 21:52:38,150 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 21:52:38,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:38,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:52:38,181 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:38,232 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:38,284 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:52:38,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:52:38,389 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,389 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:52:38,389 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 21:52:38,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,984 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 21:52:38,984 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:38,985 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 21:52:39,036 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,088 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,088 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 21:52:39,089 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 21:52:39,119 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:52:38\nReference:8957eab8-e34f-4a2b-adbe-055dc09e4f3b\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T12:52:38 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T12:52:38"). -2025-10-27 21:52:39,120 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T12:52:38 -Reference:8957eab8-e34f-4a2b-adbe-055dc09e4f3b -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T12:52:38 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T12:52:38 -2025-10-27 21:52:39,120 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 22:09:27,584 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 22:09:27,585 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 22:09:28,151 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 22:09:28,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:28,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:28,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:28,173 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:09:28,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:28,174 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:09:28,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:28,174 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:09:28,185 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:28,238 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:28,290 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:09:28,343 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:28,343 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:09:28,395 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:28,395 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:09:28,395 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 22:09:28,604 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,113 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 22:09:29,113 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,114 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 22:09:29,164 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,216 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:09:29,216 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:09:29,216 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:09:29,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:09:29,254 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:09:28\nReference:9149b2ea-4b95-4fb0-a36c-5ba5b045d7ce\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T13:09:28 TrackingId:daf94f96845d4a4c8f204bc24deb4033_G28, SystemTracker:gateway5, Timestamp:2025-10-27T13:09:28"). -2025-10-27 22:09:29,254 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:09:28 -Reference:9149b2ea-4b95-4fb0-a36c-5ba5b045d7ce -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T13:09:28 TrackingId:daf94f96845d4a4c8f204bc24deb4033_G28, SystemTracker:gateway5, Timestamp:2025-10-27T13:09:28 -2025-10-27 22:09:29,254 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 22:25:29,429 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 22:25:29,430 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 22:25:30,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 22:25:30,055 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:30,055 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,056 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:25:30,068 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:30,120 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:30,172 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:25:30,223 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,223 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:25:30,276 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,276 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:25:30,276 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 22:25:30,484 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,992 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 22:25:30,992 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:30,992 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 22:25:31,043 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,095 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,095 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:25:31,095 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,095 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:25:31,095 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:25:31,096 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:25:31,141 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:25:30\nReference:504cae3f-5b78-49e6-b838-3abab826cab3\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T13:25:30 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T13:25:30"). -2025-10-27 22:25:31,141 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:25:30 -Reference:504cae3f-5b78-49e6-b838-3abab826cab3 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T13:25:30 TrackingId:e604fa628a3745c0903101aa426f29e8_G29, SystemTracker:gateway5, Timestamp:2025-10-27T13:25:30 -2025-10-27 22:25:31,141 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 22:40:32,413 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 22:40:32,415 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 22:40:33,033 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 22:40:33,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,053 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:40:33,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,054 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:40:33,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,054 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:40:33,075 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,125 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,175 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:40:33,226 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,226 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:40:33,279 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,279 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:40:33,279 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 22:40:33,485 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,865 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 22:40:33,865 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,865 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 22:40:33,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,971 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:40:33,972 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:40:33,980 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:40:33\nReference:1c90368b-c7d3-41a5-a383-ededfadff855\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T13:40:33 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T13:40:33"). -2025-10-27 22:40:33,980 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:40:33 -Reference:1c90368b-c7d3-41a5-a383-ededfadff855 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T13:40:33 TrackingId:6176201e8cd24cb09d6c3de4cf80bc5d_G3, SystemTracker:gateway5, Timestamp:2025-10-27T13:40:33 -2025-10-27 22:40:33,981 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 22:41:02,419 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 22:41:02,420 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 22:41:02,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 22:41:02,492 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:02,492 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:02,492 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:02,492 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:41:02,492 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:02,493 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:41:02,493 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:02,493 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:41:02,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:02,553 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:02,605 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:41:02,657 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:02,657 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:41:02,710 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:02,710 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:41:02,710 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 22:41:02,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,314 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 22:41:03,314 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,314 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 22:41:03,366 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,419 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,419 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:41:03,419 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:41:03,420 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:41:03,459 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:41:02\nReference:f32d6b54-4267-4908-92d4-c800a430d977\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T13:41:03 TrackingId:fd3e7ace976743418ae7f51e4e651bc4_G30, SystemTracker:gateway5, Timestamp:2025-10-27T13:41:03"). -2025-10-27 22:41:03,460 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T13:41:02 -Reference:f32d6b54-4267-4908-92d4-c800a430d977 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T13:41:03 TrackingId:fd3e7ace976743418ae7f51e4e651bc4_G30, SystemTracker:gateway5, Timestamp:2025-10-27T13:41:03 -2025-10-27 22:41:03,460 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 22:58:28,391 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-27 22:58:28,392 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 22:58:28,991 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 22:58:29,007 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:58:29,007 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:58:29,008 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:58:29,008 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:58:29,009 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:58:29,009 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:58:29,009 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:58:29,010 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:58:29,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:58:29,073 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 22:58:29,125 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 22:58:29,178 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:58:29,178 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 22:58:29,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:58:29,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 22:58:29,231 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 22:58:29,438 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 22:58:29,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:20,358 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 23:48:20,358 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:20,358 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 23:48:20,359 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-27 23:48:20,360 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:20,982 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 23:48:21,003 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:21,004 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:21,004 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:21,004 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 23:48:21,005 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:21,005 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 23:48:21,005 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:21,005 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 23:48:21,013 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:21,065 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 23:48:21,118 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 23:48:21,169 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:21,170 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 23:48:21,221 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:21,221 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 23:48:21,221 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 23:48:21,429 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 23:48:21,441 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:09,916 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 00:38:09,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:09,916 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 00:38:09,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:09,916 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 00:38:09,917 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,058 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:10,076 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 00:38:10,077 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:10,077 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 00:38:10,085 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,057 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 00:38:10,109 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 00:38:10,161 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:10,161 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 00:38:10,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:10,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 00:38:10,215 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 00:38:10,421 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 00:38:10,433 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 01:28:56,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,038 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 01:28:57,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,053 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,054 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 01:28:57,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:57,054 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 01:28:57,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:57,054 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 01:28:57,062 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,114 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 01:28:57,165 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 01:28:57,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:57,215 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 01:28:57,265 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:57,265 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 01:28:57,265 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 01:28:57,473 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 01:28:57,484 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._cbs_async - INFO - Token will expire soon - attempting to refresh. -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 02:25:00,918 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:25:00,918 - azure.eventhub.aio._transport._pyamqp_transport_async - INFO - 'EHReceiver-6bb7582b-6a80-4a48-8707-d448a3edf5c5-partition0' operation has exhausted retry. Last exception: ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 02:25:00,944 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 02:25:00,944 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: Can not send empty frame due to exception: [Errno 60] Operation timed out -Error condition: ErrorCondition.SocketError - Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out -2025-10-28 02:25:00,944 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 02:42:24,342 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 02:42:24,342 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 02:42:24,941 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 02:42:24,955 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:42:24,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:42:24,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:42:24,956 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 02:42:24,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:42:24,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 02:42:24,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:42:24,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 02:42:24,968 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:42:25,018 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 02:42:25,070 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 02:42:25,122 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:42:25,122 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 02:42:25,173 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:42:25,173 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 02:42:25,173 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 02:42:25,376 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 02:42:25,629 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:18,421 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 03:33:18,422 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,036 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 03:33:19,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,049 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,049 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 03:33:19,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:19,050 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 03:33:19,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:19,051 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 03:33:19,059 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,112 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 03:33:19,164 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 03:33:19,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:19,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 03:33:19,266 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:19,267 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 03:33:19,267 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 03:33:19,473 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 03:33:19,488 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 04:25:20,443 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 04:25:20,444 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,075 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 04:25:21,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:21,092 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 04:25:21,111 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,163 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 04:25:21,216 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 04:25:21,268 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:21,268 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 04:25:21,319 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:21,319 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 04:25:21,319 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 04:25:21,525 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 04:25:21,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:16:33,292 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:33,905 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 05:16:33,921 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:33,921 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:33,922 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 05:16:33,932 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:33,983 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:16:34,034 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 05:16:34,084 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:34,085 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 05:16:34,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:34,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 05:16:34,216 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 05:16:34,423 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:16:34,807 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 05:56:20,950 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 05:56:20,950 - azure.eventhub.aio._transport._pyamqp_transport_async - INFO - 'EHReceiver-c2852567-e1a6-41a8-ba73-e269c1e26ae1-partition0' operation has exhausted retry. Last exception: ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 05:56:20,963 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 05:56:20,963 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: Can not send empty frame due to exception: [Errno 60] Operation timed out -Error condition: ErrorCondition.SocketError - Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out -2025-10-28 05:56:20,963 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 06:14:08,436 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 06:14:08,437 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 06:14:09,035 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 06:14:09,050 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 06:14:09,050 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 06:14:09,051 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 06:14:09,058 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 06:14:09,111 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 06:14:09,163 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 06:14:09,216 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 06:14:09,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 06:14:09,268 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 06:14:09,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 06:14:09,269 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 06:14:09,475 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 06:14:09,491 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:05:09,575 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:09,965 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 07:05:09,979 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:09,979 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:09,979 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:09,979 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:05:09,980 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,980 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:05:09,980 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:09,980 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:05:09,986 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:10,039 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:05:10,092 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:05:10,144 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:10,144 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:05:10,197 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:10,197 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:05:10,197 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 07:05:10,405 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:05:10,675 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 07:41:53,871 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:53,927 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:53,942 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:41:53,950 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:54,000 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 07:41:54,052 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 07:41:54,102 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:54,102 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 07:41:54,154 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:54,154 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 07:41:54,154 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 07:41:54,360 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 07:41:54,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:30:53,526 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:53,900 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:30:53,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:53,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:53,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:53,920 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:30:53,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:30:53,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:53,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:30:53,925 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:53,978 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:30:54,029 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:30:54,080 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:54,080 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:30:54,133 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:54,133 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:30:54,133 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:30:54,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:30:54,366 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:38:41,498 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:38:41,498 - azure.eventhub.aio._transport._pyamqp_transport_async - INFO - 'EHReceiver-54107879-a768-41cf-a006-e83d5382c7c3-partition0' operation has exhausted retry. Last exception: ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 08:38:41,618 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectError('Can not send empty frame due to exception: [Errno 60] Operation timed out\nError condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out'). -2025-10-28 08:38:41,618 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: Can not send empty frame due to exception: [Errno 60] Operation timed out -Error condition: ErrorCondition.SocketError - Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out -2025-10-28 08:38:41,618 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:42:53,244 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:42:53,244 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:42:53,875 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:42:53,900 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:42:53,900 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:42:53,900 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:42:53,901 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:42:53,901 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:42:53,901 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:42:53,901 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:42:53,901 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:42:53,911 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:42:53,964 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:42:54,017 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:42:54,070 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:42:54,070 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:42:54,123 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:42:54,123 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:42:54,123 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:42:54,334 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:42:54,355 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,207 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._link_async - INFO - An error occurred when detaching the link: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._session_async - INFO - An error occurred when ending the session: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._connection_async - INFO - An error occurred when closing the connection: AMQPConnectionError('Error condition: ErrorCondition.SocketError\n Error Description: Can not send empty frame due to exception: [Errno 60] Operation timed out') -2025-10-28 08:46:05,208 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,390 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,401 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:46:05,406 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,456 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:46:05,507 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:46:05,559 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,559 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:46:05,609 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,609 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:46:05,609 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:46:05,814 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:46:05,831 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:54:53,357 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61187 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:54:53,392 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:54:59,973 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:54:59,984 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61198 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:00,024 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:00,456 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:00,466 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61202 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:00,504 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:00,671 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:00,683 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61206 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:00,727 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:00,826 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:00,842 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61209 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:00,880 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:00,989 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:00,999 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61213 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:01,036 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:42,677 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:42,691 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61257 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:42,733 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:42,972 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:42,981 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61263 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:43,024 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:43,201 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:43,213 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61269 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:43,265 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:43,411 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:43,422 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61273 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:43,464 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:55:43,590 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:55:43,603 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61277 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:55:43,645 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:56:38,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:56:38,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:56:38,169 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:56:38,200 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("New receiver 'ff29a664-39ab-4618-858e-377c93de1643' with higher epoch of '0' is created hence current receiver 'nil' with epoch '' is getting disconnected. If you are recreating the receiver, make sure a higher epoch is used. TrackingId:19df4129000056f4000138fb6900043d_G2_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default, Timestamp:2025-10-27T23:56:38\nError condition: amqp:link:stolen\n Error Description: New receiver 'ff29a664-39ab-4618-858e-377c93de1643' with higher epoch of '0' is created hence current receiver 'nil' with epoch '' is getting disconnected. If you are recreating the receiver, make sure a higher epoch is used. TrackingId:19df4129000056f4000138fb6900043d_G2_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default, Timestamp:2025-10-27T23:56:38"). -2025-10-28 08:56:38,201 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: New receiver 'ff29a664-39ab-4618-858e-377c93de1643' with higher epoch of '0' is created hence current receiver 'nil' with epoch '' is getting disconnected. If you are recreating the receiver, make sure a higher epoch is used. TrackingId:19df4129000056f4000138fb6900043d_G2_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default, Timestamp:2025-10-27T23:56:38 -Error condition: amqp:link:stolen - Error Description: New receiver 'ff29a664-39ab-4618-858e-377c93de1643' with higher epoch of '0' is created hence current receiver 'nil' with epoch '' is getting disconnected. If you are recreating the receiver, make sure a higher epoch is used. TrackingId:19df4129000056f4000138fb6900043d_G2_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default, Timestamp:2025-10-27T23:56:38 -2025-10-28 08:56:38,201 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:56:59,962 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:56:59,963 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:57:00,021 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:57:00,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,038 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:00,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,038 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:00,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,038 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:00,049 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,099 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,151 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:00,202 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:00,254 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,254 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:00,255 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:57:00,461 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,843 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:57:00,843 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,843 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:57:00,894 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:00,945 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:00,946 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,946 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:00,946 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,946 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:00,946 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:00,982 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:57:00\nReference:b1aa3d89-f334-464c-9b43-a635c69ffb3d\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:57:00 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-27T23:57:00"). -2025-10-28 08:57:00,982 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:57:00 -Reference:b1aa3d89-f334-464c-9b43-a635c69ffb3d -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:57:00 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-27T23:57:00 -2025-10-28 08:57:00,982 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:57:30,148 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:57:30,149 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:57:30,205 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:57:30,221 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:30,221 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:30,221 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:30,221 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:30,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:30,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:30,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:30,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:30,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:30,282 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:30,333 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:30,384 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:30,384 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:30,436 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:30,436 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:30,436 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:57:30,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,071 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:57:31,071 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,071 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:57:31,122 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:57:31,173 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:57:31,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,174 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:57:31,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,174 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:57:31,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:57:31,221 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:57:30\nReference:2175823a-4a7a-49fb-834d-76085144505e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:57:31 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-27T23:57:30"). -2025-10-28 08:57:31,221 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:57:30 -Reference:2175823a-4a7a-49fb-834d-76085144505e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:57:31 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-27T23:57:30 -2025-10-28 08:57:31,221 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:58:00,872 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:58:00,872 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:58:00,938 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:58:00,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:00,956 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:00,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:00,966 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:01,017 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:01,069 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:01,120 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,121 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:01,172 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,172 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:01,172 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:58:01,377 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,890 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:58:01,890 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,890 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:58:01,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,992 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:01,993 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:01,994 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:02,036 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:58:01\nReference:9e0f84e8-8e50-4b0a-9216-aa96ada22b79\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:58:01 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-27T23:58:01"). -2025-10-28 08:58:02,037 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:58:01 -Reference:9e0f84e8-8e50-4b0a-9216-aa96ada22b79 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:58:01 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-27T23:58:01 -2025-10-28 08:58:02,037 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:58:35,752 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:58:35,753 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:58:35,815 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:58:35,832 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:35,832 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:35,833 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:35,833 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:35,833 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:35,833 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:35,833 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:35,834 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:35,841 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:35,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:35,944 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:35,995 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:35,996 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:36,047 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,047 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:36,047 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:58:36,255 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,760 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:58:36,760 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,760 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:58:36,812 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,862 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:58:36,863 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:58:36,914 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:58:36\nReference:19064197-83b1-4a90-9a55-619d0db5729b\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:58:36 TrackingId:9f98d77dd0744a0e9f4b481aa74db26d_G17, SystemTracker:gateway5, Timestamp:2025-10-27T23:58:36"). -2025-10-28 08:58:36,914 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:58:36 -Reference:19064197-83b1-4a90-9a55-619d0db5729b -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:58:36 TrackingId:9f98d77dd0744a0e9f4b481aa74db26d_G17, SystemTracker:gateway5, Timestamp:2025-10-27T23:58:36 -2025-10-28 08:58:36,914 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:59:07,340 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:59:07,341 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:59:07,409 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:59:07,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:07,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:07,429 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:07,429 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:07,429 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:07,429 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:07,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:07,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:07,440 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:07,490 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:07,542 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:07,593 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:07,593 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:07,645 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:07,645 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:07,645 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:59:07,850 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,204 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:59:08,204 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,204 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:59:08,255 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,306 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:08,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:08,316 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:59:07\nReference:0b4c8833-3c09-4abe-be07-4ce324ba1e91\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:59:08 TrackingId:ef2d5e1f9745488bab58ae955f1d7709_G14, SystemTracker:gateway5, Timestamp:2025-10-27T23:59:08"). -2025-10-28 08:59:08,316 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:59:07 -Reference:0b4c8833-3c09-4abe-be07-4ce324ba1e91 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:59:08 TrackingId:ef2d5e1f9745488bab58ae955f1d7709_G14, SystemTracker:gateway5, Timestamp:2025-10-27T23:59:08 -2025-10-28 08:59:08,316 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 08:59:21,904 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 08:59:32,198 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:61763 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 08:59:32,245 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 08:59:39,923 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 08:59:39,923 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 08:59:40,021 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,050 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:40,051 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,051 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:40,058 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:40,109 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:40,160 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:40,212 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,212 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:40,263 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,263 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:40,263 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 08:59:40,468 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 08:59:40,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:40,915 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 08:59:40,967 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,018 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,018 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 08:59:41,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,020 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 08:59:41,020 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 08:59:41,046 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:59:40\nReference:3418853e-99f7-4c0f-90bf-568741b38887\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T23:59:40 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-27T23:59:40"). -2025-10-28 08:59:41,046 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T23:59:40 -Reference:3418853e-99f7-4c0f-90bf-568741b38887 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T23:59:40 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-27T23:59:40 -2025-10-28 08:59:41,047 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:00:15,311 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:00:15,311 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:00:15,396 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:00:15,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:15,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:15,448 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:15,449 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:15,449 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:15,449 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:15,449 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:15,449 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:15,486 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:15,537 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:15,589 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:15,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:15,641 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:15,693 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:15,693 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:15,693 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:00:15,899 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,343 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:00:16,344 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,344 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:00:16,394 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:16,446 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:16,447 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,447 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:16,447 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,447 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:16,447 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:16,485 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:00:16\nReference:c2f9ec4b-08d1-4bf1-8753-667d52907e72\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:00:16 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:00:16"). -2025-10-28 09:00:16,485 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:00:16 -Reference:c2f9ec4b-08d1-4bf1-8753-667d52907e72 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:00:16 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:00:16 -2025-10-28 09:00:16,485 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:00:47,227 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:00:47,227 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:00:47,327 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:00:47,372 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:47,372 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:47,372 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:47,373 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:47,373 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:47,373 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:47,373 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:47,373 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:47,400 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:47,451 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:47,502 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:47,553 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:47,553 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:47,604 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:47,604 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:47,604 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:00:47,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,232 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:00:48,232 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,233 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:00:48,284 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,336 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:00:48,337 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:00:48,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:00:48,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:00:48,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:00:48,349 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:00:47\nReference:3c4f4feb-6868-43e8-ba93-c52dcb90a204\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:00:48 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:00:48"). -2025-10-28 09:00:48,349 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:00:47 -Reference:3c4f4feb-6868-43e8-ba93-c52dcb90a204 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:00:48 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:00:48 -2025-10-28 09:00:48,349 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:01:18,751 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:01:18,752 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:01:18,826 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:01:18,844 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:18,844 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:18,844 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:18,845 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:18,845 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:18,845 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:18,845 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:18,845 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:18,854 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:18,905 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:18,956 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:19,006 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:19,058 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,059 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:19,059 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:01:19,262 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,596 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:01:19,597 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,597 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:01:19,648 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,700 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,700 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:19,700 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,700 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:19,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:19,719 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:01:19\nReference:d2d12a24-c89f-4b33-be84-ca6e54147fb0\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:01:19 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:01:19"). -2025-10-28 09:01:19,719 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:01:19 -Reference:d2d12a24-c89f-4b33-be84-ca6e54147fb0 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:01:19 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:01:19 -2025-10-28 09:01:19,719 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:01:50,550 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:01:50,550 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:01:50,655 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:01:50,715 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:50,715 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:50,715 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:50,715 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:50,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:50,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:50,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:50,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:50,734 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:50,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:50,837 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:50,888 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:50,888 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:50,941 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:50,941 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:50,941 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:01:51,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:01:51,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,573 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:01:51,625 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,676 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:01:51,677 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:01:51,717 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:01:51\nReference:e1a00e2c-bcf1-4779-b901-5ddb3b8cc415\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:01:51 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:01:51"). -2025-10-28 09:01:51,717 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:01:51 -Reference:e1a00e2c-bcf1-4779-b901-5ddb3b8cc415 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:01:51 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:01:51 -2025-10-28 09:01:51,717 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:02:23,977 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:02:23,978 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:02:24,080 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:02:24,099 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:24,100 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:24,100 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:24,100 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:24,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,101 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:24,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,101 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:24,114 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:24,166 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:24,218 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:24,270 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,270 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:24,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,322 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:24,322 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:02:24,529 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,941 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:02:24,941 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:24,942 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:02:24,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,044 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:25,045 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:25,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:25,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:25,049 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:02:24\nReference:7d7afe79-92d8-4854-9e94-c8508f60ae47\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:02:24 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:02:24"). -2025-10-28 09:02:25,049 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:02:24 -Reference:7d7afe79-92d8-4854-9e94-c8508f60ae47 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:02:24 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:02:24 -2025-10-28 09:02:25,050 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:02:54,257 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:02:54,257 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:02:54,391 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:02:54,461 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:54,461 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:54,461 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:54,461 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:54,462 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:54,462 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:54,462 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:54,462 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:54,512 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:54,563 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:54,613 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:54,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:54,666 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:54,717 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:54,717 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:54,717 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:02:54,923 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:02:55,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,425 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:02:55,476 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,527 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,527 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:02:55,528 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:02:55,534 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:02:55\nReference:f4aedec0-80b3-444f-8fb5-7f27660508b8\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:02:55 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:02:55"). -2025-10-28 09:02:55,534 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:02:55 -Reference:f4aedec0-80b3-444f-8fb5-7f27660508b8 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:02:55 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:02:55 -2025-10-28 09:02:55,534 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:03:28,525 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:03:28,525 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:03:28,621 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:03:28,638 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:28,639 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:28,639 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:28,639 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:03:28,639 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:28,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:03:28,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:28,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:03:28,652 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:28,703 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:28,752 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:03:28,804 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:28,804 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:03:28,854 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:28,855 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:03:28,855 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:03:29,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:03:29,474 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,474 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:03:29,525 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,576 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:03:29,577 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:03:29,594 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:03:29\nReference:72e89129-c6b1-4ea2-81a6-1331a9ef80ff\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:03:29 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:03:29"). -2025-10-28 09:03:29,595 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:03:29 -Reference:72e89129-c6b1-4ea2-81a6-1331a9ef80ff -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:03:29 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:03:29 -2025-10-28 09:03:29,595 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:04:00,879 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:04:00,880 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:04:00,966 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:04:00,993 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:00,993 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:00,994 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:01,004 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:01,055 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:01,106 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:01,157 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,158 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:01,209 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,209 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:01,209 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:04:01,415 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:04:01,819 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,819 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:04:01,869 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:01,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:01,954 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:04:01\nReference:343ed016-f1f9-48d8-9164-a93a8cc7b1f6\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:04:01 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:04:01"). -2025-10-28 09:04:01,954 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:04:01 -Reference:343ed016-f1f9-48d8-9164-a93a8cc7b1f6 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:04:01 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:04:01 -2025-10-28 09:04:01,954 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:04:31,368 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:04:31,369 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:04:31,447 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:04:31,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:31,480 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:31,492 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:31,543 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:31,595 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:31,646 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:31,647 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:31,697 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:31,697 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:31,698 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:04:31,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:04:32,307 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,307 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:04:32,358 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:32,410 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:04:32,411 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:04:32,436 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:04:32\nReference:30cd771b-e739-42df-aff3-4fbc87b42efb\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:04:32 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:04:32"). -2025-10-28 09:04:32,437 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:04:32 -Reference:30cd771b-e739-42df-aff3-4fbc87b42efb -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:04:32 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:04:32 -2025-10-28 09:04:32,437 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:05:02,950 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:05:02,951 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:05:03,022 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:05:03,044 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:03,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:03,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:03,045 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:03,069 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,069 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:03,069 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,069 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:03,084 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:03,135 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:03,186 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:03,237 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,238 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:03,290 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,290 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:03,290 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:05:03,495 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:05:03,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:03,917 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:05:03,967 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,018 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,018 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:04,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:04,040 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:05:03\nReference:d619a7df-be33-4e11-b4e3-ef05c3d2dd2c\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:05:03 TrackingId:9f98d77dd0744a0e9f4b481aa74db26d_G17, SystemTracker:gateway5, Timestamp:2025-10-28T00:05:03"). -2025-10-28 09:05:04,040 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:05:03 -Reference:d619a7df-be33-4e11-b4e3-ef05c3d2dd2c -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:05:03 TrackingId:9f98d77dd0744a0e9f4b481aa74db26d_G17, SystemTracker:gateway5, Timestamp:2025-10-28T00:05:03 -2025-10-28 09:05:04,041 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:05:33,053 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:05:33,054 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:05:33,156 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:05:33,195 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:33,195 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:33,196 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:33,196 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:33,196 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:33,196 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:33,197 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:33,197 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:33,216 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:33,266 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:33,317 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:33,368 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:33,368 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:33,419 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:33,420 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:33,420 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:05:33,624 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:05:34,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,050 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:05:34,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,152 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,152 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:34,152 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,152 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:34,152 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:05:34,153 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:05:34,175 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:05:33\nReference:2a552d6b-e8ff-4fdc-8da3-350dd71e4e57\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:05:33 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:05:33"). -2025-10-28 09:05:34,176 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:05:33 -Reference:2a552d6b-e8ff-4fdc-8da3-350dd71e4e57 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:05:33 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:05:33 -2025-10-28 09:05:34,176 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:06:04,901 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:06:04,901 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:06:05,023 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:06:05,058 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:05,058 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,059 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:05,076 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:05,127 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:05,179 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:05,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:05,283 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,283 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:05,283 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:06:05,488 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:06:05,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:05,921 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:06:05,972 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,024 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,026 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:06,026 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,026 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:06,026 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:06,027 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:06,078 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:06:05\nReference:30d39cf3-8604-4218-90bb-1e35cf6d4247\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:06:05 TrackingId:4852e434105e4481843247b80b5db410_G25, SystemTracker:gateway5, Timestamp:2025-10-28T00:06:05"). -2025-10-28 09:06:06,078 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:06:05 -Reference:30d39cf3-8604-4218-90bb-1e35cf6d4247 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:06:05 TrackingId:4852e434105e4481843247b80b5db410_G25, SystemTracker:gateway5, Timestamp:2025-10-28T00:06:05 -2025-10-28 09:06:06,078 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:06:40,274 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:06:40,274 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:06:40,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:06:40,516 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:40,516 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:40,516 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:40,516 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:40,517 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:40,517 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:40,517 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:40,517 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:40,544 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:40,595 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:40,646 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:40,698 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:40,698 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:40,750 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:40,750 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:40,750 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:06:40,956 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,460 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:06:41,460 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,460 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:06:41,512 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:06:41,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:06:41,598 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:06:41\nReference:62db1edb-ee3b-442e-bef8-f13ff4ecb301\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:06:41 TrackingId:8fa847ac16604a0cba7a40a9082963b1_G27, SystemTracker:gateway5, Timestamp:2025-10-28T00:06:41"). -2025-10-28 09:06:41,599 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:06:41 -Reference:62db1edb-ee3b-442e-bef8-f13ff4ecb301 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:06:41 TrackingId:8fa847ac16604a0cba7a40a9082963b1_G27, SystemTracker:gateway5, Timestamp:2025-10-28T00:06:41 -2025-10-28 09:06:41,599 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:07:10,492 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:07:10,493 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:07:10,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:07:10,593 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:10,593 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:10,593 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:10,594 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:10,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:10,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:10,594 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:10,594 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:10,613 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:10,665 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:10,716 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:10,767 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:10,767 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:10,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:10,818 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:10,818 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:07:11,024 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,540 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:07:11,540 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,540 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:07:11,591 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,643 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,643 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:11,643 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,643 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:11,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:11,661 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:07:11\nReference:78e32154-a7c1-40b2-953e-75b1b2ca14d6\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:07:11 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:07:11"). -2025-10-28 09:07:11,662 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:07:11 -Reference:78e32154-a7c1-40b2-953e-75b1b2ca14d6 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:07:11 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:07:11 -2025-10-28 09:07:11,662 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:07:43,744 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:07:43,746 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:07:43,851 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:07:43,897 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:43,898 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:43,898 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:43,898 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:43,899 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:43,899 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:43,899 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:43,899 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:43,940 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:43,990 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:44,041 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:44,092 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,092 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:44,144 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,144 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:44,144 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:07:44,351 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,788 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:07:44,788 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,788 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:07:44,839 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,891 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:07:44,892 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:07:44,893 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,893 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:07:44,893 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,893 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:07:44,893 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:07:44,922 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:07:44\nReference:b56e0005-aabf-4189-b45e-e27e29e396cd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:07:44 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:07:44"). -2025-10-28 09:07:44,922 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:07:44 -Reference:b56e0005-aabf-4189-b45e-e27e29e396cd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:07:44 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:07:44 -2025-10-28 09:07:44,922 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:08:17,603 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:08:17,603 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:08:17,676 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:08:17,700 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:17,700 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:17,701 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:17,701 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:17,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:17,701 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:17,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:17,702 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:17,712 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:17,764 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:17,815 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:17,866 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:17,867 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:17,918 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:17,918 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:17,918 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:08:18,125 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,485 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:08:18,485 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,485 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:08:18,536 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,587 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,587 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:18,587 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,587 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:18,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:18,622 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:08:18\nReference:9e0d94c7-31fc-496f-863d-2cd2621b01c3\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:08:18 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:08:18"). -2025-10-28 09:08:18,623 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:08:18 -Reference:9e0d94c7-31fc-496f-863d-2cd2621b01c3 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:08:18 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:08:18 -2025-10-28 09:08:18,623 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:08:53,060 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:08:53,061 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:08:53,175 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:08:53,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:53,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:53,202 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:53,203 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:53,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:53,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:53,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:53,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:53,225 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:53,277 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:53,328 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:53,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:53,378 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:53,429 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:53,429 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:53,430 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:08:53,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,051 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:08:54,052 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,052 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:08:54,103 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:54,155 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:08:54,156 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:08:54,180 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:08:53\nReference:1ccf2b8b-4d34-4e78-8462-6e9346d69be9\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:08:53 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-28T00:08:53"). -2025-10-28 09:08:54,180 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:08:53 -Reference:1ccf2b8b-4d34-4e78-8462-6e9346d69be9 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:08:53 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-28T00:08:53 -2025-10-28 09:08:54,180 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:09:27,477 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:09:27,478 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:09:27,542 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:09:27,561 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:27,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:27,562 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:27,562 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:09:27,562 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:27,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:09:27,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:27,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:09:27,572 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:27,624 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:27,675 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:09:27,726 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:27,726 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:09:27,777 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:27,777 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:09:27,778 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:09:27,988 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,530 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:09:28,530 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,531 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:09:28,582 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:09:28,634 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:09:28,648 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:09:28\nReference:7a4b4fee-0b51-4f47-8ea0-7e0cd8fb2165\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:09:28 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:09:28"). -2025-10-28 09:09:28,648 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:09:28 -Reference:7a4b4fee-0b51-4f47-8ea0-7e0cd8fb2165 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:09:28 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:09:28 -2025-10-28 09:09:28,648 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:10:03,007 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:10:03,008 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:10:03,086 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:10:03,113 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:03,114 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:03,114 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:03,114 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:03,115 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,115 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:03,115 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,115 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:03,128 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:03,179 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:03,230 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:03,281 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,281 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:03,333 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,333 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:03,333 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:10:03,539 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,988 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:10:03,989 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:03,989 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:10:04,040 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:04,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:04,090 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:04,091 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:04,129 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:10:03\nReference:081a6112-7b4d-4570-84e9-432ce9884191\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:10:03 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:10:03"). -2025-10-28 09:10:04,129 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:10:03 -Reference:081a6112-7b4d-4570-84e9-432ce9884191 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:10:03 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:10:03 -2025-10-28 09:10:04,129 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:10:37,601 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:10:37,601 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:10:37,703 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:10:37,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:37,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:37,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:37,720 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:37,721 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:37,721 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:37,721 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:37,721 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:37,734 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:37,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:37,837 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:37,888 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:37,889 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:37,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:37,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:37,940 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:10:38,146 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,666 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:10:38,666 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,666 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:10:38,718 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,775 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:10:38,776 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,776 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:10:38,776 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:10:38,827 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:10:38\nReference:1178a152-af45-4db0-b872-68a2e13bafb0\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:10:38 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:10:38"). -2025-10-28 09:10:38,827 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:10:38 -Reference:1178a152-af45-4db0-b872-68a2e13bafb0 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:10:38 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:10:38 -2025-10-28 09:10:38,828 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:11:12,231 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:11:12,232 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:11:12,329 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:11:12,347 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:12,348 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:12,348 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:12,348 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:12,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:12,349 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:12,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:12,349 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:12,359 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:12,411 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:12,463 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:12,515 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:12,515 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:12,567 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:12,567 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:12,567 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:11:12,774 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,118 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:11:13,119 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,119 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:11:13,169 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,221 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,221 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:13,221 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,221 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:13,221 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:13,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:13,246 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:11:12\nReference:63b85fc1-ab01-48d1-af76-8769cde1fc3a\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:11:13 TrackingId:e7b21db90a82405ea85418737e2da043_G22, SystemTracker:gateway5, Timestamp:2025-10-28T00:11:13"). -2025-10-28 09:11:13,247 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:11:12 -Reference:63b85fc1-ab01-48d1-af76-8769cde1fc3a -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:11:13 TrackingId:e7b21db90a82405ea85418737e2da043_G22, SystemTracker:gateway5, Timestamp:2025-10-28T00:11:13 -2025-10-28 09:11:13,247 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:11:44,449 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:11:45,038 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:11:45,038 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:11:45,211 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:45,231 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:45,232 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:45,243 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:45,294 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:45,346 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:45,397 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:45,397 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:45,449 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:45,449 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:45,449 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:11:45,655 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,027 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:11:46,027 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,027 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:11:46,078 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,129 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,129 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:46,129 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,129 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:11:46,130 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:11:46,172 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:11:45\nReference:75f51bcd-9c38-4b9a-9a87-37f0148e9e3b\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:11:45 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:11:45"). -2025-10-28 09:11:46,172 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:11:45 -Reference:75f51bcd-9c38-4b9a-9a87-37f0148e9e3b -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:11:45 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:11:45 -2025-10-28 09:11:46,172 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:11:59,464 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:63804 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:11:59,555 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:12:20,617 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:12:20,618 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:12:20,889 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:12:20,963 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:20,963 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:20,963 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:20,964 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:20,964 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:20,964 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:20,964 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:20,964 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:20,995 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:21,046 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:21,098 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:21,150 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:21,150 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:21,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:21,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:21,203 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:12:21,410 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:21,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:12:21,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:21,916 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:12:21,967 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:22,020 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:22,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,021 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:22,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,021 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:22,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:22,037 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:12:21\nReference:3f1ff1f0-d4ee-4561-a9ee-520a85541c23\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:12:21 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:12:21"). -2025-10-28 09:12:22,037 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:12:21 -Reference:3f1ff1f0-d4ee-4561-a9ee-520a85541c23 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:12:21 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:12:21 -2025-10-28 09:12:22,038 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:12:53,160 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:12:53,162 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:12:53,356 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:12:53,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:53,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:53,427 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:53,427 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:53,427 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:53,427 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:53,427 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:53,428 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:53,456 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:53,508 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:53,560 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:53,612 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:53,613 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:53,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:53,665 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:53,665 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:12:53,874 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:12:54,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,378 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:12:54,429 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,480 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,480 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:12:54,481 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:12:54,484 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:12:53\nReference:0b357f35-d162-470d-93df-7cabc4930a01\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:12:54 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:12:54"). -2025-10-28 09:12:54,485 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:12:53 -Reference:0b357f35-d162-470d-93df-7cabc4930a01 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:12:54 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:12:54 -2025-10-28 09:12:54,485 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:13:26,321 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:13:26,321 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:13:26,455 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:13:26,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:26,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:26,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:26,520 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:13:26,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:26,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:13:26,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:26,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:13:26,551 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:26,603 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:26,654 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:13:26,706 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:26,706 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:13:26,758 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:26,758 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:13:26,758 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:13:26,963 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,499 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:13:27,499 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,499 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:13:27,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,601 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:13:27,602 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,603 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:13:27,603 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,603 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:13:27,603 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:13:27,646 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:13:27\nReference:4081d3e5-f2e6-4fd8-8a39-1b4a2e6d91fd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:13:27 TrackingId:98ecd5ad03e74f51884ccd2b8638f919_G7, SystemTracker:gateway5, Timestamp:2025-10-28T00:13:27"). -2025-10-28 09:13:27,646 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:13:27 -Reference:4081d3e5-f2e6-4fd8-8a39-1b4a2e6d91fd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:13:27 TrackingId:98ecd5ad03e74f51884ccd2b8638f919_G7, SystemTracker:gateway5, Timestamp:2025-10-28T00:13:27 -2025-10-28 09:13:27,646 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:14:00,209 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:14:00,209 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:14:00,292 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:14:00,317 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:00,317 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:00,318 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:00,318 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:00,318 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:00,319 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:00,319 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:00,319 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:00,336 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:00,387 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:00,438 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:00,489 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:00,490 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:00,541 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:00,542 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:00,542 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:14:00,747 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,111 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:14:01,111 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,111 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:14:01,162 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,214 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:01,214 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:01,215 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:01,230 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:14:00\nReference:a04e7691-bfb2-4e7c-931b-7c3480b81007\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:14:01 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:14:01"). -2025-10-28 09:14:01,230 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:14:00 -Reference:a04e7691-bfb2-4e7c-931b-7c3480b81007 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:14:01 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:14:01 -2025-10-28 09:14:01,230 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:14:32,314 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:14:32,314 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:14:32,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:14:32,509 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:32,509 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:32,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:32,510 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:32,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:32,511 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:32,511 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:32,511 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:32,534 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:32,585 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:32,635 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:32,687 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:32,687 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:32,739 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:32,739 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:32,739 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:14:33,067 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,463 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:14:33,463 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,463 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:14:33,513 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:14:33,564 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:14:33,610 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:14:33\nReference:d3cfe358-2cb7-4698-8e39-5ce58482969b\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:14:33 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:14:33"). -2025-10-28 09:14:33,611 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:14:33 -Reference:d3cfe358-2cb7-4698-8e39-5ce58482969b -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:14:33 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:14:33 -2025-10-28 09:14:33,611 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:15:08,298 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:15:08,299 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:15:08,373 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:15:08,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:08,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:08,395 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:08,395 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:08,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:08,396 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:08,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:08,396 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:08,411 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:08,461 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:08,513 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:08,565 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:08,565 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:08,616 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:08,616 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:08,616 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:15:08,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,326 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:15:09,326 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,326 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:15:09,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,429 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,429 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:09,430 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:09,472 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:15:08\nReference:50dd064a-77e9-46b7-b65e-c60e170ca4ec\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:15:09 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:15:09"). -2025-10-28 09:15:09,472 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:15:08 -Reference:50dd064a-77e9-46b7-b65e-c60e170ca4ec -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:15:09 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:15:09 -2025-10-28 09:15:09,472 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:15:42,537 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:15:42,538 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:15:42,717 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:15:42,767 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:42,767 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:42,768 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:42,768 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:42,768 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:42,768 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:42,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:42,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:42,794 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:42,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:42,898 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:42,950 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:42,950 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:43,002 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,002 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:43,002 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:15:43,210 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,713 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:15:43,713 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,713 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:15:43,765 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,817 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:43,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,817 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:43,817 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:15:43,818 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:15:43,822 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:15:43\nReference:b6127e13-068f-487b-9067-7f11f99eaa34\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:15:43 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:15:43"). -2025-10-28 09:15:43,822 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:15:43 -Reference:b6127e13-068f-487b-9067-7f11f99eaa34 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:15:43 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:15:43 -2025-10-28 09:15:43,822 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:16:14,779 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:16:14,781 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:16:14,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:16:14,878 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:14,878 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:14,879 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:14,896 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:14,947 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:14,999 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:15,049 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,049 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:15,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,101 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:15,101 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:16:15,309 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:16:15,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,640 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:16:15,691 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,742 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:15,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,744 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:15,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:15,795 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:16:15\nReference:c8b0eb6f-6acf-4452-9134-3acaa5ee072f\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:16:15 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:16:15"). -2025-10-28 09:16:15,795 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:16:15 -Reference:c8b0eb6f-6acf-4452-9134-3acaa5ee072f -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:16:15 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:16:15 -2025-10-28 09:16:15,795 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:16:46,963 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:16:46,964 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:16:47,194 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:16:47,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:47,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:47,215 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:47,216 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:47,216 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:47,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:47,216 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:47,216 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:47,260 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:47,312 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:47,363 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:47,415 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:47,415 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:47,467 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:47,467 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:47,467 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:16:47,674 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:16:48,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,179 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:16:48,229 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,281 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,281 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:16:48,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:16:48,287 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:16:47\nReference:229b58df-eb4f-421f-967c-e1f8b07f2989\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:16:48 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:16:48"). -2025-10-28 09:16:48,287 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:16:47 -Reference:229b58df-eb4f-421f-967c-e1f8b07f2989 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:16:48 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:16:48 -2025-10-28 09:16:48,287 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:17:18,855 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:17:18,857 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:17:18,961 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:17:18,991 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:18,992 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:18,992 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:18,992 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:18,992 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:18,992 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:18,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:18,993 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:19,014 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:19,065 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:19,116 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:19,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:19,218 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,218 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:19,218 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:17:19,424 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:17:19,871 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,871 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:17:19,922 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,973 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:19,974 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:20,025 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:17:19\nReference:455ccf55-7650-42be-8746-b6e28ff0629f\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:17:19 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:17:19"). -2025-10-28 09:17:20,025 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:17:19 -Reference:455ccf55-7650-42be-8746-b6e28ff0629f -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:17:19 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:17:19 -2025-10-28 09:17:20,025 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:17:54,537 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:17:54,538 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:17:54,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:54,683 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:54,702 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:54,753 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:54,804 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:54,856 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:54,856 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:54,908 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:54,909 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:54,909 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:17:55,115 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,469 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:17:55,469 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,469 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:17:55,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,572 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:17:55,573 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:17:55,613 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:17:55\nReference:0f104029-e201-4555-ac3c-fc5c50f8d21a\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:17:55 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:17:55"). -2025-10-28 09:17:55,614 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:17:55 -Reference:0f104029-e201-4555-ac3c-fc5c50f8d21a -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:17:55 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:17:55 -2025-10-28 09:17:55,614 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:18:28,631 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:18:28,632 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:18:28,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:18:28,761 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:28,761 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:28,761 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:28,762 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:28,762 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:28,762 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:28,762 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:28,762 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:28,772 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:28,823 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:28,875 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:28,926 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:28,926 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:28,978 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:28,978 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:28,978 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:18:29,185 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,603 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:18:29,604 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,604 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:18:29,656 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,707 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,707 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:29,708 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:29,750 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:18:29\nReference:298ce4ab-48b2-483d-82fa-68b21b50d568\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:18:29 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:18:29"). -2025-10-28 09:18:29,750 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:18:29 -Reference:298ce4ab-48b2-483d-82fa-68b21b50d568 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:18:29 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:18:29 -2025-10-28 09:18:29,750 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:18:59,289 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:18:59,290 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:18:59,367 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:18:59,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:59,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:59,394 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:59,394 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:59,395 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:59,395 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:59,395 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:59,395 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:59,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:59,468 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:18:59,520 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:18:59,572 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:59,572 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:18:59,623 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:18:59,623 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:18:59,623 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:18:59,831 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,245 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:19:00,246 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,246 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:19:00,298 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,349 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:00,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,349 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:00,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:00,361 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:18:59\nReference:50b3fa49-3be8-4a18-b975-9176614d9ffd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:19:00 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:19:00"). -2025-10-28 09:19:00,361 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:18:59 -Reference:50b3fa49-3be8-4a18-b975-9176614d9ffd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:19:00 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:19:00 -2025-10-28 09:19:00,362 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:19:32,030 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:19:32,032 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:19:32,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:19:32,552 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:32,552 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:32,552 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:32,552 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:32,553 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:32,553 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:32,553 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:32,553 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:32,571 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:32,623 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:32,674 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:32,726 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:32,727 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:32,777 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:32,777 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:32,778 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:19:32,983 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,501 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:19:33,501 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,501 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:19:33,553 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,604 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:19:33,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:19:33,612 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:19:33\nReference:cbf2bba1-6bc7-40e2-a201-994fbdecf437\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:19:33 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:19:33"). -2025-10-28 09:19:33,612 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:19:33 -Reference:cbf2bba1-6bc7-40e2-a201-994fbdecf437 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:19:33 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:19:33 -2025-10-28 09:19:33,612 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:20:05,372 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:20:05,373 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:20:06,217 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:20:06,244 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:65022 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:20:07,290 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:20:08,243 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:20:08,268 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:65031 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:20:09,421 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:20:09,632 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:20:09,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:09,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:09,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:09,661 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:09,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:09,661 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:09,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:09,661 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:09,673 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:09,725 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:09,777 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:09,829 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:09,829 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:09,880 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:09,880 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:09,880 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:20:10,087 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,591 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:20:10,591 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,592 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:20:10,643 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,694 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,694 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:10,695 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:10,723 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:20:10\nReference:bf0f1ab7-4034-4534-927a-16a89b11c48d\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:20:10 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:20:10"). -2025-10-28 09:20:10,723 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:20:10 -Reference:bf0f1ab7-4034-4534-927a-16a89b11c48d -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:20:10 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:20:10 -2025-10-28 09:20:10,724 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:20:40,782 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:20:40,783 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:20:40,933 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:20:40,981 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:40,982 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:40,982 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:40,982 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:40,983 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:40,983 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:40,983 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:40,983 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:40,996 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:41,048 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:41,100 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:41,152 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,152 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:41,203 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,203 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:41,203 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:20:41,407 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:20:41,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,811 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:20:41,863 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,913 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:20:41,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:20:41,966 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:20:41\nReference:dac7acf5-2cd9-48ce-83b5-51028602ce84\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:20:41 TrackingId:8fa847ac16604a0cba7a40a9082963b1_G27, SystemTracker:gateway5, Timestamp:2025-10-28T00:20:41"). -2025-10-28 09:20:41,966 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:20:41 -Reference:dac7acf5-2cd9-48ce-83b5-51028602ce84 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:20:41 TrackingId:8fa847ac16604a0cba7a40a9082963b1_G27, SystemTracker:gateway5, Timestamp:2025-10-28T00:20:41 -2025-10-28 09:20:41,967 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:21:14,510 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:21:14,511 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:21:14,632 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:21:14,686 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:14,687 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:14,687 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:14,687 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:14,688 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:14,688 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:14,688 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:14,688 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:14,726 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:14,776 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:14,827 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:14,879 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:14,879 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:14,930 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:14,931 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:14,931 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:21:15,132 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:21:15,641 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,641 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:21:15,692 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:15,743 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:15,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:15,791 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:21:15\nReference:deaa1552-f745-46fa-894a-bd716d15e72e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:21:15 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:21:15"). -2025-10-28 09:21:15,791 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:21:15 -Reference:deaa1552-f745-46fa-894a-bd716d15e72e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:21:15 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:21:15 -2025-10-28 09:21:15,791 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:21:47,589 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:21:47,590 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:21:47,650 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:21:47,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:47,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:47,678 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:47,678 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:47,678 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:47,678 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:47,679 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:47,679 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:47,689 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:47,739 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:47,790 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:47,841 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:47,841 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:47,893 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:47,893 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:47,893 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:21:48,098 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,462 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:21:48,463 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,463 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:21:48,514 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,566 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,566 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,567 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:21:48,568 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,568 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:21:48,568 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:21:48,607 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:21:48\nReference:3755986c-3598-46af-9919-16377242af10\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:21:48 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:21:48"). -2025-10-28 09:21:48,607 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:21:48 -Reference:3755986c-3598-46af-9919-16377242af10 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:21:48 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:21:48 -2025-10-28 09:21:48,607 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:22:18,951 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:22:18,951 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:22:19,066 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:22:19,105 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:19,105 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:19,105 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:19,106 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:19,106 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,106 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:19,107 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,107 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:19,129 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:19,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:19,232 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:19,283 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,284 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:19,335 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,336 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:19,336 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:22:19,544 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,931 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:22:19,931 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:19,931 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:22:19,982 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,033 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:20,034 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:20,035 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,035 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:20,035 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,035 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:20,035 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:20,074 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:22:19\nReference:ace86c75-7440-4cbf-80d0-3d8ecf3b5c8e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:22:19 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:22:19"). -2025-10-28 09:22:20,074 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:22:19 -Reference:ace86c75-7440-4cbf-80d0-3d8ecf3b5c8e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:22:19 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:22:19 -2025-10-28 09:22:20,075 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:22:49,689 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:22:49,689 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:22:49,762 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:22:49,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:49,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:49,786 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:49,787 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:49,821 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:49,821 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:49,821 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:49,821 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:49,834 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:49,886 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:49,937 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:49,989 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:49,990 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:50,041 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,041 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:50,042 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:22:50,248 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,693 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:22:50,694 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,694 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:22:50,746 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,798 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:22:50,799 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:22:50,834 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:22:50\nReference:e2a23833-6d55-4cc1-adcb-2e07d7edfd78\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:22:50 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:22:50"). -2025-10-28 09:22:50,834 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:22:50 -Reference:e2a23833-6d55-4cc1-adcb-2e07d7edfd78 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:22:50 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:22:50 -2025-10-28 09:22:50,835 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:23:22,036 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:23:22,037 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:23:22,127 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:23:22,178 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:22,178 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:22,178 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:22,179 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:22,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:22,179 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:22,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:22,179 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:22,192 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:22,243 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:22,294 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:22,345 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:22,345 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:22,395 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:22,396 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:22,396 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:23:22,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,118 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:23:23,118 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,118 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:23:23,170 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,221 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,221 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:23,221 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,221 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:23,221 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:23,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:23,259 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:23:22\nReference:ab925437-a3ef-4616-a877-e1dbad77fefd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:23:22 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:23:22"). -2025-10-28 09:23:23,259 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:23:22 -Reference:ab925437-a3ef-4616-a877-e1dbad77fefd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:23:22 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:23:22 -2025-10-28 09:23:23,259 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:23:54,546 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:23:54,547 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:23:54,623 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:23:54,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:54,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:54,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:54,644 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:54,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:54,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:54,645 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:54,645 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:54,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:54,711 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:54,762 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:54,814 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:54,815 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:54,866 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:54,866 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:54,866 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:23:55,073 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,581 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:23:55,581 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,581 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:23:55,632 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,683 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,683 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:23:55,684 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:23:55,712 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:23:55\nReference:1f48a663-72f5-4c40-a675-62f6999222ed\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:23:55 TrackingId:4852e434105e4481843247b80b5db410_G25, SystemTracker:gateway5, Timestamp:2025-10-28T00:23:55"). -2025-10-28 09:23:55,712 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:23:55 -Reference:1f48a663-72f5-4c40-a675-62f6999222ed -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:23:55 TrackingId:4852e434105e4481843247b80b5db410_G25, SystemTracker:gateway5, Timestamp:2025-10-28T00:23:55 -2025-10-28 09:23:55,712 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:24:30,315 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:24:30,317 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:24:30,450 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:24:30,504 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:30,505 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:30,505 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:30,505 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:24:30,506 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:30,506 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:24:30,506 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:30,506 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:24:30,535 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:30,587 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:30,638 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:24:30,690 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:30,690 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:24:30,742 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:30,742 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:24:30,742 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:24:30,947 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,453 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:24:31,453 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,453 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:24:31,504 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,556 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,556 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:24:31,556 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,556 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:24:31,556 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:24:31,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:24:31,595 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:24:31\nReference:c91ea786-f3ec-41da-8dec-b98923e1f8ff\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:24:31 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:24:31"). -2025-10-28 09:24:31,595 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:24:31 -Reference:c91ea786-f3ec-41da-8dec-b98923e1f8ff -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:24:31 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:24:31 -2025-10-28 09:24:31,595 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:25:05,044 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:25:05,044 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:25:05,165 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:25:05,211 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:05,212 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:05,212 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:05,212 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:05,212 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:05,212 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:05,213 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:05,213 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:05,237 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:05,288 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:05,340 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:05,391 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:05,391 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:05,443 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:05,444 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:05,444 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:25:05,650 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:25:06,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,101 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:25:06,152 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,204 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:06,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,206 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:06,206 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,206 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:06,206 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:06,217 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:25:05\nReference:8f714709-e4ed-4115-b391-daa3ec4d9ecc\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:25:05 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:25:05"). -2025-10-28 09:25:06,217 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:25:05 -Reference:8f714709-e4ed-4115-b391-daa3ec4d9ecc -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:25:05 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:25:05 -2025-10-28 09:25:06,217 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:25:37,206 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:25:37,207 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:25:37,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:25:37,396 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:37,397 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:37,397 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:37,397 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:37,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:37,398 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:37,398 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:37,398 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:37,426 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:37,478 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:37,529 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:37,584 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:37,584 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:37,636 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:37,637 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:37,637 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:25:37,843 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,287 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:25:38,288 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,288 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:25:38,339 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,390 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,391 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:25:38,392 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,392 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:25:38,392 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:25:38,426 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:25:37\nReference:4115fa63-cb9a-4b7a-8c93-ee9cd76b1dac\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:25:38 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:25:38"). -2025-10-28 09:25:38,426 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:25:37 -Reference:4115fa63-cb9a-4b7a-8c93-ee9cd76b1dac -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:25:38 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:25:38 -2025-10-28 09:25:38,426 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:26:11,322 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:26:11,324 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:26:11,437 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:26:11,478 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:11,478 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:11,478 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:11,479 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:11,479 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:11,479 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:11,479 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:11,479 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:11,494 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:11,546 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:11,597 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:11,649 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:11,649 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:11,701 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:11,701 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:11,701 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:26:11,907 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,304 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:26:12,304 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,304 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:26:12,356 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:12,407 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:12,408 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:12,449 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:26:12\nReference:65dbd400-61bc-4855-be5c-1e67a9df4417\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:26:12 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:26:12"). -2025-10-28 09:26:12,449 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:26:12 -Reference:65dbd400-61bc-4855-be5c-1e67a9df4417 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:26:12 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:26:12 -2025-10-28 09:26:12,449 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:26:42,570 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:26:42,570 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:26:42,649 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:26:42,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:42,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:42,679 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:42,680 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:42,680 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:42,680 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:42,680 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:42,680 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:42,696 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:42,747 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:42,798 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:42,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:42,849 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:42,901 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:42,901 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:42,901 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:26:43,107 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,614 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:26:43,614 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,614 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:26:43,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,715 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,716 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:26:43,717 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,717 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:26:43,717 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:26:43,741 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:26:43\nReference:e79b3df6-a78e-4c7d-9797-36221a9bc370\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:26:43 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:26:43"). -2025-10-28 09:26:43,742 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:26:43 -Reference:e79b3df6-a78e-4c7d-9797-36221a9bc370 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:26:43 TrackingId:e8305158b8c34a6ea7ed4a9581a6258c_G10, SystemTracker:gateway5, Timestamp:2025-10-28T00:26:43 -2025-10-28 09:26:43,742 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:27:14,249 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:27:14,250 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:27:14,362 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:27:14,409 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:14,409 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:14,409 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:14,410 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:14,410 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:14,410 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:14,410 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:14,410 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:14,427 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:14,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:14,528 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:14,578 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:14,578 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:14,631 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:14,631 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:14,631 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:27:14,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,375 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:27:15,375 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,375 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:27:15,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,476 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,476 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:15,477 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:15,528 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:27:14\nReference:3387bda6-6c6d-4ddd-9e79-b3e37481599c\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:27:15 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:27:15"). -2025-10-28 09:27:15,528 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:27:14 -Reference:3387bda6-6c6d-4ddd-9e79-b3e37481599c -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:27:15 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:27:15 -2025-10-28 09:27:15,528 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:27:46,124 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:27:46,125 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:27:46,236 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:27:46,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:46,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:46,447 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:46,447 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:46,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:46,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:46,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:46,448 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:46,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:46,530 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:46,581 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:46,632 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:46,632 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:46,684 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:46,685 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:46,685 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:27:46,891 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:27:47,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,337 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:27:47,388 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,440 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:47,440 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,440 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:47,440 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:27:47,441 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:27:47,452 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:27:46\nReference:8821df3a-51e2-4c1d-a3f8-a83f9a0be441\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:27:47 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:27:47"). -2025-10-28 09:27:47,452 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:27:46 -Reference:8821df3a-51e2-4c1d-a3f8-a83f9a0be441 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:27:47 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:27:47 -2025-10-28 09:27:47,453 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:28:19,976 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:28:19,977 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:28:20,061 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:28:20,095 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:20,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:20,096 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:20,096 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:20,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:20,097 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:20,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:20,097 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:20,112 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:20,164 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:20,216 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:20,267 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:20,267 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:20,320 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:20,320 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:20,320 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:28:20,526 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,030 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:28:21,030 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,030 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:28:21,082 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,134 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,134 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,135 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:21,136 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:21,149 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:28:20\nReference:99d623d9-59a4-4ce6-bc2d-4b9875595ae7\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:28:20 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:28:20"). -2025-10-28 09:28:21,149 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:28:20 -Reference:99d623d9-59a4-4ce6-bc2d-4b9875595ae7 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:28:20 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:28:20 -2025-10-28 09:28:21,149 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:28:53,240 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:28:53,240 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:28:53,395 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:28:53,457 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:53,457 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:53,457 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:53,458 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:53,458 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:53,458 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:53,458 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:53,458 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:53,491 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:53,542 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:53,593 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:53,645 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:53,645 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:53,696 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:53,696 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:53,697 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:28:53,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,407 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:28:54,407 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,408 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:28:54,459 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,509 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,509 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:54,509 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:28:54,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:28:54,562 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:28:54\nReference:a9143112-ae24-49a6-b38f-a5d1bc12d2a7\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:28:54 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:28:54"). -2025-10-28 09:28:54,562 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:28:54 -Reference:a9143112-ae24-49a6-b38f-a5d1bc12d2a7 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:28:54 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:28:54 -2025-10-28 09:28:54,562 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:29:29,165 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:29:29,166 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:29:29,294 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:29:29,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:29,351 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:29,351 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:29,351 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:29:29,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:29,352 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:29:29,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:29,352 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:29:29,376 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:29,428 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:29,480 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:29:29,532 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:29,532 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:29:29,585 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:29,585 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:29:29,585 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:29:29,792 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,155 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:29:30,155 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,155 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:29:30,206 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,257 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:29:30,258 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:29:30,259 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,259 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:29:30,259 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,259 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:29:30,259 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:29:30,300 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:29:29\nReference:0e4ac40c-21f3-4529-9165-4f40a9f41600\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:29:30 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:29:30"). -2025-10-28 09:29:30,300 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:29:29 -Reference:0e4ac40c-21f3-4529-9165-4f40a9f41600 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:29:30 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:29:30 -2025-10-28 09:29:30,301 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:30:02,817 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:30:02,819 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:30:02,966 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:30:03,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:03,045 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:03,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:03,088 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:03,138 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:03,190 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:03,242 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:03,243 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:03,294 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:03,294 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:03,294 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:30:03,501 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,022 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:30:04,022 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,022 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:30:04,074 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,124 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,124 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:04,124 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,124 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:04,125 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:04,145 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:30:03\nReference:6e68deff-e455-49c2-b378-6e64d41f960c\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:30:03 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:30:03"). -2025-10-28 09:30:04,145 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:30:03 -Reference:6e68deff-e455-49c2-b378-6e64d41f960c -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:30:03 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:30:03 -2025-10-28 09:30:04,145 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:30:33,684 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:30:33,684 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:30:33,768 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:30:33,792 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:33,792 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:33,792 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:33,793 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:33,793 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:33,793 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:33,793 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:33,793 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:33,804 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:33,856 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:33,908 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:33,960 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:33,960 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:34,012 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,012 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:34,013 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:30:34,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,744 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:30:34,745 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,745 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:30:34,796 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:30:34,848 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:30:34,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,849 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:30:34,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,849 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:30:34,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:30:34,856 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:30:34\nReference:1eb46641-6ac2-485e-912b-f74aa8a2f807\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:30:34 TrackingId:61ab9501db4349b1920e23e2533cf7a3_G11, SystemTracker:gateway5, Timestamp:2025-10-28T00:30:34"). -2025-10-28 09:30:34,857 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:30:34 -Reference:1eb46641-6ac2-485e-912b-f74aa8a2f807 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:30:34 TrackingId:61ab9501db4349b1920e23e2533cf7a3_G11, SystemTracker:gateway5, Timestamp:2025-10-28T00:30:34 -2025-10-28 09:30:34,857 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:31:08,196 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:31:08,197 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:31:08,314 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:31:08,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:08,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:08,350 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:08,350 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:08,350 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:08,351 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:08,351 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:08,351 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:08,370 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:08,422 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:08,473 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:08,524 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:08,525 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:08,575 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:08,576 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:08,576 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:31:08,782 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:31:09,349 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,350 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:31:09,401 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:09,452 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,453 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:09,453 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:09,468 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:31:08\nReference:a104214b-49af-4cad-ab10-4aa36c17d267\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:31:09 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:31:09"). -2025-10-28 09:31:09,468 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:31:08 -Reference:a104214b-49af-4cad-ab10-4aa36c17d267 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:31:09 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:31:09 -2025-10-28 09:31:09,468 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:31:41,624 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:31:41,624 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:31:41,700 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:31:41,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:41,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:41,720 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:41,721 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:41,721 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:41,721 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:41,722 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:41,722 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:41,737 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:41,789 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:41,841 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:41,892 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:41,893 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:41,945 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:41,945 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:41,945 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:31:42,150 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,654 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:31:42,655 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,655 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:31:42,706 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,758 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,758 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:31:42,759 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:31:42,788 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:31:42\nReference:5cfe1ea0-d742-4d9f-8c5d-dfac341069fb\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:31:42 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:31:42"). -2025-10-28 09:31:42,789 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:31:42 -Reference:5cfe1ea0-d742-4d9f-8c5d-dfac341069fb -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:31:42 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:31:42 -2025-10-28 09:31:42,789 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:32:14,543 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:32:14,544 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:32:14,616 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:32:14,631 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:14,632 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:14,632 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:14,632 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:14,633 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:14,633 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:14,633 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:14,633 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:14,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:14,695 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:14,746 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:14,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:14,798 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:14,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:14,849 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:14,849 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:32:15,055 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,454 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:32:15,454 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,454 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:32:15,505 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:15,557 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:15,562 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:32:15\nReference:775b421f-85dd-439e-97e6-60b42e289207\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:32:15 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:32:15"). -2025-10-28 09:32:15,562 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:32:15 -Reference:775b421f-85dd-439e-97e6-60b42e289207 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:32:15 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:32:15 -2025-10-28 09:32:15,562 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:32:50,411 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has claimed partition '0' -2025-10-28 09:32:50,412 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:32:50,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:32:50,517 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:50,517 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:50,518 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:50,529 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:50,580 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:50,631 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:50,683 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:50,683 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:50,735 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:50,735 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:50,736 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:32:50,943 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:32:51,448 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,448 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:32:51,499 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:32:51,551 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,552 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:32:51,552 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,552 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:32:51,552 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:32:51,586 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:32:51\nReference:d2e60747-4e67-4a49-9edf-556bd885c4d8\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:32:51 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:32:51"). -2025-10-28 09:32:51,586 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:32:51 -Reference:d2e60747-4e67-4a49-9edf-556bd885c4d8 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:32:51 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:32:51 -2025-10-28 09:32:51,586 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:32:57,764 - watchfiles.main - INFO - 4 changes detected -WARNING: WatchFiles detected changes in 'app/services/eventhub_service.py', 'main.py'. Reloading... -2025-10-28 09:32:57,769 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -ERROR: ASGI callable returned without completing response. -INFO: Shutting down -INFO: Waiting for application shutdown. -2025-10-28 09:32:57,939 - main - INFO - AI Service 종료 -INFO: Application shutdown complete. -INFO: Finished server process [5345] -2025-10-28 09:32:57,940 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' tasks have been cancelled. -2025-10-28 09:32:57,940 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'ae1d0e4a-009d-46f5-864c-7b0302b765ee' has been stopped. -2025-10-28 09:32:57,940 - app.services.redis_service - INFO - Redis 연결 종료 -INFO: Started server process [14855] -INFO: Waiting for application startup. -2025-10-28 09:33:07,543 - main - INFO - ============================================================ -2025-10-28 09:33:07,544 - main - INFO - AI Service (Python) 시작 - Port: 8086 -2025-10-28 09:33:07,544 - main - INFO - Claude Model: claude-3-5-sonnet-20241022 -2025-10-28 09:33:07,544 - main - INFO - Redis: 20.249.177.114:6379 -2025-10-28 09:33:07,544 - main - INFO - ============================================================ -INFO: Application startup complete. -2025-10-28 09:33:07,544 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:50063 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:33:07,585 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:33:07,629 - watchfiles.main - INFO - 3 changes detected -2025-10-28 09:33:12,552 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:33:12,819 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:50238 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:33:12,862 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:33:17,823 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:33:18,819 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:50329 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:33:18,860 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:33:23,823 - app.api.v1.suggestions - INFO - SSE 스트림 종료 - meetingId: test-meeting-001 -2025-10-28 09:33:24,465 - watchfiles.main - INFO - 4 changes detected -WARNING: WatchFiles detected changes in 'app/services/eventhub_service.py', 'main.py'. Reloading... -INFO: Shutting down -INFO: Waiting for application shutdown. -2025-10-28 09:33:24,603 - main - INFO - AI Service 종료 -INFO: Application shutdown complete. -INFO: Finished server process [14855] -INFO: Started server process [14919] -INFO: Waiting for application startup. -2025-10-28 09:33:25,054 - main - INFO - ============================================================ -2025-10-28 09:33:25,054 - main - INFO - AI Service (Python) 시작 - Port: 8086 -2025-10-28 09:33:25,054 - main - INFO - Claude Model: claude-3-5-sonnet-20241022 -2025-10-28 09:33:25,054 - main - INFO - Redis: 20.249.177.114:6379 -2025-10-28 09:33:25,054 - main - INFO - ============================================================ -2025-10-28 09:33:25,054 - main - INFO - Event Hub 리스너 백그라운드 시작... -2025-10-28 09:33:25,054 - app.services.eventhub_service - INFO - Event Hub 리스너 시작 -INFO: Application startup complete. -2025-10-28 09:33:25,055 - app.api.v1.suggestions - INFO - SSE 스트림 시작 - meetingId: test-meeting-001 -INFO: 127.0.0.1:50418 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 200 OK -2025-10-28 09:33:25,096 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:33:25,096 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' is being started -2025-10-28 09:33:25,101 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-28 09:33:25,144 - watchfiles.main - INFO - 6 changes detected -2025-10-28 09:33:25,150 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:33:25,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,168 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,184 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,235 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,287 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,338 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,338 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,390 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,391 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,391 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:33:25,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,598 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,598 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,609 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,610 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,610 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,627 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,628 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,629 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:33:25,629 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:33:25,710 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:33:25,727 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,727 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,728 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,736 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,787 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:25,838 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:25,888 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,889 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:25,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:25,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:25,940 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:33:26,143 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,559 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:33:26,559 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,559 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:33:26,611 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,662 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:26,663 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:26,664 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:26,702 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:33:26\nReference:38ed8ab6-e1f9-4bd2-b133-206bf0375750\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:33:26 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:33:26"). -2025-10-28 09:33:26,703 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:33:26 -Reference:38ed8ab6-e1f9-4bd2-b133-206bf0375750 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:33:26 TrackingId:84abc0809ec7440c8568cd84fbba6262_G1, SystemTracker:gateway5, Timestamp:2025-10-28T00:33:26 -2025-10-28 09:33:26,703 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:33:57,997 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:33:57,998 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:33:58,073 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:33:58,089 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:58,089 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:58,099 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:58,151 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:58,202 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:58,253 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,253 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:58,305 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,306 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:58,306 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:33:58,512 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:33:58,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:58,927 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:33:58,979 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,030 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:33:59,031 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:33:59,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:33:59,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:33:59,072 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:33:58\nReference:d3ee52bb-1ee3-49f9-8a6d-a81fb41a0705\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:33:58 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:33:58"). -2025-10-28 09:33:59,072 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:33:58 -Reference:d3ee52bb-1ee3-49f9-8a6d-a81fb41a0705 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:33:58 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:33:58 -2025-10-28 09:33:59,073 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:34:32,399 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:34:32,399 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:34:32,570 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:34:32,603 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:32,604 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:32,604 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:32,604 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:34:32,604 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:32,604 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:34:32,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:32,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:34:32,615 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:32,667 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:32,718 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:34:32,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:32,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:34:32,821 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:32,821 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:34:32,821 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:34:33,025 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,375 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:34:33,375 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,376 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:34:33,427 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,478 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,478 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:34:33,478 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:34:33,479 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:34:33,530 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:34:33\nReference:0830d321-95ae-4cf9-b0c8-30ab160470f6\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:34:33 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:34:33"). -2025-10-28 09:34:33,530 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:34:33 -Reference:0830d321-95ae-4cf9-b0c8-30ab160470f6 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:34:33 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:34:33 -2025-10-28 09:34:33,531 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:35:04,582 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:35:04,582 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:35:04,650 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:35:04,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:04,677 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:04,678 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:04,685 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:04,736 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:04,787 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:04,838 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:04,838 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:04,889 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:04,889 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:04,889 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:35:05,094 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:35:05,600 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,600 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:35:05,651 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,703 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,703 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:05,703 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,703 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:05,703 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:05,704 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:05,755 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:35:05\nReference:16e029b7-cebc-4baf-88db-ba7adb149530\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:35:05 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-28T00:35:05"). -2025-10-28 09:35:05,755 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:35:05 -Reference:16e029b7-cebc-4baf-88db-ba7adb149530 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:35:05 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-28T00:35:05 -2025-10-28 09:35:05,755 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:35:35,719 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:35:35,719 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:35:35,813 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:35:35,843 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:35,843 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:35,843 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:35,844 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:35,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:35,844 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:35,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:35,845 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:35,884 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:35,935 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:35,986 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:36,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,038 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:36,090 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,090 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:36,090 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:35:36,296 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,816 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:35:36,817 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,817 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:35:36,867 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,919 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:35:36,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,921 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:35:36,921 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:35:36,942 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:35:36\nReference:972e0349-adae-48e7-a77d-00c2cab2a6df\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:35:36 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:35:36"). -2025-10-28 09:35:36,942 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:35:36 -Reference:972e0349-adae-48e7-a77d-00c2cab2a6df -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:35:36 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:35:36 -2025-10-28 09:35:36,943 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:36:06,309 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:36:06,309 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:36:06,370 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:36:06,386 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:06,386 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:06,386 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:06,387 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:06,387 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:06,387 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:06,387 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:06,388 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:06,395 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:06,446 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:06,498 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:06,550 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:06,550 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:06,601 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:06,602 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:06,602 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:36:06,808 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,234 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:36:07,234 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,234 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:36:07,286 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,336 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:07,337 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:07,374 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:36:06\nReference:05beadae-000d-4f55-a3f7-f78a7daf0e6e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:36:07 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:36:07"). -2025-10-28 09:36:07,374 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:36:06 -Reference:05beadae-000d-4f55-a3f7-f78a7daf0e6e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:36:07 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:36:07 -2025-10-28 09:36:07,374 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:36:39,093 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:36:39,094 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:36:39,251 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:36:39,288 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:39,288 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:39,288 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:39,289 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:39,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:39,289 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:39,290 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:39,290 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:39,347 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:39,399 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:39,451 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:39,503 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:39,503 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:39,555 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:39,555 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:39,555 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:36:39,760 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,264 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:36:40,265 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,265 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:36:40,317 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:40,369 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:36:40,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:36:40,386 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:36:39\nReference:96853dcc-0096-4a91-93b3-19dcec40f5c6\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:36:40 TrackingId:98ecd5ad03e74f51884ccd2b8638f919_G7, SystemTracker:gateway5, Timestamp:2025-10-28T00:36:40"). -2025-10-28 09:36:40,386 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:36:39 -Reference:96853dcc-0096-4a91-93b3-19dcec40f5c6 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:36:40 TrackingId:98ecd5ad03e74f51884ccd2b8638f919_G7, SystemTracker:gateway5, Timestamp:2025-10-28T00:36:40 -2025-10-28 09:36:40,387 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:37:13,344 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:37:13,344 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:37:13,481 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:37:13,520 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:13,521 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:13,521 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:13,521 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:13,522 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:13,522 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:13,522 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:13,522 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:13,548 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:13,599 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:13,651 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:13,702 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:13,702 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:13,753 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:13,753 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:13,754 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:37:13,960 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,406 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:37:14,406 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,406 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:37:14,457 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,509 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,509 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:14,509 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:14,510 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:14,526 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:37:14\nReference:121d38be-caf6-4c01-98e9-b3ea2266a14c\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:37:14 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:37:14"). -2025-10-28 09:37:14,527 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:37:14 -Reference:121d38be-caf6-4c01-98e9-b3ea2266a14c -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:37:14 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:37:14 -2025-10-28 09:37:14,527 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:37:43,779 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:37:43,779 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:37:43,901 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:37:43,934 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:43,934 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:43,934 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:43,934 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:43,935 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:43,935 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:43,935 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:43,935 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:43,985 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:44,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:44,088 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:44,140 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:44,140 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:44,191 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:44,191 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:44,191 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:37:44,396 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:44,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:37:44,916 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:44,916 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:37:44,968 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:45,020 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:37:45,021 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:37:45,054 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:37:44\nReference:06af95c3-0e1c-440d-8222-107b91fc63f1\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:37:44 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:37:44"). -2025-10-28 09:37:45,054 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:37:44 -Reference:06af95c3-0e1c-440d-8222-107b91fc63f1 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:37:44 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:37:44 -2025-10-28 09:37:45,055 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:38:18,646 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:38:18,647 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:38:18,707 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:38:18,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:18,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:18,722 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:18,723 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:18,723 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:18,723 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:18,723 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:18,723 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:18,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:18,784 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:18,835 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:18,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:18,887 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:18,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:18,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:18,940 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:38:19,143 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,533 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:38:19,533 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,535 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:38:19,586 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,639 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,639 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:19,639 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,639 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:19,639 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:19,640 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:19,665 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:38:19\nReference:89665089-1687-4faf-be0e-41e6c97bdc95\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:38:19 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:38:19"). -2025-10-28 09:38:19,665 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:38:19 -Reference:89665089-1687-4faf-be0e-41e6c97bdc95 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:38:19 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:38:19 -2025-10-28 09:38:19,665 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:38:52,785 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:38:52,786 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:38:52,898 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:38:52,932 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:52,932 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:52,932 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:52,933 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:52,933 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:52,933 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:52,933 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:52,933 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:52,954 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:53,005 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:53,057 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:53,109 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:53,110 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:53,161 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:53,162 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:53,162 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:38:53,367 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:53,933 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:38:53,933 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:53,933 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:38:53,985 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:38:54,037 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:38:54,054 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:38:53\nReference:4e1e197e-5c56-480b-9335-7f0a0dc64401\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:38:53 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:38:53"). -2025-10-28 09:38:54,054 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:38:53 -Reference:4e1e197e-5c56-480b-9335-7f0a0dc64401 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:38:53 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:38:53 -2025-10-28 09:38:54,054 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:39:23,637 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:39:23,637 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:39:23,717 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:39:23,735 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:23,735 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:23,736 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:23,736 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:23,736 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:23,736 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:23,737 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:23,737 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:23,747 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:23,797 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:23,849 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:23,900 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:23,900 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:23,952 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:23,952 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:23,952 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:39:24,159 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:39:24,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,661 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:39:24,711 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,761 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,761 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:24,761 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:24,762 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,763 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:24,763 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:24,812 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:39:24\nReference:1204963f-6e95-404f-b2c6-093dd4ffd80e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:39:24 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:39:24"). -2025-10-28 09:39:24,812 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:39:24 -Reference:1204963f-6e95-404f-b2c6-093dd4ffd80e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:39:24 TrackingId:cf5d7ef5513b497b9b720ac2c9a161bf_G20, SystemTracker:gateway5, Timestamp:2025-10-28T00:39:24 -2025-10-28 09:39:24,812 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:39:54,323 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:39:54,323 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:39:54,383 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:39:54,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:54,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:54,401 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:54,402 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:54,402 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:54,402 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:54,402 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:54,402 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:54,413 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:54,463 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:54,514 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:54,565 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:54,565 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:54,617 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:54,617 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:54,617 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:39:54,822 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,327 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:39:55,328 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,328 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:39:55,379 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:55,431 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:39:55,432 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:39:55,442 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:39:54\nReference:d90ec3db-c8c9-4db8-88a3-3e03b0b64d6f\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:39:55 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:39:55"). -2025-10-28 09:39:55,442 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:39:54 -Reference:d90ec3db-c8c9-4db8-88a3-3e03b0b64d6f -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:39:55 TrackingId:9e29b852b1454a579d37ca4725d383c7_G30, SystemTracker:gateway5, Timestamp:2025-10-28T00:39:55 -2025-10-28 09:39:55,443 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:40:26,863 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:40:26,864 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:40:26,924 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:40:26,938 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:26,938 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:26,939 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:26,939 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:26,939 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:26,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:26,940 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:26,940 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:26,946 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:26,996 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:27,046 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:27,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,097 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:27,148 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,149 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:27,149 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:40:27,352 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,855 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:40:27,855 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,855 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:40:27,906 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,957 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:27,958 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,958 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:27,958 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:27,987 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:40:27\nReference:42d0c557-42a5-4a2b-8a55-cc3cc752be29\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:40:27 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:40:27"). -2025-10-28 09:40:27,988 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:40:27 -Reference:42d0c557-42a5-4a2b-8a55-cc3cc752be29 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:40:27 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:40:27 -2025-10-28 09:40:27,988 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:40:57,525 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:40:57,526 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:40:57,612 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:40:57,630 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:57,631 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:57,631 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:57,631 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:57,632 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:57,632 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:57,632 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:57,632 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:57,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:57,695 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:57,746 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:57,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:57,798 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:57,849 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:57,850 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:57,850 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:40:58,054 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,555 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:40:58,556 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,556 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:40:58,607 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,659 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,659 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:40:58,660 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,661 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:40:58,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,661 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:40:58,661 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:40:58,698 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:40:58\nReference:aa91d0e8-953a-46ad-965c-a94c02500161\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:40:58 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:40:58"). -2025-10-28 09:40:58,698 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:40:58 -Reference:aa91d0e8-953a-46ad-965c-a94c02500161 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:40:58 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:40:58 -2025-10-28 09:40:58,699 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:41:28,243 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:41:28,244 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:41:28,309 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:41:28,331 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:28,331 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:28,331 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:28,331 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:41:28,332 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:28,332 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:41:28,332 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:28,332 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:41:28,341 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:28,393 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:28,444 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:41:28,496 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:28,496 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:41:28,547 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:28,548 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:41:28,548 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:41:28,755 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,275 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:41:29,275 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,275 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:41:29,327 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,378 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:41:29,378 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:41:29,379 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:41:29,418 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:41:28\nReference:c45b2e80-eec4-47db-b363-2054e657bd47\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:41:29 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:41:29"). -2025-10-28 09:41:29,418 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:41:28 -Reference:c45b2e80-eec4-47db-b363-2054e657bd47 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:41:29 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:41:29 -2025-10-28 09:41:29,419 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:42:01,903 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:42:01,903 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:42:01,970 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:42:01,989 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:01,989 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:01,990 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:01,990 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:01,990 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:01,990 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:01,991 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:01,991 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:02,000 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:02,051 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:02,102 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:02,153 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:02,154 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:02,206 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:02,206 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:02,206 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:42:02,409 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:02,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:42:02,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:02,914 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:42:02,965 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,015 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,015 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:03,016 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:03,067 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:42:02\nReference:c2a7615a-61a8-4f73-8e42-ffa8842d8d38\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:42:02 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:42:02"). -2025-10-28 09:42:03,067 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:42:02 -Reference:c2a7615a-61a8-4f73-8e42-ffa8842d8d38 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:42:02 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:42:02 -2025-10-28 09:42:03,067 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:42:32,809 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:42:32,811 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:42:32,867 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:42:32,882 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:32,883 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:32,883 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:32,883 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:32,884 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:32,884 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:32,884 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:32,884 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:32,895 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:32,947 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:32,998 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:33,049 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,049 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:33,101 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,101 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:33,101 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:42:33,306 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:42:33,811 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,811 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:42:33,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:33,914 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,914 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:33,914 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:42:33,915 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:42:33,930 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:42:33\nReference:18a63bb9-4131-498a-aa05-79c7e89217cd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:42:33 TrackingId:1d39a898111e4fc594124e503890931a_G23, SystemTracker:gateway5, Timestamp:2025-10-28T00:42:33"). -2025-10-28 09:42:33,930 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:42:33 -Reference:18a63bb9-4131-498a-aa05-79c7e89217cd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:42:33 TrackingId:1d39a898111e4fc594124e503890931a_G23, SystemTracker:gateway5, Timestamp:2025-10-28T00:42:33 -2025-10-28 09:42:33,931 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:43:06,741 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:43:06,741 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:43:06,816 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:43:06,835 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:06,835 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:06,835 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:06,835 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:06,836 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:06,836 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:06,836 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:06,836 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:06,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:06,896 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:06,947 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:06,998 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:06,999 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:07,050 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,050 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:07,050 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:43:07,254 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,682 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:43:07,682 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,682 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:43:07,734 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,786 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:07,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,786 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:07,786 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:07,787 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:07,812 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:43:07\nReference:e3369bad-d307-421d-95cf-83cb8ccc6ff0\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:43:07 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:43:07"). -2025-10-28 09:43:07,812 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:43:07 -Reference:e3369bad-d307-421d-95cf-83cb8ccc6ff0 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:43:07 TrackingId:d393d80daedc4939b2e5d690bc7bdf89_G21, SystemTracker:gateway5, Timestamp:2025-10-28T00:43:07 -2025-10-28 09:43:07,812 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:43:41,152 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:43:41,153 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:43:41,216 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:43:41,246 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:41,246 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:41,246 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:41,247 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:41,247 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:41,247 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:41,248 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:41,248 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:41,257 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:41,307 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:41,357 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:41,408 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:41,408 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:41,459 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:41,460 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:41,460 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:43:41,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,063 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:43:42,063 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,063 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:43:42,115 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,166 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,166 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:43:42,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:43:42,170 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:43:41\nReference:7eaffc2d-f159-4893-bcab-39c22f447f9d\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:43:41 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:43:41"). -2025-10-28 09:43:42,171 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:43:41 -Reference:7eaffc2d-f159-4893-bcab-39c22f447f9d -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:43:41 TrackingId:57e8a42d67c54b00a22b5b1df5737fc1_G6, SystemTracker:gateway5, Timestamp:2025-10-28T00:43:41 -2025-10-28 09:43:42,171 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:44:13,318 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:44:13,318 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:44:13,377 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:44:13,402 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:13,402 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:13,402 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:13,403 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:13,403 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:13,403 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:13,403 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:13,403 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:13,416 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:13,467 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:13,518 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:13,570 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:13,570 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:13,621 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:13,621 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:13,621 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:44:13,826 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:44:14,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,244 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:44:14,295 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:14,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:14,385 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:44:13\nReference:42cac03c-5b9f-4bf4-90ee-7a7898502b9e\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:44:14 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:44:14"). -2025-10-28 09:44:14,385 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:44:13 -Reference:42cac03c-5b9f-4bf4-90ee-7a7898502b9e -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:44:14 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:44:14 -2025-10-28 09:44:14,386 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:44:46,430 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:44:46,430 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:44:46,483 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:44:46,506 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:46,506 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:46,507 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:46,515 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:46,566 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:46,617 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:46,668 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:46,669 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:46,720 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:46,720 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:46,720 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:44:46,925 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,277 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:44:47,277 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,277 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:44:47,329 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,380 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:44:47,381 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:44:47,399 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:44:47\nReference:33ecf9a4-73d9-42df-8c57-5e0011e83bee\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:44:47 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:44:47"). -2025-10-28 09:44:47,399 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:44:47 -Reference:33ecf9a4-73d9-42df-8c57-5e0011e83bee -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:44:47 TrackingId:bcf2c64242294153a2679bc3aee26271_G26, SystemTracker:gateway5, Timestamp:2025-10-28T00:44:47 -2025-10-28 09:44:47,400 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:45:21,913 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:45:21,913 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:45:21,989 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:45:22,005 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:22,005 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:22,005 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:22,006 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:22,006 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,006 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:22,006 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,006 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:22,012 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:22,063 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:22,115 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:22,166 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,166 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:22,218 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,218 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:22,218 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:45:22,424 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,927 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:45:22,928 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:22,928 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:45:22,979 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,031 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,031 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:23,032 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:23,035 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:45:22\nReference:afff4d92-c7e9-4fa4-9513-7a91a95208c0\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:45:22 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:45:22"). -2025-10-28 09:45:23,035 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:45:22 -Reference:afff4d92-c7e9-4fa4-9513-7a91a95208c0 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:45:22 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:45:22 -2025-10-28 09:45:23,035 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:45:55,835 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:45:55,836 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:45:55,893 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:45:55,909 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:55,910 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:55,910 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:55,910 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:55,911 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:55,911 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:55,911 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:55,911 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:55,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:55,971 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:56,023 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:56,075 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,075 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:56,126 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,127 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:56,127 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:45:56,333 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,850 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:45:56,850 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,850 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:45:56,901 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:45:56,953 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:45:56,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:45:56,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:56,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:45:56,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:45:57,006 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:45:56\nReference:14bdff4c-0c99-41e6-a987-bbc73d32298d\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:45:56 TrackingId:3ab72df796b54b5da6a004e64e0483ac_G14, SystemTracker:gateway5, Timestamp:2025-10-28T00:45:56"). -2025-10-28 09:45:57,006 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:45:56 -Reference:14bdff4c-0c99-41e6-a987-bbc73d32298d -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:45:56 TrackingId:3ab72df796b54b5da6a004e64e0483ac_G14, SystemTracker:gateway5, Timestamp:2025-10-28T00:45:56 -2025-10-28 09:45:57,006 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:46:29,816 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:46:29,818 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:46:29,878 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:46:29,893 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:29,894 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:29,894 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:29,894 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:46:29,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:29,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:46:29,920 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:29,920 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:46:29,962 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:30,014 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:30,065 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:46:30,116 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,116 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:46:30,167 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,167 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:46:30,167 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:46:30,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:46:30,786 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,786 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:46:30,836 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,886 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,886 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:46:30,887 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:46:30,933 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:46:30\nReference:43d12f96-8313-4384-b9a7-8bb4c75e11d0\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:46:30 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:46:30"). -2025-10-28 09:46:30,933 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:46:30 -Reference:43d12f96-8313-4384-b9a7-8bb4c75e11d0 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:46:30 TrackingId:08194b95cae24fb0984d88becc25ecf0_G8, SystemTracker:gateway5, Timestamp:2025-10-28T00:46:30 -2025-10-28 09:46:30,933 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:47:05,570 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:47:05,571 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:47:05,629 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:47:05,643 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:05,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:05,644 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:05,644 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:05,644 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:05,644 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:05,645 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:05,645 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:05,656 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:05,707 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:05,759 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:05,810 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:05,810 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:05,862 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:05,863 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:05,863 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:47:06,066 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,480 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:47:06,480 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,480 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:47:06,532 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,584 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,584 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:06,584 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,584 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:06,584 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:06,585 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:06,636 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:47:06\nReference:6705b57b-d15f-47eb-a80d-7cf15e432e3a\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:47:06 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:47:06"). -2025-10-28 09:47:06,637 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:47:06 -Reference:6705b57b-d15f-47eb-a80d-7cf15e432e3a -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:47:06 TrackingId:3d4e8348c693439e9b4ec1cea355333d_G18, SystemTracker:gateway5, Timestamp:2025-10-28T00:47:06 -2025-10-28 09:47:06,637 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:47:39,687 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:47:39,688 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:47:39,744 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:47:39,762 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:39,763 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:39,763 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:39,763 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:39,764 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:39,764 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:39,764 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:39,764 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:39,774 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:39,825 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:39,877 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:39,928 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:39,929 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:39,980 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:39,980 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:39,980 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:47:40,185 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,687 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:47:40,687 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,687 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:47:40,737 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:47:40,789 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,790 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:47:40,790 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,790 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:47:40,790 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:47:40,812 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:47:40\nReference:04669df5-f285-4749-af30-e2b48c46592f\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:47:40 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:47:40"). -2025-10-28 09:47:40,813 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:47:40 -Reference:04669df5-f285-4749-af30-e2b48c46592f -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:47:40 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:47:40 -2025-10-28 09:47:40,813 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:48:14,468 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:48:14,469 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:48:14,534 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:48:14,547 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:14,548 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:14,548 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:14,548 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:14,549 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:14,549 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:14,549 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:14,549 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:14,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:14,608 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:14,658 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:14,711 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:14,711 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:14,761 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:14,761 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:14,761 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:48:14,967 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:48:15,503 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,503 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:48:15,553 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:15,605 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,605 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:15,605 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:15,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:15,644 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:48:15\nReference:9f4f20ef-c8d5-494c-8b90-7aa05b65ea33\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:48:15 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:48:15"). -2025-10-28 09:48:15,644 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:48:15 -Reference:9f4f20ef-c8d5-494c-8b90-7aa05b65ea33 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:48:15 TrackingId:095ac8cc67064325bc3c3c10a0449aa3_G16, SystemTracker:gateway5, Timestamp:2025-10-28T00:48:15 -2025-10-28 09:48:15,644 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:48:44,832 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:48:44,832 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:48:44,892 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:48:44,907 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:44,907 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:44,908 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:44,914 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:44,966 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:45,018 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:45,070 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,070 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:45,121 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,121 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:45,121 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:48:45,327 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,742 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:48:45,742 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,742 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:48:45,793 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,843 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,843 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:48:45,844 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:48:45,854 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:48:45\nReference:718febbc-a486-4885-b5e8-952f9ca1a189\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:48:45 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:48:45"). -2025-10-28 09:48:45,854 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:48:45 -Reference:718febbc-a486-4885-b5e8-952f9ca1a189 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:48:45 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:48:45 -2025-10-28 09:48:45,855 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:49:15,652 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:49:15,653 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:49:15,882 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:49:16,013 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,014 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,014 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,014 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:16,015 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,015 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:16,015 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,015 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:16,067 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,118 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,169 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:16,222 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,222 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:16,273 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,273 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:16,273 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:49:16,481 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,850 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:49:16,851 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,851 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:49:16,902 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,953 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:16,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:16,988 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:49:16\nReference:7adba8d7-5077-4b95-83bb-907c184d2e34\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:49:16 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:49:16"). -2025-10-28 09:49:16,988 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:49:16 -Reference:7adba8d7-5077-4b95-83bb-907c184d2e34 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:49:16 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:49:16 -2025-10-28 09:49:16,988 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:49:49,451 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:49:49,453 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:49:49,534 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:49:49,565 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:49,565 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:49,565 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:49,565 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:49,566 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:49,566 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:49,566 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:49,566 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:49,586 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:49,638 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:49,689 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:49,741 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:49,741 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:49,792 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:49,792 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:49,792 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:49:49,998 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:49:50,503 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,503 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:49:50,554 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:49:50,606 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:49:50,625 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:49:50\nReference:5219cbb8-51bb-4c27-af2a-1e90141cfbc3\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:49:50 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:49:50"). -2025-10-28 09:49:50,625 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:49:50 -Reference:5219cbb8-51bb-4c27-af2a-1e90141cfbc3 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:49:50 TrackingId:89620536f8074f4fa6575df400dece8a_G13, SystemTracker:gateway5, Timestamp:2025-10-28T00:49:50 -2025-10-28 09:49:50,625 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:50:19,947 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:50:19,948 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:50:20,003 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:50:20,017 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:20,017 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:20,018 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:20,018 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:20,018 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,018 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:20,019 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,019 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:20,027 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:20,079 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:20,131 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:20,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:20,234 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,234 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:20,234 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:50:20,439 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,942 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:50:20,943 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:20,943 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:50:20,993 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:21,046 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,046 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:21,046 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:21,047 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:21,067 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:50:20\nReference:9318da4c-04fb-48d7-802f-e952f79c7fd4\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:50:20 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:50:20"). -2025-10-28 09:50:21,067 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:50:20 -Reference:9318da4c-04fb-48d7-802f-e952f79c7fd4 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:50:20 TrackingId:9e118d3a8fe74369b8abf3805e29ecfc_G28, SystemTracker:gateway5, Timestamp:2025-10-28T00:50:20 -2025-10-28 09:50:21,067 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:50:54,656 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:50:54,657 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:50:54,793 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:50:54,841 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:54,841 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:54,842 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:54,842 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:54,842 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:54,842 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:54,843 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:54,843 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:54,869 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:54,919 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:54,971 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:55,022 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,023 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:55,075 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,075 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:55,075 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:50:55,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,693 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:50:55,694 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,694 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:50:55,745 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,797 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,797 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:55,797 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,797 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:55,797 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:50:55,798 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:50:55,833 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:50:55\nReference:1fa713f7-bdcf-474d-80d2-5e5c53168a47\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:50:55 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:50:55"). -2025-10-28 09:50:55,833 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:50:55 -Reference:1fa713f7-bdcf-474d-80d2-5e5c53168a47 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:50:55 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:50:55 -2025-10-28 09:50:55,833 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:51:27,478 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:51:27,479 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:51:27,583 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:51:27,613 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:27,613 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:27,613 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:27,613 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:51:27,614 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:27,614 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:51:27,614 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:27,614 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:51:27,624 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:27,676 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:27,728 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:51:27,780 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:27,780 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:51:27,832 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:27,832 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:51:27,832 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:51:28,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:51:28,417 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,417 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:51:28,468 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,520 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:51:28,520 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:51:28,521 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:51:28,548 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:51:28\nReference:0cdbf9bc-6b92-4edb-9cff-5a4a7b85ff80\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:51:28 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:51:28"). -2025-10-28 09:51:28,548 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:51:28 -Reference:0cdbf9bc-6b92-4edb-9cff-5a4a7b85ff80 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:51:28 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:51:28 -2025-10-28 09:51:28,548 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:52:00,822 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:52:00,822 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:52:00,920 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:52:00,946 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:00,946 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:00,946 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:00,947 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:00,947 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:00,947 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:00,948 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:00,948 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:00,967 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:01,018 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:01,070 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:01,122 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:01,122 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:01,174 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:01,174 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:01,174 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:52:01,381 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:01,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:52:01,957 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:01,958 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:52:02,008 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,059 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,060 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:02,061 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,061 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:02,061 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:02,094 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:52:01\nReference:b8cea4e6-f456-4d2d-808a-ea26664b8833\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:52:01 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-28T00:52:01"). -2025-10-28 09:52:02,094 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:52:01 -Reference:b8cea4e6-f456-4d2d-808a-ea26664b8833 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:52:01 TrackingId:068cabe4c16e4900ac4c625c72aeecf6_G15, SystemTracker:gateway5, Timestamp:2025-10-28T00:52:01 -2025-10-28 09:52:02,094 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:52:35,963 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:52:35,964 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:52:36,061 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:52:36,108 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:36,108 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:36,108 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:36,108 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:36,109 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,109 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:36,109 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,109 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:36,130 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:36,180 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:36,231 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:36,283 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,283 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:36,334 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,334 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:36,334 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:52:36,538 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,934 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:52:36,935 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:36,935 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:52:36,986 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,038 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:37,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,038 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:37,038 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:52:37,039 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:52:37,089 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:52:36\nReference:b8ad5dfc-c8bb-4e76-972b-f5e7480642d1\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:52:36 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:52:36"). -2025-10-28 09:52:37,090 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:52:36 -Reference:b8ad5dfc-c8bb-4e76-972b-f5e7480642d1 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:52:36 TrackingId:f4044c27ba534434ace7085a0235c1bd_G24, SystemTracker:gateway5, Timestamp:2025-10-28T00:52:36 -2025-10-28 09:52:37,090 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:53:11,214 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:53:11,215 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:53:11,295 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:53:11,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:11,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:11,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:11,322 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:11,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:11,323 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:11,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:11,323 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:11,334 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:11,385 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:11,437 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:11,488 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:11,488 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:11,540 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:11,540 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:11,541 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:53:11,747 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,074 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:53:12,074 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,074 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:53:12,125 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,178 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,178 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:12,178 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,178 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:12,178 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:12,179 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:12,183 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:53:11\nReference:90f86d96-6b78-46d9-9b5d-1c5d84b7893b\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:53:12 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:53:12"). -2025-10-28 09:53:12,184 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:53:11 -Reference:90f86d96-6b78-46d9-9b5d-1c5d84b7893b -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:53:12 TrackingId:c60a2d49ad134a6ab288fc33435307c2_G5, SystemTracker:gateway5, Timestamp:2025-10-28T00:53:12 -2025-10-28 09:53:12,184 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:53:42,296 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:53:42,298 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:53:42,358 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:53:42,373 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:42,373 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:42,373 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:42,374 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:42,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:42,374 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:42,374 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:42,374 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:42,382 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:42,433 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:42,485 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:42,536 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:42,536 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:42,588 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:42,589 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:42,589 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:53:42,796 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:53:43,244 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,244 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:53:43,296 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,347 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:53:43,348 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:53:43,371 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:53:42\nReference:6c23a682-bba8-48cf-8e50-779a70e43a7a\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:53:43 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:53:43"). -2025-10-28 09:53:43,372 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:53:42 -Reference:6c23a682-bba8-48cf-8e50-779a70e43a7a -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:53:43 TrackingId:9219d31a7c4a4d5baba27a33b359e3c1_G19, SystemTracker:gateway5, Timestamp:2025-10-28T00:53:43 -2025-10-28 09:53:43,372 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:54:14,308 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:54:14,308 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:54:14,408 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:54:14,429 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:14,430 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:14,430 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:14,430 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:14,431 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:14,431 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:14,431 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:14,431 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:14,457 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:14,508 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:14,560 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:14,613 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:14,613 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:14,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:14,665 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:14,665 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:54:14,872 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:54:15,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,289 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:54:15,341 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,392 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:15,393 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,394 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:15,394 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:15,432 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:54:14\nReference:f11d19d6-25ae-49d9-a7db-12555875f185\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:54:15 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:54:15"). -2025-10-28 09:54:15,432 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:54:14 -Reference:f11d19d6-25ae-49d9-a7db-12555875f185 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:54:15 TrackingId:f63c3867a84047af9a65e9c843abef8c_G9, SystemTracker:gateway5, Timestamp:2025-10-28T00:54:15 -2025-10-28 09:54:15,432 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:54:46,154 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:54:46,155 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:54:46,220 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:54:46,236 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:46,236 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:46,237 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:46,237 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:46,237 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:46,237 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:46,238 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:46,238 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:46,247 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:46,299 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:46,351 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:46,402 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:46,402 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:46,453 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:46,453 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:46,453 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:54:46,662 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,079 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:54:47,079 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,079 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:54:47,130 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:47,181 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,181 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:54:47,182 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:54:47,222 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:54:46\nReference:29465b17-0eb4-434d-9108-c3a444a3575c\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:54:46 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:54:46"). -2025-10-28 09:54:47,223 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:54:46 -Reference:29465b17-0eb4-434d-9108-c3a444a3575c -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:54:46 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:54:46 -2025-10-28 09:54:47,223 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:55:18,474 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:55:18,474 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:55:18,557 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:55:18,590 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:18,590 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:18,591 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:18,591 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:18,591 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:18,591 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:18,592 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:18,592 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:18,600 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:18,651 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:18,703 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:18,753 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:18,753 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:18,805 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:18,805 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:18,805 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:55:19,010 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,459 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:55:19,460 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,460 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:55:19,511 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:19,563 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:19,596 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:55:19\nReference:56f12c04-855b-4b01-8cce-9c559e1776aa\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:55:19 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-28T00:55:19"). -2025-10-28 09:55:19,597 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:55:19 -Reference:56f12c04-855b-4b01-8cce-9c559e1776aa -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:55:19 TrackingId:eb17ea27f2b648beac9e3f7659aa6edb_G4, SystemTracker:gateway5, Timestamp:2025-10-28T00:55:19 -2025-10-28 09:55:19,597 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:55:52,781 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:55:52,781 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:55:52,840 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:55:52,855 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:52,855 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:52,855 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:52,856 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:52,856 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:52,856 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:52,856 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:52,856 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:52,865 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:52,916 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:52,967 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:53,018 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:53,018 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:53,070 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:53,070 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:53,070 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:55:53,650 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,045 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:55:54,045 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,045 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:55:54,097 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:54,148 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:55:54,149 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:55:54,160 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:55:53\nReference:6be43e6c-1293-429e-95ad-4f7a1933fffd\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:55:53 TrackingId:61ab9501db4349b1920e23e2533cf7a3_G11, SystemTracker:gateway5, Timestamp:2025-10-28T00:55:53"). -2025-10-28 09:55:54,160 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:55:53 -Reference:6be43e6c-1293-429e-95ad-4f7a1933fffd -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:55:53 TrackingId:61ab9501db4349b1920e23e2533cf7a3_G11, SystemTracker:gateway5, Timestamp:2025-10-28T00:55:53 -2025-10-28 09:55:54,160 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:56:24,267 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:56:24,267 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:56:24,356 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:56:24,370 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:24,371 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:24,377 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:24,429 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:24,481 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:24,532 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:24,532 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:24,583 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:24,584 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:24,584 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:56:24,790 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,186 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:56:25,186 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,186 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:56:25,238 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,289 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:25,290 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:25,291 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,291 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:25,291 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,291 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:25,291 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:25,301 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:56:24\nReference:f9340612-0537-4ed2-994a-9910b37549f5\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:56:25 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:56:25"). -2025-10-28 09:56:25,301 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:56:24 -Reference:f9340612-0537-4ed2-994a-9910b37549f5 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:56:25 TrackingId:761f9de1d4ba4d3f9344a591dccc7a01_G31, SystemTracker:gateway5, Timestamp:2025-10-28T00:56:25 -2025-10-28 09:56:25,301 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:56:56,945 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:56:56,947 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:56:57,017 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:56:57,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,037 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,038 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,038 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:57,038 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,039 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:57,039 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,039 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:57,052 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,103 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,154 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:57,205 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,206 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:57,257 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,257 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:57,258 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:56:57,460 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,851 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:56:57,851 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,851 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:56:57,903 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:57,954 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:56:57,955 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:56:57,967 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:56:57\nReference:47f12f56-082b-4645-b1eb-a7a051480649\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:56:57 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:56:57"). -2025-10-28 09:56:57,968 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:56:57 -Reference:47f12f56-082b-4645-b1eb-a7a051480649 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:56:57 TrackingId:012583dc6d93478081f43549622f0d06_G29, SystemTracker:gateway5, Timestamp:2025-10-28T00:56:57 -2025-10-28 09:56:57,968 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:57:30,764 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:57:30,765 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:57:30,829 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:57:30,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:30,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:30,846 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:30,846 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:57:30,846 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:30,847 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:57:30,847 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:30,847 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:57:30,859 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:30,910 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:30,961 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:57:31,013 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,014 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:57:31,065 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,065 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:57:31,065 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:57:31,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:57:31,665 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,666 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:57:31,717 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,768 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:57:31,769 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:57:31,779 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:57:31\nReference:26afdbc7-814b-4b50-9544-73bf2a469ea9\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:57:31 TrackingId:a4c196cf95f6454fab3c975e69d49822_G2, SystemTracker:gateway5, Timestamp:2025-10-28T00:57:31"). -2025-10-28 09:57:31,780 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:57:31 -Reference:26afdbc7-814b-4b50-9544-73bf2a469ea9 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:57:31 TrackingId:a4c196cf95f6454fab3c975e69d49822_G2, SystemTracker:gateway5, Timestamp:2025-10-28T00:57:31 -2025-10-28 09:57:31,780 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:58:01,331 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:58:01,332 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:58:01,399 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:58:01,423 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:01,423 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:01,424 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:01,424 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:01,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:01,425 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:01,425 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:01,431 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:01,445 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:01,497 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:01,548 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:01,598 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:01,598 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:01,649 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:01,650 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:01,650 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:58:01,856 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,391 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:58:02,391 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,391 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:58:02,442 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,494 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,495 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:02,496 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,496 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:02,496 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:02,500 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:58:01\nReference:b9f1cee0-5d88-469b-8dd7-a59268601765\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:58:02 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:58:02"). -2025-10-28 09:58:02,500 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:58:01 -Reference:b9f1cee0-5d88-469b-8dd7-a59268601765 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:58:02 TrackingId:7e31c8d4222f4813b52d4636ec9caf46_G0, SystemTracker:gateway5, Timestamp:2025-10-28T00:58:02 -2025-10-28 09:58:02,500 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-28 09:58:36,820 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor '67a673f4-1ffb-46b9-8560-5e0ca6133c66' has claimed partition '0' -2025-10-28 09:58:36,820 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-28 09:58:36,917 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-28 09:58:36,968 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:36,969 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:36,969 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:36,969 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:36,969 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:36,969 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:36,970 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:36,970 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:36,989 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:37,040 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:37,091 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:37,142 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:37,143 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:37,194 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:37,194 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:37,194 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-28 09:58:37,399 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:37,905 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-28 09:58:37,905 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:37,906 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-28 09:58:37,956 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-28 09:58:38,007 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-28 09:58:38,052 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:58:37\nReference:2193cf38-9936-42ff-b4a6-bd7757d06192\nTrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-28T00:58:37 TrackingId:f4e8f6702ae942e492afd72bb88b4a40_G3, SystemTracker:gateway5, Timestamp:2025-10-28T00:58:37"). -2025-10-28 09:58:38,052 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:1c1b4201-aba8-4a03-9c12-4afee88bfdaf_B5, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-28T00:58:37 -Reference:2193cf38-9936-42ff-b4a6-bd7757d06192 -TrackingId:78364365-fce7-47be-b7ac-f9aafb1283bc_B5 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-28T00:58:37 TrackingId:f4e8f6702ae942e492afd72bb88b4a40_G3, SystemTracker:gateway5, Timestamp:2025-10-28T00:58:37 -2025-10-28 09:58:38,053 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance '67a673f4-1ffb-46b9-8560-5e0ca6133c66' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: diff --git a/logs/ai-python-restart.log b/logs/ai-python-restart.log deleted file mode 100644 index 710eed6..0000000 --- a/logs/ai-python-restart.log +++ /dev/null @@ -1,271 +0,0 @@ -INFO: Will watch for changes in these directories: ['/Users/jominseo/HGZero/ai-python'] -INFO: Uvicorn running on http://0.0.0.0:8086 (Press CTRL+C to quit) -INFO: Started reloader process [5213] using WatchFiles -INFO: Started server process [5216] -INFO: Waiting for application startup. -2025-10-27 16:56:26,595 - main - INFO - ============================================================ -2025-10-27 16:56:26,595 - main - INFO - AI Service (Python) 시작 - Port: 8086 -2025-10-27 16:56:26,595 - main - INFO - Claude Model: claude-3-5-sonnet-20241022 -2025-10-27 16:56:26,595 - main - INFO - Redis: 20.249.177.114:6379 -2025-10-27 16:56:26,595 - main - INFO - ============================================================ -2025-10-27 16:56:26,595 - main - INFO - Event Hub 리스너 백그라운드 시작... -2025-10-27 16:56:26,595 - app.services.eventhub_service - INFO - Event Hub 리스너 시작 -INFO: Application startup complete. -2025-10-27 16:56:26,694 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 16:56:26,694 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'd8ad9755-1457-4010-9b6e-5796106dddb1' is being started -2025-10-27 16:56:26,791 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:56:26,830 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:26,830 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:26,830 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:26,831 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:26,831 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:26,831 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:26,831 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:26,831 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:26,847 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:26,899 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:26,950 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:27,001 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,001 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,053 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,053 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,053 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:56:27,259 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,259 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,260 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,260 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,269 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,270 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,270 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,280 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,280 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,281 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,282 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,283 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'd8ad9755-1457-4010-9b6e-5796106dddb1' has claimed partition '0' -2025-10-27 16:56:27,283 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:56:27,351 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:56:27,369 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,369 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,369 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,370 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:27,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,370 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,370 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,370 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,384 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,436 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:27,489 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:27,539 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,539 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:27,590 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:27,591 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:27,591 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:56:27,797 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,219 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:56:28,219 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,219 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:56:28,271 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:28,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:28,323 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:28,356 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'd8ad9755-1457-4010-9b6e-5796106dddb1' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:56:27\nReference:2cf2b525-24ca-4693-99a0-364f8a5c24c9\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:56:28 TrackingId:4a8b6c79abe243a3a753b14892c87299_G10, SystemTracker:gateway5, Timestamp:2025-10-27T07:56:28"). -2025-10-27 16:56:28,357 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:56:27 -Reference:2cf2b525-24ca-4693-99a0-364f8a5c24c9 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:56:28 TrackingId:4a8b6c79abe243a3a753b14892c87299_G10, SystemTracker:gateway5, Timestamp:2025-10-27T07:56:28 -2025-10-27 16:56:28,357 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'd8ad9755-1457-4010-9b6e-5796106dddb1' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -INFO: 127.0.0.1:64478 - "GET / HTTP/1.1" 200 OK -INFO: 127.0.0.1:64540 - "OPTIONS /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 400 Bad Request -2025-10-27 16:56:58,387 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'd8ad9755-1457-4010-9b6e-5796106dddb1' has claimed partition '0' -2025-10-27 16:56:58,388 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:56:58,445 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:56:58,463 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:58,463 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:58,464 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:58,464 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:58,464 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:58,465 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:58,465 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:58,465 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:58,476 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:58,527 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:58,578 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:58,630 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:58,630 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:58,682 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:58,682 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:58,682 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:56:58,888 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,392 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:56:59,392 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,393 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:56:59,444 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,496 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,496 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:59,497 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,498 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:59,501 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:59,501 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:59,502 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:56:59,502 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:56:59,502 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,503 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:56:59,503 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,503 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:56:59,503 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:56:59,511 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'd8ad9755-1457-4010-9b6e-5796106dddb1' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:56:58\nReference:498e817b-ab02-4cb8-b89c-de104a008916\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:56:59 TrackingId:5adceb1c6eb94c568a0621f417ea3787_G21, SystemTracker:gateway5, Timestamp:2025-10-27T07:56:59"). -2025-10-27 16:56:59,511 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:56:58 -Reference:498e817b-ab02-4cb8-b89c-de104a008916 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:56:59 TrackingId:5adceb1c6eb94c568a0621f417ea3787_G21, SystemTracker:gateway5, Timestamp:2025-10-27T07:56:59 -2025-10-27 16:56:59,511 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'd8ad9755-1457-4010-9b6e-5796106dddb1' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -2025-10-27 16:57:01,004 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'main.py'. Reloading... -INFO: Shutting down -INFO: Waiting for application shutdown. -2025-10-27 16:57:01,147 - main - INFO - AI Service 종료 -INFO: Application shutdown complete. -INFO: Finished server process [5216] -2025-10-27 16:57:01,148 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'd8ad9755-1457-4010-9b6e-5796106dddb1' tasks have been cancelled. -2025-10-27 16:57:01,148 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'd8ad9755-1457-4010-9b6e-5796106dddb1' has been stopped. -2025-10-27 16:57:01,148 - app.services.redis_service - INFO - Redis 연결 종료 -INFO: Started server process [5285] -INFO: Waiting for application startup. -2025-10-27 16:57:01,645 - main - INFO - ============================================================ -2025-10-27 16:57:01,645 - main - INFO - AI Service (Python) 시작 - Port: 8086 -2025-10-27 16:57:01,645 - main - INFO - Claude Model: claude-3-5-sonnet-20241022 -2025-10-27 16:57:01,645 - main - INFO - Redis: 20.249.177.114:6379 -2025-10-27 16:57:01,645 - main - INFO - ============================================================ -2025-10-27 16:57:01,645 - main - INFO - Event Hub 리스너 백그라운드 시작... -2025-10-27 16:57:01,645 - app.services.eventhub_service - INFO - Event Hub 리스너 시작 -INFO: Application startup complete. -2025-10-27 16:57:01,680 - app.services.redis_service - INFO - Redis 연결 성공 -2025-10-27 16:57:01,680 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' is being started -2025-10-27 16:57:01,718 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:57:01,727 - watchfiles.main - INFO - 3 changes detected -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:01,733 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:01,744 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:01,795 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:01,846 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:01,898 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:01,898 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:01,948 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:01,949 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:01,949 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:57:02,164 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,164 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,164 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,164 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,175 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,175 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,176 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,176 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,191 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,191 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,191 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,191 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,191 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,192 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,193 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,193 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,193 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,194 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' has claimed partition '0' -2025-10-27 16:57:02,194 - azure.eventhub.aio._eventprocessor.event_processor - INFO - start ownership '0', checkpoint None -2025-10-27 16:57:02,272 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: None -> -2025-10-27 16:57:02,291 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,292 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,301 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,352 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:02,403 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:02,454 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,454 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:02,505 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:02,505 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:02,505 - azure.eventhub._pyamqp.aio._cbs_async - INFO - CBS completed opening with status: -2025-10-27 16:57:02,712 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Cannot get source or target. Detaching link -2025-10-27 16:57:03,217 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,217 - azure.eventhub._pyamqp.aio._session_async - ERROR - Unable to attach new link: ValueError('Invalid link') -2025-10-27 16:57:03,269 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,321 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,321 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:03,321 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,321 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:03,321 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._connection_async - INFO - Connection state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._session_async - INFO - Session state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link sender state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._management_link_async - INFO - Management link receiver state changed: -> -2025-10-27 16:57:03,322 - azure.eventhub._pyamqp.aio._link_async - INFO - Link state changed: -> -2025-10-27 16:57:03,363 - azure.eventhub.aio._eventprocessor.event_processor - WARNING - EventProcessor instance 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default'. An error occurred while receiving. The exception is ConnectionLostError("At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:02\nReference:e43740f8-3462-4cc1-8df9-3941156b9220\nTrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0\nSystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default\nTimestamp:2025-10-27T07:57:03 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:03"). -2025-10-27 16:57:03,363 - app.services.eventhub_service - ERROR - Event Hub 에러 - Partition: 0, Error: At least one receiver for the endpoint is created with epoch of '0', and so non-epoch receiver is not allowed. Either reconnect with a higher epoch, or make sure all epoch receivers are closed or disconnected. TrackingId:abd872e1-fef7-4e54-a3d1-655839f07e2f_B0, SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766, Timestamp:2025-10-27T07:57:02 -Reference:e43740f8-3462-4cc1-8df9-3941156b9220 -TrackingId:960af1bc-38da-483a-a249-fb509f7ba524_B0 -SystemTracker:hgzero-eventhub-ns:eventhub:hgzero-eventhub-name~32766|$default -Timestamp:2025-10-27T07:57:03 TrackingId:96b29734d6424cf6a253a767a1108d7d_G27, SystemTracker:gateway5, Timestamp:2025-10-27T07:57:03 -2025-10-27 16:57:03,363 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor instance 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' of eventhub 'hgzero-eventhub-name' partition '0' consumer group '$Default' is being closed. Reason is: -INFO: Shutting down -INFO: Waiting for application shutdown. -2025-10-27 16:57:10,125 - main - INFO - AI Service 종료 -INFO: Application shutdown complete. -INFO: Finished server process [5285] -2025-10-27 16:57:10,126 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' tasks have been cancelled. -2025-10-27 16:57:10,126 - azure.eventhub.aio._eventprocessor.event_processor - INFO - EventProcessor 'eaf4d6e1-1d77-4786-a0c5-46a0fb009df7' has been stopped. -2025-10-27 16:57:10,126 - app.services.redis_service - INFO - Redis 연결 종료 -INFO: Stopping reloader process [5213] diff --git a/logs/ai-python.log b/logs/ai-python.log deleted file mode 100644 index 26bc8ba..0000000 --- a/logs/ai-python.log +++ /dev/null @@ -1,385 +0,0 @@ -INFO: Will watch for changes in these directories: ['/Users/jominseo/HGZero/ai-python'] -INFO: Uvicorn running on http://0.0.0.0:8087 (Press CTRL+C to quit) -INFO: Started reloader process [32757] using WatchFiles -INFO: Started server process [32759] -INFO: Waiting for application startup. -INFO: Application startup complete. -INFO: 127.0.0.1:49960 - "GET /health HTTP/1.1" 200 OK -INFO: 127.0.0.1:52590 - "GET /health HTTP/1.1" 200 OK -INFO: 127.0.0.1:54439 - "POST /api/v1/transcripts/consolidate HTTP/1.1" 422 Unprocessable Content -2025-10-28 16:43:13,742 - watchfiles.main - INFO - 28 changes detected -WARNING: WatchFiles detected changes in 'app/__init__.py', 'app/services/__init__.py', 'app/prompts/consolidate_prompt.py', 'app/models/transcript.py', 'app/models/response.py', 'app/models/keyword.py', 'app/services/transcript_service.py', 'main.py', 'app/services/claude_service.py', 'app/api/v1/transcripts.py', 'app/models/__init__.py', 'app/models/todo.py', 'app/services/eventhub_service.py', 'app/services/redis_service.py', 'app/config.py', 'app/api/__init__.py', 'app/api/v1/suggestions.py', 'app/api/v1/__init__.py'. Reloading... -INFO: Shutting down -INFO: Waiting for application shutdown. -INFO: Application shutdown complete. -INFO: Finished server process [32759] -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:43:14,368 - watchfiles.main - INFO - 3 changes detected -2025-10-28 16:45:19,161 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'main.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:45:36,697 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'app/api/v1/suggestions.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:45:46,675 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'main.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' - 127.0.0.1:51583 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51605 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51636 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51648 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51669 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51691 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51724 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51742 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51772 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51793 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51811 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51835 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51855 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51875 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51901 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51927 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51950 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:51980 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52006 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52021 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52049 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52077 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52095 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52130 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52157 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52179 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52225 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52249 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52284 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52316 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52343 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52369 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52393 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52420 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52435 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52457 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52493 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52529 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52581 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52633 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52666 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52716 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52770 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52812 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52859 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52902 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52940 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:52966 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53029 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53081 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53123 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53173 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53201 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53251 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53286 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53331 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53365 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53389 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53440 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53465 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53485 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53523 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53562 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53588 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53626 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53662 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53696 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53728 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53778 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53820 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53865 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53903 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53944 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53964 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:53984 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54017 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54035 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54057 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54079 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54105 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54135 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54177 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54227 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54249 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54269 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54301 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54324 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54370 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54411 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54460 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54483 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54510 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54534 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54558 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54583 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54606 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54636 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54656 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54677 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54701 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54721 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54748 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54767 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54788 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54817 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54839 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54859 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54883 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54895 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54933 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54962 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:54988 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55020 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55042 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55070 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55090 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55129 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55155 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55208 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55229 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55260 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55273 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55317 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55351 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55365 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55388 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55420 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55444 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55466 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55484 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55503 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55526 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55544 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55579 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55597 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55632 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55639 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55666 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55684 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55708 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55735 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55765 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55781 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55812 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55838 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55862 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55888 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55926 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55942 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:55981 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56251 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56299 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56329 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56354 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56370 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56397 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56419 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56444 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56483 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56502 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56530 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56551 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56573 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56595 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56634 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56682 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56721 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56802 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56827 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56844 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56882 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56921 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:56953 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57003 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57025 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57054 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57079 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57099 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57127 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57153 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57200 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -INFO: 127.0.0.1:57223 - "GET /api/v1/ai/suggestions/meetings/test-meeting-001/stream HTTP/1.1" 404 Not Found -2025-10-28 16:43:13,721 - watchfiles.main - INFO - 28 changes detected -WARNING: WatchFiles detected changes in 'app/models/keyword.py', 'app/api/v1/__init__.py', 'app/config.py', 'main.py', 'app/services/transcript_service.py', 'app/services/eventhub_service.py', 'app/services/claude_service.py', 'app/models/transcript.py', 'app/api/v1/transcripts.py', 'app/services/redis_service.py', 'app/api/v1/suggestions.py', 'app/__init__.py', 'app/models/todo.py', 'app/models/response.py', 'app/services/__init__.py', 'app/prompts/consolidate_prompt.py', 'app/models/__init__.py', 'app/api/__init__.py'. Reloading... -INFO: Shutting down -INFO: Waiting for application shutdown. -INFO: Application shutdown complete. -INFO: Finished server process [32637] -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:43:14,362 - watchfiles.main - INFO - 3 changes detected -2025-10-28 16:45:19,160 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'main.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:45:36,697 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'app/api/v1/suggestions.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' -2025-10-28 16:45:46,663 - watchfiles.main - INFO - 3 changes detected -WARNING: WatchFiles detected changes in 'main.py'. Reloading... -Traceback (most recent call last): - File "", line 1, in - from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=5, pipe_handle=7) - ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 122, in spawn_main - exitcode = _main(fd, parent_sentinel) - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 131, in _main - prepare(preparation_data) - ~~~~~~~^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 246, in prepare - _fixup_main_from_path(data['init_main_from_path']) - ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/opt/homebrew/Cellar/python@3.13/3.13.7/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/spawn.py", line 297, in _fixup_main_from_path - main_content = runpy.run_path(main_path, - run_name="__mp_main__") - File "", line 287, in run_path - File "", line 98, in _run_module_code - File "", line 88, in _run_code - File "/Users/jominseo/HGZero/ai-python/main.py", line 9, in - from app.config import get_settings -ModuleNotFoundError: No module named 'app.config' diff --git a/logs/ai.log b/logs/ai.log deleted file mode 100644 index d19237f..0000000 --- a/logs/ai.log +++ /dev/null @@ -1,1719 +0,0 @@ -2025-10-23 16:16:33 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 31984 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:16:33 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:16:33 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:16:34 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:16:34 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:16:34 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:16:34 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:16:34 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:16:34 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 774 ms -2025-10-23 16:16:34 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:16:34 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:16:34 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@2e4339c1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@62dc1203 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@35d0749 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@621a387f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@552088cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@57eed461 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3c62f69a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@32c6d164 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@32c6d164 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@74a1d60e -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 16:16:34 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-23 16:16:34 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:16:34 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:16:36 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 16:16:36 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:16:36 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:16:36 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 16:16:36 [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-23 16:16:36 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted -2025-10-23 16:22:36 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 32732 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:22:36 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:22:36 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 4 ms. Found 0 JPA repository interfaces. -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:22:36 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:22:37 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:22:37 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:22:37 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:22:37 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:22:37 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 748 ms -2025-10-23 16:22:37 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:22:37 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:22:37 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@f08f8a9 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@5ebf776c -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@7fd3fd06 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@54ae1240 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1c2b65cc -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@390a7532 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@595184d8 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@7d49a1a0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@3a0baec0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@50c2ef56 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@560d6d2 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@3514237f -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@520ee6b3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@15f11bfb -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@16a499d1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2bf4fa1 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@27210a3b -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@3a12f3e7 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@84a9f65 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@70700b8a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@5fafa76d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@720ffab4 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2e62e227 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@5ebe903a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@7c88d04f -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@71df5f30 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@4895e8f6 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@62808e9e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@58b03029 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@539dd2d0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@3428420d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@523ade68 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@b529d7e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3664c596 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@40aad17d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@44e79e9e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5bc14211 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4b99648a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@5d2e65bd -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@254513e8 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@74450c9b -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@74f89bad -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@5ad50b02 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@570299e3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@bff764c -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3beaa16d -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@49153009 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@a1b7549 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@7aa63f50 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@142918a0 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@745cf754 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@25bc65ab -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@6eab92f3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@321b7b9e -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@21eedcde -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@67396475 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@55b74e6b -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@3c1908c8 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@26f204a4 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@26f204a4 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@25c6ab3f -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-23 16:22:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 16:22:37 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:22:37 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:22:38 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 16:22:38 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:22:38 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:22:38 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 16:22:38 [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-23 16:22:38 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted -2025-10-23 16:22:46 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 32743 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:22:46 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:22:46 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:22:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:22:47 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:22:47 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:22:47 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:22:47 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:22:47 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 665 ms -2025-10-23 16:22:47 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:22:47 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:22:47 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1805ca5c -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1805ca5c -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4822ab4d -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@309e3f34 -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@554d040d -2025-10-23 16:22:47 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@3fe24670 -2025-10-23 16:22:47 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:22:47 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:22:49 [main] WARN o.h.e.j.e.i.JdbcEnvironmentInitiator - HHH000342: Could not obtain connection to query metadata -java.lang.NullPointerException: Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null - at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:116) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:290) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -2025-10-23 16:22:49 [main] ERROR o.s.o.j.LocalContainerEntityManagerFactoryBean - Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:22:49 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) -2025-10-23 16:22:49 [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] -2025-10-23 16:22:49 [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-23 16:22:49 [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]: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1788) - 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:952) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624) - 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.ai.AiApplication.main(AiApplication.java:20) -Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:276) - 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:1835) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1784) - ... 15 common frames omitted -Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.determineDialect(DialectFactoryImpl.java:191) - at org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl.buildDialect(DialectFactoryImpl.java:87) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentWithDefaults(JdbcEnvironmentInitiator.java:152) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:362) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:123) - at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:77) - at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130) - at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263) - ... 30 common frames omitted -2025-10-23 16:26:24 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 34004 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:26:24 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:26:24 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:26:24 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:26:24 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:26:24 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:26:24 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:26:24 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:26:24 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 766 ms -2025-10-23 16:26:25 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:26:25 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:26:25 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@29a1ec65 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@29a1ec65 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@25e796fe -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@62c53685 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@608eb42e -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@3d2b13b1 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@30eb55c9 -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@2524d07a -2025-10-23 16:26:25 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:26:25 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:26:25 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5daa621b -2025-10-23 16:26:25 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-23 16:26:25 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@3dad8bde) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@301f9aa0) -2025-10-23 16:26:25 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@2f82e3cf) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@3a44993c) -2025-10-23 16:26:25 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-23 16:26:25 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@74bcf1ab -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@74bcf1ab -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@29a1ec65` -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:26:25 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:26:25 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@634d3439] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@44e0c3d] -2025-10-23 16:26:25 [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-23 16:26:25 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@634d3439] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@789f5552] -2025-10-23 16:26:25 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@789f5552] for TypeConfiguration -2025-10-23 16:26:25 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:26:25 [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-23 16:26:25 [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-23 16:26:26 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: cb35ada4-c577-4419-9d87-203b169fcd2b - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-23 16:26:26 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-23 16:26:26 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-23 16:26:26 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@21d85933, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@250c5892, org.springframework.security.web.context.SecurityContextHolderFilter@127c5f20, org.springframework.security.web.header.HeaderWriterFilter@3392d69b, org.springframework.web.filter.CorsFilter@238fcafa, org.springframework.security.web.csrf.CsrfFilter@43baf0b9, org.springframework.security.web.authentication.logout.LogoutFilter@399e43d0, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3479b4cd, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@30bd925c, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@45e931a9, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2c59b9f4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4447c594, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@35f79e6d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@269bf9e6, org.springframework.security.web.access.ExceptionTranslationFilter@3b256d50, org.springframework.security.web.access.intercept.AuthorizationFilter@1bb5dce0] -2025-10-23 16:26:26 [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-23 16:26:26 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:26:26 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@789f5552] for TypeConfiguration -2025-10-23 16:26:26 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@2a0cc666] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@789f5552] -2025-10-23 16:26:26 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-23 16:26:26 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-23 16:26:26 [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-23 16:26:26 [main] ERROR o.s.b.d.LoggingFailureAnalysisReporter - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Web server failed to start. Port 8084 was already in use. - -Action: - -Identify and stop the process that's listening on port 8084 or configure this application to listen on another port. - -2025-10-23 16:36:31 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 34472 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:36:31 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:36:31 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:36:31 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:36:32 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:36:32 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:36:32 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:36:32 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:36:32 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 760 ms -2025-10-23 16:36:32 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:36:32 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:36:32 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@6bc62bb9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@47f0e078 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@28db2afb -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@5c703860 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@6315bb4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@7e1fb22c -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7e1fb22c -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@511d568f -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@1805ca5c -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@3134b261 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@aa633e6 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3cc74fc4 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@c697186 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@185a7dd0 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@2358443e -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@25e796fe -2025-10-23 16:36:32 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:36:32 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:36:32 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@77e5c765 -2025-10-23 16:36:32 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-23 16:36:32 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@7f2542f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@3dad8bde) -2025-10-23 16:36:32 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@301f9aa0) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@2f82e3cf) -2025-10-23 16:36:32 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-23 16:36:32 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@6e5b3642 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@6e5b3642 -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@7e1fb22c` -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:36:32 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:36:32 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@d641499] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@634d3439] -2025-10-23 16:36: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-23 16:36:32 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@d641499] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@70d16858] -2025-10-23 16:36:32 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@70d16858] for TypeConfiguration -2025-10-23 16:36:32 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:36:32 [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-23 16:36: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-23 16:36:33 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 50b70b4d-6689-4fc9-ba40-280706bc4ae9 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-23 16:36:33 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-23 16:36:33 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-23 16:36:33 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@54c76c23, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@48fbb1bc, org.springframework.security.web.context.SecurityContextHolderFilter@7c4663ec, org.springframework.security.web.header.HeaderWriterFilter@1a6e940b, org.springframework.web.filter.CorsFilter@48f6f272, org.springframework.security.web.csrf.CsrfFilter@7b59f3aa, org.springframework.security.web.authentication.logout.LogoutFilter@1b3ba1e3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7a62e096, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@d4594a8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@2fd2a6a4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3c1133ad, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@eb7d4ba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69959ea5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@401b7109, org.springframework.security.web.access.ExceptionTranslationFilter@10387d6d, org.springframework.security.web.access.intercept.AuthorizationFilter@51535304] -2025-10-23 16:36:33 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8084 (http) with context path '/' -2025-10-23 16:36:33 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 2.334 seconds (process running for 2.598) -2025-10-23 16:36:33 [RMI TCP Connection(3)-127.0.0.1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-23 16:36:33 [RMI TCP Connection(3)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-23 16:36:33 [RMI TCP Connection(3)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-23 16:36:34 [boundedElastic-1] WARN o.s.b.a.d.r.RedisReactiveHealthIndicator - Redis health check failed -org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1847) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1778) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1580) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.lambda$getConnection$0(LettuceConnectionFactory.java:1560) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.doInLock(LettuceConnectionFactory.java:1521) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1557) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedReactiveConnection(LettuceConnectionFactory.java:1268) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:1143) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:119) - at reactor.core.publisher.MonoSupplier.call(MonoSupplier.java:67) - at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:228) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) - at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) - at java.base/java.lang.Thread.run(Thread.java:1575) -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:1776) - ... 16 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:1407) - 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:918) - 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:994) - 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-23 16:37:06 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:37:06 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@70d16858] for TypeConfiguration -2025-10-23 16:37:06 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@25f82b95] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@70d16858] -2025-10-23 16:37:06 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-23 16:37:06 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-23 16:37:20 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 34509 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 16:37:20 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 16:37:20 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 16:37:20 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 16:37:21 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 16:37:21 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 16:37:21 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 16:37:21 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 16:37:21 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1008 ms -2025-10-23 16:37:21 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 16:37:21 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 16:37:21 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@4682882a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@37fffef3 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@6a116354 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@66716959 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@34e07e65 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@7ca0166c -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1dcad16f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@701c482e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@4738131e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@3b576ee3 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@705d914f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6212ea52 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@65b5b5ed -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@6595ffce -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@795eddda -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@c6bf8d9 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@44392e64 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@e18d2a2 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@1a77eb6 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@52d9f36b -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@5f9ebd5a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@175bf9c9 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2db3675a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@306c9b2c -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1ab28416 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@52efb338 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@64508788 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@30b1c5d5 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@740ee00f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@740ee00f -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@3cc74fc4 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@c697186 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@2358443e -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@25e796fe -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@62c53685 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@29ba63f0 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@4822ab4d -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@516b84d1 -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@1ad1f167 -2025-10-23 16:37:21 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 16:37:21 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 16:37:21 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@187df588 -2025-10-23 16:37:21 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-23 16:37:21 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6b6606d1) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@27605b87) -2025-10-23 16:37:21 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@1fc4483f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@1d7af82) -2025-10-23 16:37:21 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-23 16:37:21 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@7a17ffee -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@7a17ffee -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@740ee00f` -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:37:21 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 16:37:21 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@56820446] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2259d54f] -2025-10-23 16:37: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-23 16:37:22 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@56820446] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@20505460] -2025-10-23 16:37:22 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@20505460] for TypeConfiguration -2025-10-23 16:37:22 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:37:22 [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-23 16:37:22 [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-23 16:37:23 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 03e3ea48-0543-4999-a8f9-141bf8ffb852 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-23 16:37:23 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-23 16:37:23 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-23 16:37:23 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@48f6f272, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2fd2a6a4, org.springframework.security.web.context.SecurityContextHolderFilter@296c0293, org.springframework.security.web.header.HeaderWriterFilter@511cc6fc, org.springframework.web.filter.CorsFilter@401b7109, org.springframework.security.web.csrf.CsrfFilter@4fb53b76, org.springframework.security.web.authentication.logout.LogoutFilter@674687b3, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@478d1193, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5c452eb5, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@55785ee7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@49d4a2cf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3237522b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7da3d617, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2ae25358, org.springframework.security.web.access.ExceptionTranslationFilter@7e822c11, org.springframework.security.web.access.intercept.AuthorizationFilter@346d441a] -2025-10-23 16:37:23 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8084 (http) with context path '/' -2025-10-23 16:37:23 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 3.365 seconds (process running for 3.688) -2025-10-23 16:37:23 [RMI TCP Connection(4)-127.0.0.1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-23 16:37:23 [RMI TCP Connection(4)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-23 16:37:23 [RMI TCP Connection(4)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-23 16:37:24 [boundedElastic-1] WARN o.s.b.a.d.r.RedisReactiveHealthIndicator - Redis health check failed -org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1847) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1778) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1580) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.lambda$getConnection$0(LettuceConnectionFactory.java:1560) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.doInLock(LettuceConnectionFactory.java:1521) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1557) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedReactiveConnection(LettuceConnectionFactory.java:1268) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:1143) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:119) - at reactor.core.publisher.MonoSupplier.call(MonoSupplier.java:67) - at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:228) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) - at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) - at java.base/java.lang.Thread.run(Thread.java:1575) -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:1776) - ... 16 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:1407) - 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:918) - 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:994) - 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-23 16:37:29 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 16:37:29 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@20505460] for TypeConfiguration -2025-10-23 16:37:29 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@1d9c4491] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@20505460] -2025-10-23 16:37:29 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-23 16:37:29 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-23 17:10:40 [main] INFO com.unicorn.hgzero.ai.AiApplication - Starting AiApplication using Java 23.0.2 with PID 43872 (/Users/jominseo/HGZero/ai/build/classes/java/main started by jominseo in /Users/jominseo/HGZero) -2025-10-23 17:10:40 [main] DEBUG com.unicorn.hgzero.ai.AiApplication - Running with Spring Boot v3.3.0, Spring v6.1.8 -2025-10-23 17:10:40 [main] INFO com.unicorn.hgzero.ai.AiApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 3 ms. Found 0 JPA repository interfaces. -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-23 17:10:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 0 ms. Found 0 Redis repository interfaces. -2025-10-23 17:10:41 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-23 17:10:41 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-23 17:10:41 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24] -2025-10-23 17:10:41 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-23 17:10:41 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 776 ms -2025-10-23 17:10:41 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-23 17:10:41 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.2.Final -2025-10-23 17:10:41 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3e2d65e1 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@1174676f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@71f8ce0e -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@4fd92289 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@1a8e44fe -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@287317df -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@1fcc3461 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@1987807b -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@71469e01 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@41bbb219 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@3f2ae973 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1a8b22b5 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5f781173 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@43cf5bff -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@2b464384 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@681b42d3 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@77f7352a -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@4ede8888 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@571db8b4 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@65a2755e -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@2b3242a5 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@11120583 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2bf0c70d -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@5d8e4fa8 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@649009d6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@652f26da -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@484a5ddd -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6796a873 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@3acc3ee -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@1f293cb7 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5972e3a -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@5790cbcb -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@32c6d164 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@645c9f0f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@58068b40 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@999cd18 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@dd060be -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@df432ec -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@6144e499 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@26f204a4 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@28295554 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4e671ef -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@42403dc6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@74a1d60e -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@16c0be3b -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@219edc05 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@62f37bfd -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@1818d00b -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@b3a8455 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@5c930fc3 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@25c6ab3f -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@7b80af04 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@2447940d -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@60ee7a51 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@70e1aa20 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@e67d3b7 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@1618c98a -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@5b715ea -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@787a0fd6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@48b09105 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@18b45500 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@25110bb9 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@dbda472 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@41492479 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@7bef7505 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@568ef502 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@36f05595 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@3c46e6f6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3c46e6f6 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@1c79d093 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@746fd19b -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@61d7bb61 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@33f81280 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@3991fe6d -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@3a0e7f89 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@665ed71a -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@15c1b543 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@23954300 -2025-10-23 17:10:41 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-23 17:10:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-23 17:10:41 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5f5c0eda -2025-10-23 17:10:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-23 17:10:41 [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-23 17:10:41 [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-23 17:10:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-23 17:10:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@e460ca1 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@e460ca1 -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@3c46e6f6` -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 17:10:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-23 17:10:41 [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-23 17:10: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-23 17:10:41 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@268e30d4] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@263f6e96] -2025-10-23 17:10:41 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@263f6e96] for TypeConfiguration -2025-10-23 17:10:41 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 17:10: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-23 17:10: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-23 17:10:42 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 4d9e182a-5838-4fd3-8e57-70219ebe9076 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-23 17:10:42 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-23 17:10:42 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-23 17:10:42 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@23d1090, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@46c6541f, org.springframework.security.web.context.SecurityContextHolderFilter@67744663, org.springframework.security.web.header.HeaderWriterFilter@1a2bcce1, org.springframework.web.filter.CorsFilter@aba3735, org.springframework.security.web.csrf.CsrfFilter@417c9b17, org.springframework.security.web.authentication.logout.LogoutFilter@75b598a5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@401b7109, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@24a024c8, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@16bba8ae, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7f36b021, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@387cd426, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6295cc30, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7c689379, org.springframework.security.web.access.ExceptionTranslationFilter@ae5eeee, org.springframework.security.web.access.intercept.AuthorizationFilter@431bf770] -2025-10-23 17:10:42 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8084 (http) with context path '/' -2025-10-23 17:10:42 [main] INFO com.unicorn.hgzero.ai.AiApplication - Started AiApplication in 2.293 seconds (process running for 2.491) -2025-10-23 17:10:42 [RMI TCP Connection(1)-127.0.0.1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-23 17:10:42 [RMI TCP Connection(1)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-23 17:10:42 [RMI TCP Connection(1)-127.0.0.1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-23 17:10:42 [boundedElastic-1] WARN o.s.b.a.d.r.RedisReactiveHealthIndicator - Redis health check failed -org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1847) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1778) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1580) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.lambda$getConnection$0(LettuceConnectionFactory.java:1560) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.doInLock(LettuceConnectionFactory.java:1521) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1557) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedReactiveConnection(LettuceConnectionFactory.java:1268) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:1143) - at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:119) - at reactor.core.publisher.MonoSupplier.call(MonoSupplier.java:67) - at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:228) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) - at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) - at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) - at java.base/java.lang.Thread.run(Thread.java:1575) -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:1776) - ... 16 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:1407) - 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:918) - 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:994) - 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-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui.html -2025-10-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.s.w.s.HttpSessionRequestCache - Saved request http://localhost:8084/swagger-ui.html?continue to session -2025-10-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@49c72fb7, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@7d91e9c9 -2025-10-23 17:11:28 [http-nio-8084-exec-1] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 17:11:28 [http-nio-8084-exec-2] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 17:11:28 [http-nio-8084-exec-3] DEBUG o.s.security.web.FilterChainProxy - Securing GET /favicon.ico -2025-10-23 17:11:28 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 17:11:28 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@49c72fb7, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 17:11:28 [http-nio-8084-exec-3] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@7d91e9c9 -2025-10-23 17:11:28 [http-nio-8084-exec-3] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 17:11:28 [http-nio-8084-exec-4] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.security.web.FilterChainProxy - Securing GET /swagger-ui.html -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.s.w.s.HttpSessionRequestCache - Saved request http://localhost:8084/swagger-ui.html?continue to session -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@49c72fb7, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@7d91e9c9 -2025-10-23 17:11:43 [http-nio-8084-exec-5] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 17:11:43 [http-nio-8084-exec-6] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 17:11:43 [http-nio-8084-exec-7] DEBUG o.s.security.web.FilterChainProxy - Securing GET /favicon.ico -2025-10-23 17:11:43 [http-nio-8084-exec-7] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-23 17:11:43 [http-nio-8084-exec-7] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Trying to match using And [Not [RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@49c72fb7, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]] -2025-10-23 17:11:43 [http-nio-8084-exec-7] DEBUG o.s.s.w.a.DelegatingAuthenticationEntryPoint - Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@7d91e9c9 -2025-10-23 17:11:43 [http-nio-8084-exec-7] DEBUG o.s.s.web.DefaultRedirectStrategy - Redirecting to http://localhost:8084/login -2025-10-23 17:11:43 [http-nio-8084-exec-8] DEBUG o.s.security.web.FilterChainProxy - Securing GET /login -2025-10-23 17:12:37 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-23 17:12:37 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@263f6e96] for TypeConfiguration -2025-10-23 17:12:37 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@7aa91cdd] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@263f6e96] -2025-10-23 17:12:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-23 17:12:37 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. diff --git a/logs/api-test-result.log b/logs/api-test-result.log deleted file mode 100644 index 7ddd961..0000000 --- a/logs/api-test-result.log +++ /dev/null @@ -1,2 +0,0 @@ -curl: option : blank argument where content is expected -curl: try 'curl --help' or 'curl --manual' for more information diff --git a/logs/meeting-service.log b/logs/meeting-service.log deleted file mode 100644 index 7635663..0000000 --- a/logs/meeting-service.log +++ /dev/null @@ -1,3 +0,0 @@ -[INFO] Project root: /Users/jominseo/HGZero -[INFO] Reading run configuration files... -[ERROR] No execution configurations found diff --git a/logs/stt-restart.log b/logs/stt-restart.log deleted file mode 100644 index 7635663..0000000 --- a/logs/stt-restart.log +++ /dev/null @@ -1,3 +0,0 @@ -[INFO] Project root: /Users/jominseo/HGZero -[INFO] Reading run configuration files... -[ERROR] No execution configurations found diff --git a/logs/stt-service.log b/logs/stt-service.log deleted file mode 100644 index 7635663..0000000 --- a/logs/stt-service.log +++ /dev/null @@ -1,3 +0,0 @@ -[INFO] Project root: /Users/jominseo/HGZero -[INFO] Reading run configuration files... -[ERROR] No execution configurations found diff --git a/logs/user-service.log b/logs/user-service.log deleted file mode 100644 index 5daed74..0000000 --- a/logs/user-service.log +++ /dev/null @@ -1,344 +0,0 @@ -> Task :common:generateEffectiveLombokConfig UP-TO-DATE -> Task :common:compileJava UP-TO-DATE -> Task :common:processResources NO-SOURCE -> Task :common:classes UP-TO-DATE -> Task :common:jar UP-TO-DATE -> Task :user:generateEffectiveLombokConfig UP-TO-DATE -> Task :user:compileJava UP-TO-DATE -> Task :user:processResources -> Task :user:classes -> Task :user:resolveMainClassName - -> Task :user:bootRun - - . ____ _ __ _ _ - /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ -( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ - \\/ ___)| |_)| | | | | || (_| | ) ) ) ) - ' |____| .__|_| |_|_| |_\__, | / / / / - =========|_|==============|___/=/_/_/_/ - - :: Spring Boot :: (v3.3.5) - -2025-10-25 13:26:51 - Starting UserApplication using Java 21.0.8 with PID 81570 (/Users/daewoong/home/workspace/HGZero/user/build/classes/java/main started by daewoong in /Users/daewoong/home/workspace/HGZero/user) -2025-10-25 13:26:51 - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-25 13:26:51 - The following 1 profile is active: "dev" -2025-10-25 13:26:52 - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-25 13:26:52 - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-25 13:26:52 - Finished Spring Data repository scanning in 57 ms. Found 1 JPA repository interface. -2025-10-25 13:26:52 - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-25 13:26:52 - Bootstrapping Spring Data LDAP repositories in DEFAULT mode. -2025-10-25 13:26:52 - Spring Data LDAP - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.user.repository.jpa.UserRepository; If you want this repository to be a LDAP repository, consider annotating your entities with one of these annotations: org.springframework.ldap.odm.annotations.Entry (preferred), or consider extending one of the following types with your repository: org.springframework.data.ldap.repository.LdapRepository -2025-10-25 13:26:52 - Finished Spring Data repository scanning in 2 ms. Found 0 LDAP repository interfaces. -2025-10-25 13:26:52 - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-25 13:26:52 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-25 13:26:52 - Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.unicorn.hgzero.user.repository.jpa.UserRepository; 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-25 13:26:52 - Finished Spring Data repository scanning in 1 ms. Found 0 Redis repository interfaces. -2025-10-25 13:26:52 - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. -2025-10-25 13:26:52 - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. -2025-10-25 13:26:52 - Tomcat initialized with port 8081 (http) -2025-10-25 13:26:52 - Starting service [Tomcat] -2025-10-25 13:26:52 - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-25 13:26:52 - Initializing Spring embedded WebApplicationContext -2025-10-25 13:26:52 - Root WebApplicationContext: initialization completed in 999 ms -2025-10-25 13:26:52 - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-25 13:26:52 - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-25 13:26:52 - HHH000026: Second-level cache disabled -2025-10-25 13:26:52 - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3de383f7 -2025-10-25 13:26:52 - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3de383f7 -2025-10-25 13:26:52 - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3de383f7 -2025-10-25 13:26:52 - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@33ccead -2025-10-25 13:26:52 - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@33ccead -2025-10-25 13:26:52 - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@42ebece0 -2025-10-25 13:26:52 - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@42ebece0 -2025-10-25 13:26:52 - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@15c4b1a4 -2025-10-25 13:26:52 - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@15c4b1a4 -2025-10-25 13:26:52 - Adding type registration byte -> org.hibernate.type.BasicTypeReference@341964d0 -2025-10-25 13:26:52 - Adding type registration byte -> org.hibernate.type.BasicTypeReference@341964d0 -2025-10-25 13:26:52 - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@341964d0 -2025-10-25 13:26:52 - Adding type registration binary -> org.hibernate.type.BasicTypeReference@51b59d58 -2025-10-25 13:26:52 - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@51b59d58 -2025-10-25 13:26:52 - Adding type registration [B -> org.hibernate.type.BasicTypeReference@51b59d58 -2025-10-25 13:26:52 - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4ca4f762 -2025-10-25 13:26:52 - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4ca4f762 -2025-10-25 13:26:52 - Adding type registration image -> org.hibernate.type.BasicTypeReference@7c5d36c3 -2025-10-25 13:26:52 - Adding type registration blob -> org.hibernate.type.BasicTypeReference@31de27c -2025-10-25 13:26:52 - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@31de27c -2025-10-25 13:26:52 - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@7ebfe01a -2025-10-25 13:26:52 - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@154b0748 -2025-10-25 13:26:52 - Adding type registration short -> org.hibernate.type.BasicTypeReference@35c00c -2025-10-25 13:26:52 - Adding type registration short -> org.hibernate.type.BasicTypeReference@35c00c -2025-10-25 13:26:52 - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@35c00c -2025-10-25 13:26:52 - Adding type registration integer -> org.hibernate.type.BasicTypeReference@6cd7dc74 -2025-10-25 13:26:52 - Adding type registration int -> org.hibernate.type.BasicTypeReference@6cd7dc74 -2025-10-25 13:26:52 - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@6cd7dc74 -2025-10-25 13:26:52 - Adding type registration long -> org.hibernate.type.BasicTypeReference@6d695ec4 -2025-10-25 13:26:52 - Adding type registration long -> org.hibernate.type.BasicTypeReference@6d695ec4 -2025-10-25 13:26:52 - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@6d695ec4 -2025-10-25 13:26:52 - Adding type registration float -> org.hibernate.type.BasicTypeReference@20556566 -2025-10-25 13:26:52 - Adding type registration float -> org.hibernate.type.BasicTypeReference@20556566 -2025-10-25 13:26:52 - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@20556566 -2025-10-25 13:26:52 - Adding type registration double -> org.hibernate.type.BasicTypeReference@e4ef4c0 -2025-10-25 13:26:52 - Adding type registration double -> org.hibernate.type.BasicTypeReference@e4ef4c0 -2025-10-25 13:26:52 - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@e4ef4c0 -2025-10-25 13:26:52 - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@5ca8bd01 -2025-10-25 13:26:52 - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@5ca8bd01 -2025-10-25 13:26:52 - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@7b10472e -2025-10-25 13:26:52 - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@7b10472e -2025-10-25 13:26:52 - Adding type registration character -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-25 13:26:52 - Adding type registration char -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-25 13:26:52 - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-25 13:26:52 - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@9746157 -2025-10-25 13:26:52 - Adding type registration string -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-25 13:26:52 - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-25 13:26:52 - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@69fd99c1 -2025-10-25 13:26:52 - Adding type registration characters -> org.hibernate.type.BasicTypeReference@32d8710a -2025-10-25 13:26:52 - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@32d8710a -2025-10-25 13:26:52 - Adding type registration [C -> org.hibernate.type.BasicTypeReference@32d8710a -2025-10-25 13:26:52 - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@180cc0df -2025-10-25 13:26:52 - Adding type registration text -> org.hibernate.type.BasicTypeReference@64f33dee -2025-10-25 13:26:52 - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@61c58320 -2025-10-25 13:26:52 - Adding type registration clob -> org.hibernate.type.BasicTypeReference@10e4ee33 -2025-10-25 13:26:52 - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@10e4ee33 -2025-10-25 13:26:52 - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@6e90cec8 -2025-10-25 13:26:52 - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@6e90cec8 -2025-10-25 13:26:52 - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@13f182b9 -2025-10-25 13:26:52 - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5ee0cf64 -2025-10-25 13:26:52 - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@69c227fd -2025-10-25 13:26:52 - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@14c5283 -2025-10-25 13:26:52 - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@1eb7ec59 -2025-10-25 13:26:52 - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@46748b04 -2025-10-25 13:26:52 - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3e71a1f8 -2025-10-25 13:26:52 - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3e71a1f8 -2025-10-25 13:26:52 - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@5d4a34ff -2025-10-25 13:26:52 - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@5d4a34ff -2025-10-25 13:26:52 - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@7cbede2b -2025-10-25 13:26:52 - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@7cbede2b -2025-10-25 13:26:52 - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1ef04613 -2025-10-25 13:26:52 - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1ef04613 -2025-10-25 13:26:52 - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2d3d4a54 -2025-10-25 13:26:52 - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2d3d4a54 -2025-10-25 13:26:52 - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@215c6ec0 -2025-10-25 13:26:52 - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@2b19b346 -2025-10-25 13:26:52 - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@37c5b8e8 -2025-10-25 13:26:52 - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@37c5b8e8 -2025-10-25 13:26:52 - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@706d2bae -2025-10-25 13:26:52 - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3205610d -2025-10-25 13:26:52 - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@54e06788 -2025-10-25 13:26:52 - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@4e789704 -2025-10-25 13:26:52 - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@4e789704 -2025-10-25 13:26:52 - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5751e53e -2025-10-25 13:26:52 - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4e45fbd0 -2025-10-25 13:26:52 - Adding type registration date -> org.hibernate.type.BasicTypeReference@19ce19b7 -2025-10-25 13:26:52 - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@19ce19b7 -2025-10-25 13:26:52 - Adding type registration time -> org.hibernate.type.BasicTypeReference@13047d3d -2025-10-25 13:26:52 - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@13047d3d -2025-10-25 13:26:52 - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@4b240276 -2025-10-25 13:26:52 - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@4b240276 -2025-10-25 13:26:52 - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@4b240276 -2025-10-25 13:26:52 - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@2a5efbb9 -2025-10-25 13:26:52 - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@2a5efbb9 -2025-10-25 13:26:52 - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@2a5efbb9 -2025-10-25 13:26:52 - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@43b45ce4 -2025-10-25 13:26:52 - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@73e93c3a -2025-10-25 13:26:52 - Adding type registration instant -> org.hibernate.type.BasicTypeReference@1835b783 -2025-10-25 13:26:52 - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@1835b783 -2025-10-25 13:26:52 - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@456b140f -2025-10-25 13:26:52 - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@456b140f -2025-10-25 13:26:52 - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@456b140f -2025-10-25 13:26:52 - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2459333a -2025-10-25 13:26:52 - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@1e6bd367 -2025-10-25 13:26:52 - Adding type registration class -> org.hibernate.type.BasicTypeReference@2bd7f686 -2025-10-25 13:26:52 - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@2bd7f686 -2025-10-25 13:26:52 - Adding type registration currency -> org.hibernate.type.BasicTypeReference@3601549f -2025-10-25 13:26:52 - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@3601549f -2025-10-25 13:26:52 - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@3601549f -2025-10-25 13:26:52 - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5b2c7186 -2025-10-25 13:26:52 - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5b2c7186 -2025-10-25 13:26:52 - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@1b9c716f -2025-10-25 13:26:52 - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@1b9c716f -2025-10-25 13:26:52 - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@f6bc75c -2025-10-25 13:26:52 - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@f6bc75c -2025-10-25 13:26:52 - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@33f2cf82 -2025-10-25 13:26:52 - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@33f2cf82 -2025-10-25 13:26:52 - Adding type registration url -> org.hibernate.type.BasicTypeReference@bea283b -2025-10-25 13:26:52 - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@bea283b -2025-10-25 13:26:52 - Adding type registration vector -> org.hibernate.type.BasicTypeReference@73852720 -2025-10-25 13:26:52 - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@22854f2b -2025-10-25 13:26:52 - Adding type registration object -> org.hibernate.type.JavaObjectType@21ce2e4d -2025-10-25 13:26:52 - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@21ce2e4d -2025-10-25 13:26:52 - Adding type registration null -> org.hibernate.type.NullType@2ab7f649 -2025-10-25 13:26:52 - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@52a74328 -2025-10-25 13:26:52 - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@220be130 -2025-10-25 13:26:52 - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@379b4e86 -2025-10-25 13:26:52 - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@5f4df55e -2025-10-25 13:26:52 - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@72bce309 -2025-10-25 13:26:52 - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@f439e0f -2025-10-25 13:26:52 - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@62410e1f -2025-10-25 13:26:52 - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@5296f00c -2025-10-25 13:26:52 - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-25 13:26:52 - HikariPool-1 - Starting... -2025-10-25 13:26:53 - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@1b5d1d9 -2025-10-25 13:26:53 - HikariPool-1 - Start completed. -2025-10-25 13:26:53 - 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-25 13:26:53 - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@558575fe) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@25fcdcc6) -2025-10-25 13:26:53 - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@180fb796) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@79ae3fb1) -2025-10-25 13:26:53 - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-25 13:26:53 - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-25 13:26:53 - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@396c1228 -2025-10-25 13:26:53 - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@396c1228 -2025-10-25 13:26:53 - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@21ce2e4d` -2025-10-25 13:26:53 - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-25 13:26:53 - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-25 13:26:53 - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-25 13:26:53 - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-25 13:26:53 - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-25 13:26:53 - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-25 13:26:53 - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-25 13:26:53 - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-25 13:26:53 - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-25 13:26:53 - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-25 13:26:53 - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-25 13:26:53 - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-25 13:26:53 - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4930213b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@67372d20] -2025-10-25 13:26:53 - HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) -2025-10-25 13:26:53 - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4930213b] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4b59a1c1] -2025-10-25 13:26:53 - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4b59a1c1] for TypeConfiguration -2025-10-25 13:26:53 - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-25 13:26:53 - Property 'userDn' not set - anonymous context will be used for read-only operations -2025-10-25 13:26:53 - 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-25 13:26:53 - 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-25 13:26:53 - - -Using generated security password: 80447d0f-8aa4-4180-b5ff-df63f44dbce6 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-25 13:26:53 - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-25 13:26:54 - Exposing 3 endpoints beneath base path '/actuator' -2025-10-25 13:26:54 - Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, CorsFilter, LogoutFilter, JwtAuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, SessionManagementFilter, ExceptionTranslationFilter, AuthorizationFilter -2025-10-25 13:26:54 - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel -2025-10-25 13:26:54 - Channel 'user.errorChannel' has 1 subscriber(s). -2025-10-25 13:26:54 - started bean '_org.springframework.integration.errorLogger' -2025-10-25 13:26:54 - Tomcat started on port 8081 (http) with context path '/' -2025-10-25 13:26:54 - Started UserApplication in 3.207 seconds (process running for 3.362) -2025-10-25 13:27:12 - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-25 13:27:12 - Initializing Servlet 'dispatcherServlet' -2025-10-25 13:27:12 - Completed initialization in 1 ms -2025-10-25 13:27:12 - Securing POST /api/v1/auth/login -2025-10-25 13:27:12 - Set SecurityContextHolder to anonymous SecurityContext -2025-10-25 13:27:12 - Secured POST /api/v1/auth/login -2025-10-25 13:27:12 - [Controller] com.unicorn.hgzero.user.controller.UserController.login 호출 - 파라미터: [com.unicorn.hgzero.user.dto.LoginRequest@f956efc] -2025-10-25 13:27:12 - 로그인 요청: userId=user-005 -2025-10-25 13:27:12 - 로그인 시도: userId=user-005 -2025-10-25 13:27:12 - - select - ue1_0.user_id, - ue1_0.authority, - ue1_0.created_at, - ue1_0.email, - ue1_0.failed_login_attempts, - ue1_0.last_login_at, - ue1_0.locked, - ue1_0.locked_at, - ue1_0.updated_at, - ue1_0.username - from - users ue1_0 - where - ue1_0.user_id=? -Hibernate: - select - ue1_0.user_id, - ue1_0.authority, - ue1_0.created_at, - ue1_0.email, - ue1_0.failed_login_attempts, - ue1_0.last_login_at, - ue1_0.locked, - ue1_0.locked_at, - ue1_0.updated_at, - ue1_0.username - from - users ue1_0 - where - ue1_0.user_id=? -2025-10-25 13:27:12 - LDAP 인증 시도: username=user-005, profile=dev -2025-10-25 13:27:12 - 개발 환경 - LDAP 인증 건너뛰기: username=user-005 -2025-10-25 13:27:12 - LDAP 인증 성공: userId=user-005, username=user-005, email=user-005@example.com -2025-10-25 13:27:12 - 신규 사용자 등록: userId=user-005, username=user-005, email=user-005@example.com, department=미지정, title=미지정 -2025-10-25 13:27:12 - - select - ue1_0.user_id, - ue1_0.authority, - ue1_0.created_at, - ue1_0.email, - ue1_0.failed_login_attempts, - ue1_0.last_login_at, - ue1_0.locked, - ue1_0.locked_at, - ue1_0.updated_at, - ue1_0.username - from - users ue1_0 - where - ue1_0.user_id=? -Hibernate: - select - ue1_0.user_id, - ue1_0.authority, - ue1_0.created_at, - ue1_0.email, - ue1_0.failed_login_attempts, - ue1_0.last_login_at, - ue1_0.locked, - ue1_0.locked_at, - ue1_0.updated_at, - ue1_0.username - from - users ue1_0 - where - ue1_0.user_id=? -2025-10-25 13:27:12 - Refresh Token 저장: userId=user-005 -2025-10-25 13:27:12 - 로그인 성공: userId=user-005 -2025-10-25 13:27:12 - EventHub 미설정으로 로그인 이벤트 발행 건너뜀: userId=user-005 -2025-10-25 13:27:12 - - /* insert for - com.unicorn.hgzero.user.repository.entity.UserEntity */insert - into - users (authority, created_at, email, failed_login_attempts, last_login_at, locked, locked_at, updated_at, username, user_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -Hibernate: - /* insert for - com.unicorn.hgzero.user.repository.entity.UserEntity */insert - into - users (authority, created_at, email, failed_login_attempts, last_login_at, locked, locked_at, updated_at, username, user_id) - values - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) -2025-10-25 13:27:12 - [Controller] com.unicorn.hgzero.user.controller.UserController.login 완료 - 실행시간: 263ms -2025-10-25 13:28:42 - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel -2025-10-25 13:28:42 - Channel 'user.errorChannel' has 0 subscriber(s). -2025-10-25 13:28:42 - stopped bean '_org.springframework.integration.errorLogger' -2025-10-25 13:28:42 - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-25 13:28:42 - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@4b59a1c1] for TypeConfiguration -2025-10-25 13:28:42 - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@2ae29bca] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@4b59a1c1] -2025-10-25 13:28:42 - HikariPool-1 - Shutdown initiated... -2025-10-25 13:28:42 - HikariPool-1 - Shutdown completed. - -> Task :user:bootRun FAILED - -FAILURE: Build failed with an exception. - -* What went wrong: -Execution failed for task ':user:bootRun'. -> Process 'command '/Library/Java/JavaVirtualMachines/microsoft-21.jdk/Contents/Home/bin/java'' finished with non-zero exit value 143 - -* Try: -> Run with --stacktrace option to get the stack trace. -> Run with --info or --debug option to get more log output. -> Run with --scan to get full insights. -> Get more help at https://help.gradle.org. - -BUILD FAILED in 1m 51s -8 actionable tasks: 3 executed, 5 up-to-date diff --git a/meeting/logs/meeting-service.log b/meeting/logs/meeting-service.log deleted file mode 100644 index b13ed51..0000000 --- a/meeting/logs/meeting-service.log +++ /dev/null @@ -1,2829 +0,0 @@ -2025-10-29 09:07:19 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 23.0.2 with PID 47022 (/Users/jominseo/HGZero/meeting/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/meeting) -2025-10-29 09:07:19 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 09:07:19 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 45 ms. Found 9 JPA repository interfaces. -2025-10-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 09:07:19 [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.AgendaSectionJpaRepository; 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-29 09:07:19 [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-29 09:07:19 [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-29 09:07:19 [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.MeetingParticipantJpaRepository; 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-29 09:07:19 [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-29 09:07:19 [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-29 09:07:19 [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-29 09:07:19 [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-29 09:07:19 [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-29 09:07:19 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2025-10-29 09:07:20 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-29 09:07:20 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 09:07:20 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 09:07:20 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 09:07:20 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 757 ms -2025-10-29 09:07:20 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 09:07:20 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 09:07:20 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@79b4cff -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@79b4cff -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@58ac0823 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@58ac0823 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@62c46e53 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@55317c63 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@55317c63 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@35d81657 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3180aee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@3180aee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@3180aee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@5d94ac8a -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@5d94ac8a -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@5d94ac8a -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@7abcc0da -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@174cb0d8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@174cb0d8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@3ac406d4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@72646d16 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@72646d16 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@72646d16 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@6ec2d990 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@1cfa7ee0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@612290d -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@57cff804 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@57cff804 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@2f39b534 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@2f39b534 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@60fbc34d -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@7736c41e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@5f911d24 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@3de383f7 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@33ccead -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@42ebece0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@15c4b1a4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@15c4b1a4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@341964d0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@341964d0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@51b59d58 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@51b59d58 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@4ca4f762 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@4ca4f762 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@7c5d36c3 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@7c5d36c3 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@31de27c -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@7ebfe01a -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@154b0748 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@154b0748 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@35c00c -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6cd7dc74 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6d695ec4 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@20556566 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@20556566 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@e4ef4c0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@5ca8bd01 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@7b10472e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@7b10472e -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@9746157 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@9746157 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@9746157 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@69fd99c1 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@32d8710a -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@180cc0df -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@180cc0df -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@64f33dee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@64f33dee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@64f33dee -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@61c58320 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@10e4ee33 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@6e90cec8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@6e90cec8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@13f182b9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@13f182b9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@13f182b9 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5ee0cf64 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5ee0cf64 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@69c227fd -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@69c227fd -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@14c5283 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@14c5283 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@1eb7ec59 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@1eb7ec59 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@46748b04 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@46748b04 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3e71a1f8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@5d4a34ff -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@4b916cc2 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4b916cc2 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@96075c0 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@2337bf27 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@43719e98 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@49353d43 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@57e57dc5 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@5bba9949 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@147059f8 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@744fb110 -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@838e109 -2025-10-29 09:07:20 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 09:07:20 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 09:07:20 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@32c8d67 -2025-10-29 09:07:20 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 09:07:20 [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-29 09:07:20 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@2ad6aeb8) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4e35a219) -2025-10-29 09:07:20 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@7772ec28) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@14d513ca) -2025-10-29 09:07:20 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 09:07:20 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@9734cae -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@9734cae -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@4b916cc2` -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:07:20 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:07:20 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4d6027be] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@475eb4fd] -2025-10-29 09:07:21 [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-29 09:07:21 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4d6027be] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@38293d23] -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column agenda_number set data type integer -2025-10-29 09:07:21 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column ai_summary_short set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column decisions set data type json -2025-10-29 09:07:21 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column discussions set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column opinions set data type json -2025-10-29 09:07:21 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column pending_items set data type json -2025-10-29 09:07:21 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column todos set data type json -2025-10-29 09:07:21 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists meeting_analysis - alter column agenda_analyses set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column minutes_id set data type varchar(50) -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-29 09:07:21 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-29 09:07:21 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@38293d23] for TypeConfiguration -2025-10-29 09:07:21 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:07:21 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 09:07:21 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-29 09:07:21 [main] INFO c.u.h.m.infra.config.RedisConfig - Redis Lettuce Client 설정 완료 - Standalone 모드 (Master-Replica 자동 탐색 비활성화) -2025-10-29 09:07:21 [main] INFO c.u.h.m.infra.config.RedisConfig - LettuceConnectionFactory 설정 완료 - Host: 20.249.177.114:6379, Database: 1 -2025-10-29 09:07: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-29 09:07:22 [main] INFO c.u.h.m.infra.config.RedisConfig - RedisTemplate 설정 완료 -2025-10-29 09:07:22 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-29 09:07:22 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-29 09:07:22 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_c08163_1761696442094"} -2025-10-29 09:07:22 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:07:22 [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-29 09:07:22 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: e4ea43cd-d02a-456e-9ebd-eb3c352a5407 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 09:07:22 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 09:07:22 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-29 09:07:22 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 09:07:22 [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-29 09:07:22 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) -2025-10-29 09:07:22 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-29 09:07:22 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 3.336 seconds (process running for 3.449) -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_c08163_1761696442094","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:08:02 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@38293d23] for TypeConfiguration -2025-10-29 09:08:02 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@18b96884] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@38293d23] -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-29 09:08:02 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-29 09:08:03 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 23.0.2 with PID 47140 (/Users/jominseo/HGZero/meeting/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/meeting) -2025-10-29 09:08:03 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 09:08:03 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 41 ms. Found 9 JPA repository interfaces. -2025-10-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 09:08: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.AgendaSectionJpaRepository; 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-29 09:08: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-29 09:08: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-29 09:08: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.MeetingParticipantJpaRepository; 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-29 09:08: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-29 09:08: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-29 09:08: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-29 09:08: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-29 09:08: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-29 09:08:03 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces. -2025-10-29 09:08:03 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-29 09:08:03 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 09:08:03 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 09:08:04 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 09:08:04 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 697 ms -2025-10-29 09:08:04 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 09:08:04 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 09:08:04 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3387ab0 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3387ab0 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@470f0637 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@470f0637 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@7d82ca56 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@7d82ca56 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@2aaa89c2 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@217fd3c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@69ac5752 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@53ddabc6 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@53ddabc6 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@39ac8c0c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@39ac8c0c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@51172948 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6f2a3b37 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6f2a3b37 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@323b0632 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@146db8a6 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2a20da9f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@40c0437f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@78b8f818 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@78b8f818 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1e9d721 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1e9d721 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2d3111a1 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6f2864c3 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@50ef2906 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1f70bce5 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@3ae91ab3 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@16cb6f51 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3fc5d397 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3fc5d397 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@25c8c71e -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@25c8c71e -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@57867d96 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@57867d96 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1a7a21d0 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1a7a21d0 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@bb21063 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@bb21063 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6821c63c -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@c2f7c63 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4790b897 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4790b897 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@5cba890e -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3a4cb483 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4d770bcd -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@79b4cff -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@58ac0823 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@62c46e53 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@55317c63 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@35d81657 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@35d81657 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3180aee -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@5d94ac8a -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@7abcc0da -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@7abcc0da -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@174cb0d8 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3ac406d4 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1835b783 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1835b783 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@73852720 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@22854f2b -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5ddf5118 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@7b9d1a4 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@fcd3a6f -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7845ee8a -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5f35370b -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@16c8e9b8 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@7030b74c -2025-10-29 09:08:04 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 09:08:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 09:08:04 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5e663ab -2025-10-29 09:08:04 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 09:08: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-29 09:08:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4f0cdd0f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@22ea6051) -2025-10-29 09:08:04 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@539bb233) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@21b2579d) -2025-10-29 09:08:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 09:08:04 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@37d3e740 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@37d3e740 -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1835b783` -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:04 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cb417fc] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@239bc43f] -2025-10-29 09:08: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-29 09:08:04 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cb417fc] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@93cc5eb] -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column agenda_number set data type integer -2025-10-29 09:08:04 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column ai_summary_short set data type TEXT -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column decisions set data type json -2025-10-29 09:08:04 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column discussions set data type TEXT -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column opinions set data type json -2025-10-29 09:08:04 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column pending_items set data type json -2025-10-29 09:08:04 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column todos set data type json -2025-10-29 09:08:04 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists meeting_analysis - alter column agenda_analyses set data type TEXT -2025-10-29 09:08:04 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-29 09:08:05 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-29 09:08:05 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-29 09:08:05 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-29 09:08:05 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-29 09:08:05 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@93cc5eb] for TypeConfiguration -2025-10-29 09:08:05 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:08:05 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.config.RedisConfig - Redis Lettuce Client 설정 완료 - Standalone 모드 (Master-Replica 자동 탐색 비활성화) -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.config.RedisConfig - LettuceConnectionFactory 설정 완료 - Host: 20.249.177.114:6379, Database: 1 -2025-10-29 09:08: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-29 09:08:05 [main] INFO c.u.h.m.infra.config.RedisConfig - RedisTemplate 설정 완료 -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-29 09:08:05 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_201291_1761696485816"} -2025-10-29 09:08:05 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08: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-29 09:08:05 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 87731204-9cad-4d1d-8545-4815a54f6c77 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 09:08:05 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 09:08:05 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-29 09:08:06 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 09:08: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-29 09:08:06 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) -2025-10-29 09:08:06 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-29 09:08:06 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 3.27 seconds (process running for 3.38) -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /api/meetings/meeting-123/end -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG c.u.h.m.i.c.j.JwtAuthenticationFilter - 헤더 기반 인증된 사용자: HongGilDong (user-001) -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /api/meetings/meeting-123/end -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting 호출 - 파라미터: [meeting-123, user-001, HongGilDong, hong@example.com] -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO c.u.h.m.i.c.MeetingController - 회의 종료 요청 - meetingId: meeting-123, userId: user-001 -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO c.u.h.m.b.service.EndMeetingService - 회의 종료 시작 - meetingId: meeting-123 -2025-10-29 09:08:08 [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.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-29 09:08:08 [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.user_id, - me1_0.version - from - minutes me1_0 - where - me1_0.meeting_id=? - and me1_0.user_id is not null -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - m - FROM - MinutesSectionEntity m - WHERE - m.minutesId = :minutesId - ORDER BY - m.order ASC */ select - mse1_0.id, - mse1_0.content, - mse1_0.created_at, - mse1_0.locked, - mse1_0.locked_by, - mse1_0.minutes_id, - mse1_0.order, - mse1_0.title, - mse1_0.type, - mse1_0.updated_at, - mse1_0.verified - from - minutes_sections mse1_0 - where - mse1_0.minutes_id=? - order by - mse1_0.order -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - m - FROM - MinutesSectionEntity m - WHERE - m.minutesId = :minutesId - ORDER BY - m.order ASC */ select - mse1_0.id, - mse1_0.content, - mse1_0.created_at, - mse1_0.locked, - mse1_0.locked_by, - mse1_0.minutes_id, - mse1_0.order, - mse1_0.title, - mse1_0.type, - mse1_0.updated_at, - mse1_0.verified - from - minutes_sections mse1_0 - where - mse1_0.minutes_id=? - order by - mse1_0.order -2025-10-29 09:08:08 [http-nio-8082-exec-1] DEBUG org.hibernate.SQL - - /* SELECT - m - FROM - MinutesSectionEntity m - WHERE - m.minutesId = :minutesId - ORDER BY - m.order ASC */ select - mse1_0.id, - mse1_0.content, - mse1_0.created_at, - mse1_0.locked, - mse1_0.locked_by, - mse1_0.minutes_id, - mse1_0.order, - mse1_0.title, - mse1_0.type, - mse1_0.updated_at, - mse1_0.verified - from - minutes_sections mse1_0 - where - mse1_0.minutes_id=? - order by - mse1_0.order -2025-10-29 09:08:08 [http-nio-8082-exec-1] INFO c.u.h.m.infra.client.AIServiceClient - AI Service 호출 - 회의록 통합 요약: meeting-123 -2025-10-29 09:08:08 [http-nio-8082-exec-1] ERROR c.u.h.m.infra.client.AIServiceClient - AI Service 호출 실패: 422 Unprocessable Content: "{"detail":[{"type":"missing","loc":["body","participant_minutes",0,"user_id"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",0,"user_name"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",1,"user_id"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",1,"user_name"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",2,"user_id"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}},{"type":"missing","loc":["body","participant_minutes",2,"user_name"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}}]}" -org.springframework.web.client.HttpClientErrorException$UnprocessableEntity: 422 Unprocessable Content: "{"detail":[{"type":"missing","loc":["body","participant_minutes",0,"user_id"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",0,"user_name"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",1,"user_id"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",1,"user_name"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",2,"user_id"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}},{"type":"missing","loc":["body","participant_minutes",2,"user_name"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}}]}" - at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:133) - at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:183) - at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:137) - at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) - at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:942) - at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:891) - at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:790) - at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:538) - at com.unicorn.hgzero.meeting.infra.client.AIServiceClient.consolidateMinutes(AIServiceClient.java:59) - at com.unicorn.hgzero.meeting.biz.service.EndMeetingService.endMeeting(EndMeetingService.java:85) - 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.EndMeetingService$$SpringCGLIB$$0.endMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting(MeetingController.java:199) - 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.endMeeting() - 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:1575) -2025-10-29 09:08:08 [http-nio-8082-exec-1] ERROR c.u.hgzero.common.aop.LoggingAspect - [Service] com.unicorn.hgzero.meeting.biz.service.EndMeetingService.endMeeting 실패 - 실행시간: 195ms, 에러: AI 회의록 통합 처리 중 오류가 발생했습니다: 422 Unprocessable Content: "{"detail":[{"type":"missing","loc":["body","participant_minutes",0,"user_id"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",0,"user_name"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",1,"user_id"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",1,"user_name"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",2,"user_id"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}},{"type":"missing","loc":["body","participant_minutes",2,"user_name"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}}]}" -2025-10-29 09:08:09 [http-nio-8082-exec-1] ERROR c.u.h.m.i.c.MeetingController - 회의 종료 중 예상치 못한 오류 - meetingId: meeting-123 -java.lang.RuntimeException: AI 회의록 통합 처리 중 오류가 발생했습니다: 422 Unprocessable Content: "{"detail":[{"type":"missing","loc":["body","participant_minutes",0,"user_id"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",0,"user_name"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",1,"user_id"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",1,"user_name"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",2,"user_id"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}},{"type":"missing","loc":["body","participant_minutes",2,"user_name"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}}]}" - at com.unicorn.hgzero.meeting.infra.client.AIServiceClient.consolidateMinutes(AIServiceClient.java:77) - at com.unicorn.hgzero.meeting.biz.service.EndMeetingService.endMeeting(EndMeetingService.java:85) - 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.EndMeetingService$$SpringCGLIB$$0.endMeeting() - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting(MeetingController.java:199) - 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.endMeeting() - 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:1575) -Caused by: org.springframework.web.client.HttpClientErrorException$UnprocessableEntity: 422 Unprocessable Content: "{"detail":[{"type":"missing","loc":["body","participant_minutes",0,"user_id"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",0,"user_name"],"msg":"Field required","input":{"userId":"user-001","userName":"user-001","content":""}},{"type":"missing","loc":["body","participant_minutes",1,"user_id"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",1,"user_name"],"msg":"Field required","input":{"userId":"user-002","userName":"user-002","content":"프로젝트 목표 논의\n성능 개선이 가장 중요. 응답시간 목표는 200ms 이내로 설정.\n\n기술 스택 검토\n캐시 전략으로 Redis 도입 검토 필요. 모니터링 도구는 Prometheus 사용."}},{"type":"missing","loc":["body","participant_minutes",2,"user_id"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}},{"type":"missing","loc":["body","participant_minutes",2,"user_name"],"msg":"Field required","input":{"userId":"user-003","userName":"user-003","content":"프로젝트 목표 논의\n고객사 담당자와 다음 주 화요일에 추가 미팅 예정. 요구사항 명세서 작성 필요.\n\n기술 스택 검토\nUI 라이브러리는 Material-UI 사용. 백엔드는 MSA 아키텍처 검토."}}]}" - at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:133) - at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:183) - at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:137) - at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63) - at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:942) - at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:891) - at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:790) - at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:538) - at com.unicorn.hgzero.meeting.infra.client.AIServiceClient.consolidateMinutes(AIServiceClient.java:59) - ... 178 common frames omitted -2025-10-29 09:08:09 [http-nio-8082-exec-1] ERROR c.u.hgzero.common.aop.LoggingAspect - [Controller] com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting 실패 - 실행시간: 217ms, 에러: 회의 종료 처리 중 오류가 발생했습니다. -2025-10-29 09:08:09 [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: com.unicorn.hgzero.common.exception.BusinessException: 회의 종료 처리 중 오류가 발생했습니다.] with root cause -com.unicorn.hgzero.common.exception.BusinessException: 회의 종료 처리 중 오류가 발생했습니다. - at com.unicorn.hgzero.meeting.infra.controller.MeetingController.endMeeting(MeetingController.java:212) - 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.endMeeting() - 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:1575) -2025-10-29 09:08:09 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing POST /error -2025-10-29 09:08:09 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured POST /error -2025-10-29 09:08:09 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_201291_1761696485816","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:08:26 [SpringApplicationShutdownHook] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@93cc5eb] for TypeConfiguration -2025-10-29 09:08:26 [SpringApplicationShutdownHook] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@49a17c7d] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@93cc5eb] -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-29 09:08:26 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-29 09:08:27 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 23.0.2 with PID 47172 (/Users/jominseo/HGZero/meeting/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/meeting) -2025-10-29 09:08:27 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 09:08:27 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 41 ms. Found 9 JPA repository interfaces. -2025-10-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 09:08:27 [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.AgendaSectionJpaRepository; 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-29 09:08:27 [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-29 09:08:27 [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-29 09:08:27 [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.MeetingParticipantJpaRepository; 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-29 09:08:27 [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-29 09:08:27 [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-29 09:08:27 [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-29 09:08:27 [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-29 09:08:27 [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-29 09:08:27 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces. -2025-10-29 09:08:28 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-29 09:08:28 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 09:08:28 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 09:08:28 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 09:08:28 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 716 ms -2025-10-29 09:08:28 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 09:08:28 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 09:08:28 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@3387ab0 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@3387ab0 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@470f0637 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@470f0637 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@7d82ca56 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@7d82ca56 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@2aaa89c2 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@217fd3c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@69ac5752 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@53ddabc6 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@53ddabc6 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@39ac8c0c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@39ac8c0c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@361f1647 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@51172948 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@6f2a3b37 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@6f2a3b37 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@323b0632 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@7cd8831c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@146db8a6 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@2a20da9f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@40c0437f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@78b8f818 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@78b8f818 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@1e9d721 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@1e9d721 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@2d3111a1 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6f2864c3 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@50ef2906 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@1f70bce5 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@3ae91ab3 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@16cb6f51 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@3fc5d397 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@3fc5d397 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@25c8c71e -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@25c8c71e -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@57867d96 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@57867d96 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@1a7a21d0 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@1a7a21d0 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@bb21063 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@bb21063 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6821c63c -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@c2f7c63 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@4790b897 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@4790b897 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@5cba890e -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@3a4cb483 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4d770bcd -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe156f4 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@79b4cff -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@58ac0823 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@2d705998 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@28a3fc34 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@7582a16b -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@4dd752e8 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@62c46e53 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@55317c63 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@35d81657 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@35d81657 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@42ef5216 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@3180aee -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@5d94ac8a -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@288b73c1 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@104cfb24 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@5340ccb9 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@2bc8caa7 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@582ea164 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@2fccf49e -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@7abcc0da -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@7abcc0da -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@174cb0d8 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@3ac406d4 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@1835b783 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@1835b783 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@73852720 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@22854f2b -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@5ddf5118 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@7b9d1a4 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@fcd3a6f -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@7845ee8a -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5f35370b -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@16c8e9b8 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@7030b74c -2025-10-29 09:08:28 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 09:08:28 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 09:08:28 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5e663ab -2025-10-29 09:08:28 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 09:08:28 [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-29 09:08:28 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@4f0cdd0f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@22ea6051) -2025-10-29 09:08:28 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@539bb233) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@21b2579d) -2025-10-29 09:08:28 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 09:08:28 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@37d3e740 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@37d3e740 -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@1835b783` -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:28 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:08:28 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cb417fc] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@239bc43f] -2025-10-29 09:08:28 [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-29 09:08:28 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cb417fc] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@93cc5eb] -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column agenda_number set data type integer -2025-10-29 09:08:28 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column agenda_number set data type integer" via JDBC [ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "agenda_number" cannot be cast automatically to type integer - Hint: You might need to specify "USING agenda_number::integer". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column ai_summary_short set data type TEXT -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column decisions set data type json -2025-10-29 09:08:28 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column decisions set data type json" via JDBC [ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "decisions" cannot be cast automatically to type json - Hint: You might need to specify "USING decisions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column discussions set data type TEXT -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column opinions set data type json -2025-10-29 09:08:28 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column opinions set data type json" via JDBC [ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "opinions" cannot be cast automatically to type json - Hint: You might need to specify "USING opinions::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:28 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column pending_items set data type json -2025-10-29 09:08:29 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column pending_items set data type json" via JDBC [ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "pending_items" cannot be cast automatically to type json - Hint: You might need to specify "USING pending_items::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column todos set data type json -2025-10-29 09:08:29 [main] WARN o.h.t.s.i.ExceptionHandlerLoggedImpl - GenerationTarget encountered exception accepting command : Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] -org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL " - alter table if exists agenda_sections - alter column todos set data type json" via JDBC [ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json".] - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:94) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:583) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:523) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.migrateTable(AbstractSchemaMigrator.java:341) - at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:84) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:240) - at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:119) - 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:1430) - 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) - 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: ERROR: column "todos" cannot be cast automatically to type json - Hint: You might need to specify "USING todos::json". - at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) - at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) - at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) - at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:356) - at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:341) - at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:317) - at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:312) - at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) - at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) - at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:80) - ... 37 common frames omitted -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists meeting_analysis - alter column agenda_analyses set data type TEXT -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-29 09:08:29 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-29 09:08:29 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@93cc5eb] for TypeConfiguration -2025-10-29 09:08:29 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:08:29 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 09:08:29 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-29 09:08:29 [main] INFO c.u.h.m.infra.config.RedisConfig - Redis Lettuce Client 설정 완료 - Standalone 모드 (Master-Replica 자동 탐색 비활성화) -2025-10-29 09:08:29 [main] INFO c.u.h.m.infra.config.RedisConfig - LettuceConnectionFactory 설정 완료 - Host: 20.249.177.114:6379, Database: 1 -2025-10-29 09:08:29 [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-29 09:08:29 [main] INFO c.u.h.m.infra.config.RedisConfig - RedisTemplate 설정 완료 -2025-10-29 09:08:29 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-29 09:08:29 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-29 09:08:29 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_bf04af_1761696509866"} -2025-10-29 09:08:29 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-29 09:08:29 [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-29 09:08:30 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 3ab2c9d2-7704-42ee-888f-8928bcac162d - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 09:08:30 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 09:08:30 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-29 09:08:30 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 09:08:30 [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-29 09:08:30 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) -2025-10-29 09:08:30 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-29 09:08:30 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 3.149 seconds (process running for 3.262) -2025-10-29 15:09:36 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 23.0.2 with PID 65698 (/Users/jominseo/HGZero/meeting/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/meeting) -2025-10-29 15:09:36 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 15:09:36 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 48 ms. Found 9 JPA repository interfaces. -2025-10-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 15:09:37 [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.AgendaSectionJpaRepository; 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-29 15:09:37 [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-29 15:09:37 [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-29 15:09:37 [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.MeetingParticipantJpaRepository; 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-29 15:09:37 [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-29 15:09:37 [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-29 15:09:37 [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-29 15:09:37 [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-29 15:09:37 [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-29 15:09:37 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces. -2025-10-29 15:09:37 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-29 15:09:37 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 15:09:37 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 15:09:37 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 15:09:37 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 855 ms -2025-10-29 15:09:37 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 15:09:37 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 15:09:37 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7b8d6c66 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@7b8d6c66 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@7b8d6c66 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@6ca367aa -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@6ca367aa -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@30ed4034 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@30ed4034 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@1700d089 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@1700d089 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@77e6053 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@77e6053 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@77e6053 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@7097d921 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@7097d921 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@7097d921 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@2a21cbe7 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@2a21cbe7 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@3bb4c2b2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@4fbc516f -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@4fbc516f -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@1acc768 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@25765a49 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@38caad07 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@38caad07 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@38caad07 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@15d0b458 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@15d0b458 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@15d0b458 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@72a0a60d -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@72a0a60d -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@72a0a60d -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@65930e02 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@65930e02 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@65930e02 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@85c3522 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@85c3522 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@85c3522 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@18be3205 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@18be3205 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@6fd97fd1 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@6fd97fd1 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@12c78f36 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@12c78f36 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@12c78f36 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@7bdb4d69 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@129c760d -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@129c760d -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@361fa478 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@180f33b2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@180f33b2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@180f33b2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@391e85df -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@48c3a0ef -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@3b4f1eb -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@6247c08c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@6247c08c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@2f3a8166 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@2f3a8166 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@7aab98b6 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@5e3405a1 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@22bfd4b -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@79e16dd9 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@5fa9247b -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@21ce3b22 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@7cd25bf5 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@7cd25bf5 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@e2f6e13 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@e2f6e13 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@18b30951 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@18b30951 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@48f4264e -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@48f4264e -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@2697c156 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@2697c156 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@533d7c61 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@53c40ed6 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@3a6b94b6 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@3a6b94b6 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@22ee7fdc -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@1a88d194 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6949cead -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe13916 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@fe13916 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@5ea0a7a9 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@278c998 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@25e353dc -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@25e353dc -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@234ce7ff -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@234ce7ff -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@780a91d0 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@780a91d0 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@780a91d0 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3cfab340 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@3387ab0 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@470f0637 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@6b278b17 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@2ae5580 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@4203529f -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@7d82ca56 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@2aaa89c2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@2aaa89c2 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@5a58db42 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@217fd3c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@217fd3c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@69ac5752 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@69ac5752 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1736273c -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@ba86c53 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@36eb8e07 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@3df6494f -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@1b5f960a -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@15c4b1a4 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@15c4b1a4 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@20556566 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@e4ef4c0 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@7b10472e -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@70e5737f -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@9746157 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@10ad95cd -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@69fd99c1 -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@32d8710a -2025-10-29 15:09:37 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@180cc0df -2025-10-29 15:09:37 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 15:09:37 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 15:09:38 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@7cc3a7f7 -2025-10-29 15:09:38 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 15:09:38 [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-29 15:09:38 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@5ef7ae2f) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@1bcf2c64) -2025-10-29 15:09:38 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@b5bddfe) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@4fe3f9ef) -2025-10-29 15:09:38 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 15:09:38 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@43120a77 -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@43120a77 -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@15c4b1a4` -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:09:38 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:09:38 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1bd6638] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5c552f08] -2025-10-29 15:09:38 [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-29 15:09:38 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1bd6638] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@358bbbe2] -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column ai_summary_short set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists agenda_sections - alter column summary set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists meeting_analysis - alter column agenda_analyses set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists meeting_analysis - alter column decisions set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists meetings - alter column description set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes - alter column decisions set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists minutes_sections - alter column content set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column description set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists templates - alter column sections set data type TEXT -2025-10-29 15:09:38 [main] DEBUG org.hibernate.SQL - - alter table if exists todos - alter column description set data type TEXT -2025-10-29 15:09:38 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@358bbbe2] for TypeConfiguration -2025-10-29 15:09:38 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 15:09:39 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.config.RedisConfig - Redis Lettuce Client 설정 완료 - Standalone 모드 (Master-Replica 자동 탐색 비활성화) -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.config.RedisConfig - LettuceConnectionFactory 설정 완료 - Host: 20.249.177.114:6379, Database: 1 -2025-10-29 15:09:39 [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-29 15:09:39 [main] INFO c.u.h.m.infra.config.RedisConfig - RedisTemplate 설정 완료 -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.config.EventHubConfig - Initializing Azure EventHub configuration with hub name: hgzero-eventhub-name -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.config.EventHubConfig - Creating EventHub producer for hub: hgzero-eventhub-name -2025-10-29 15:09:39 [main] INFO c.a.m.e.EventHubClientBuilder - {"az.sdk.message":"Emitting a single connection.","connectionId":"MF_40a963_1761718179550"} -2025-10-29 15:09:39 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Setting next AMQP channel.","entityPath":"hgzero-eventhub-name"} -2025-10-29 15:09:39 [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-29 15:09:39 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: edcc943e-c144-42e4-80ca-0426a9f58c75 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 15:09:39 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 15:09:39 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-29 15:09:39 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 15:09:39 [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-29 15:09:39 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) -2025-10-29 15:09:40 [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-29 15:09:40 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Upstream connection publisher was completed. Terminating processor.","entityPath":"hgzero-eventhub-name"} -2025-10-29 15:09:40 [main] INFO c.a.c.a.i.ReactorConnection - {"az.sdk.message":"Disposing of ReactorConnection.","connectionId":"MF_40a963_1761718179550","isTransient":false,"isInitiatedByClient":true,"shutdownMessage":"Disposed by client."} -2025-10-29 15:09:40 [main] INFO c.a.m.e.i.EventHubConnectionProcessor - {"az.sdk.message":"Channel is disposed.","entityPath":"hgzero-eventhub-name"} -2025-10-29 15:09:40 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 15:09:40 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@358bbbe2] for TypeConfiguration -2025-10-29 15:09:40 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@1344ad64] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@358bbbe2] -2025-10-29 15:09:40 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated... -2025-10-29 15:09:40 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed. -2025-10-29 15:09:40 [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-29 15:09:40 [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-29 15:12:47 [main] INFO c.u.h.meeting.MeetingApplication - Starting MeetingApplication using Java 21.0.8 with PID 65925 (/Users/jominseo/HGZero/meeting/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/meeting) -2025-10-29 15:12:47 [main] DEBUG c.u.h.meeting.MeetingApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 15:12:47 [main] INFO c.u.h.meeting.MeetingApplication - The following 1 profile is active: "dev" -2025-10-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 48 ms. Found 9 JPA repository interfaces. -2025-10-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 15:12:47 [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.AgendaSectionJpaRepository; 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-29 15:12:47 [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-29 15:12:47 [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-29 15:12:47 [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.MeetingParticipantJpaRepository; 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-29 15:12:47 [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-29 15:12:47 [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-29 15:12:47 [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-29 15:12:47 [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-29 15:12:47 [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-29 15:12:47 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2025-10-29 15:12:48 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8082 (http) -2025-10-29 15:12:48 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 15:12:48 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 15:12:48 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 15:12:48 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 835 ms -2025-10-29 15:12:48 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 15:12:48 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 15:12:48 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@443253a6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@443253a6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@443253a6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@191774d6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@191774d6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@21ffc00e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@21ffc00e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@134955bb -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@134955bb -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b08b17 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@45b08b17 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@45b08b17 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@6723e6b3 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@6723e6b3 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@6723e6b3 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3883b5e9 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3883b5e9 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@61becbcf -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@20171cdc -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@20171cdc -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@58f97013 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@7d70ba18 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6a07e6ca -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@6a07e6ca -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@6a07e6ca -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@726ef6aa -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@726ef6aa -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@726ef6aa -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6104691c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@6104691c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@6104691c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@195cbf5e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@195cbf5e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@195cbf5e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4cb82b09 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@4cb82b09 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@4cb82b09 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@49665f92 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@49665f92 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@b68932b -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@b68932b -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@77b27b57 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@77b27b57 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@77b27b57 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@7adff6cb -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@13ebccd -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@13ebccd -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@4e80960a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@2a0c244e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@2a0c244e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@2a0c244e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@2f60e66a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@5bccef9f -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@1136122a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@5a537a16 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@5a537a16 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@72288480 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@72288480 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@4ea43d4d -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@6f22c1f1 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@2ee095c9 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@185a0811 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@77fb1002 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@e2f6a45 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@24cbf894 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@24cbf894 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@6c19769c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@6c19769c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@434d001d -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@434d001d -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@36453773 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@36453773 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@4db16677 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@4db16677 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@6abb44cb -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@41ddec69 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@5e3cb58e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@5e3cb58e -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@18f8e2e0 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@28d56028 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6c56fff -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@3dee3a6c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@3dee3a6c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@62de20d3 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@6109d880 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@4c9ef9c9 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@4c9ef9c9 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@6f976c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@6f976c -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@1324e70a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@1324e70a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@1324e70a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@3cc6f036 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@3cc6f036 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@3cc6f036 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@72d16d6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@7b0525a8 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@4f2d8175 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@4f2d8175 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@44618fe6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@44618fe6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@44618fe6 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@2b15ba1a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@796fe2b5 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@5a6af2c4 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@5a6af2c4 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@123c48d0 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@123c48d0 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@123c48d0 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@14fff5e7 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@14fff5e7 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@1203d787 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@1203d787 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@1f72fbd1 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@1f72fbd1 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@6f785a27 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@6f785a27 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@443dae2 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@443dae2 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@8f09a02 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@5454be -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@b340615 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@b340615 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4189e668 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@3a589eed -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@305289b3 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@3ee68377 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@4037cdb0 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@27055a2a -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@33e4068 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@9499643 -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@776d8097 -2025-10-29 15:12:48 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 15:12:48 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 15:12:48 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@4db4431b -2025-10-29 15:12:48 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 15:12:48 [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-29 15:12:48 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@34f8ce89) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@22ed2886) -2025-10-29 15:12:48 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@30ca66c5) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@4abfa2ff) -2025-10-29 15:12:48 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 15:12:48 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@3fc051ce -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@3fc051ce -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@b340615` -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:12:48 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 15:12:48 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@b5bddfe] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4fe3f9ef] -2025-10-29 15:12: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-29 15:12:48 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@b5bddfe] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@4d609cc3] -2025-10-29 15:12:48 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4d609cc3] for TypeConfiguration -2025-10-29 15:12:48 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 15:12:49 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 15:12:49 [main] INFO c.u.h.m.infra.cache.CacheConfig - ObjectMapper 설정 완료 -2025-10-29 15:12:49 [main] INFO c.u.h.m.infra.config.RedisConfig - Redis Lettuce Client 설정 완료 - Standalone 모드 (Master-Replica 자동 탐색 비활성화) -2025-10-29 15:12:49 [main] INFO c.u.h.m.infra.config.RedisConfig - LettuceConnectionFactory 설정 완료 - Host: 20.249.177.114:6379, Database: 1 -2025-10-29 15:12: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-29 15:12:49 [main] INFO c.u.h.m.infra.config.RedisConfig - RedisTemplate 설정 완료 -2025-10-29 15:12: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-29 15:12:49 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: cb64796d-af5d-4bf8-896f-544ef1c0d060 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 15:12:49 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 15:12:49 [main] INFO c.u.h.m.infra.config.WebSocketConfig - WebSocket 핸들러 등록 완료 - endpoint: /ws/minutes/{minutesId} -2025-10-29 15:12:49 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 15:12: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-29 15:12:50 [main] WARN o.s.b.a.t.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration - Cannot find template location: classpath:/templates/ (please add some templates, check your Thymeleaf configuration, or set spring.thymeleaf.check-template-location=false) -2025-10-29 15:12:50 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8082 (http) with context path '/' -2025-10-29 15:12:50 [main] INFO c.u.h.meeting.MeetingApplication - Started MeetingApplication in 3.187 seconds (process running for 3.327) -2025-10-29 15:13:01 [http-nio-8082-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-29 15:13:01 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-29 15:13:01 [http-nio-8082-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-29 15:13:01 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Securing GET /actuator/health -2025-10-29 15:13:01 [http-nio-8082-exec-1] DEBUG o.s.s.w.a.AnonymousAuthenticationFilter - Set SecurityContextHolder to anonymous SecurityContext -2025-10-29 15:13:01 [http-nio-8082-exec-1] DEBUG o.s.security.web.FilterChainProxy - Secured GET /actuator/health diff --git a/meeting/logs/meeting-service.log.2025-10-23.0.gz b/meeting/logs/meeting-service.log.2025-10-23.0.gz deleted file mode 100644 index 91d4936..0000000 Binary files a/meeting/logs/meeting-service.log.2025-10-23.0.gz and /dev/null differ diff --git a/meeting/logs/meeting-service.log.2025-10-24.0.gz b/meeting/logs/meeting-service.log.2025-10-24.0.gz deleted file mode 100644 index 9354a72..0000000 Binary files a/meeting/logs/meeting-service.log.2025-10-24.0.gz and /dev/null differ diff --git a/meeting/logs/meeting-service.log.2025-10-25.0.gz b/meeting/logs/meeting-service.log.2025-10-25.0.gz deleted file mode 100644 index f155cd6..0000000 Binary files a/meeting/logs/meeting-service.log.2025-10-25.0.gz and /dev/null differ diff --git a/meeting/logs/meeting-service.log.2025-10-26.0.gz b/meeting/logs/meeting-service.log.2025-10-26.0.gz deleted file mode 100644 index 82d2305..0000000 Binary files a/meeting/logs/meeting-service.log.2025-10-26.0.gz and /dev/null differ diff --git a/meeting/logs/meeting-service.log.2025-10-28.0.gz b/meeting/logs/meeting-service.log.2025-10-28.0.gz deleted file mode 100644 index 23050cb..0000000 Binary files a/meeting/logs/meeting-service.log.2025-10-28.0.gz and /dev/null differ diff --git a/meeting/logs/meeting-start.log b/meeting/logs/meeting-start.log deleted file mode 100644 index 8557488..0000000 --- a/meeting/logs/meeting-start.log +++ /dev/null @@ -1 +0,0 @@ -nohup: ./gradlew: No such file or directory diff --git a/meeting/logs/meeting.log b/meeting/logs/meeting.log deleted file mode 100644 index 8557488..0000000 --- a/meeting/logs/meeting.log +++ /dev/null @@ -1 +0,0 @@ -nohup: ./gradlew: No such file or directory diff --git a/stt/logs/stt.log b/stt/logs/stt.log deleted file mode 100644 index 2858b09..0000000 --- a/stt/logs/stt.log +++ /dev/null @@ -1,208 +0,0 @@ -2025-10-29 09:03:40 [main] INFO c.unicorn.hgzero.stt.SttApplication - Starting SttApplication using Java 23.0.2 with PID 46775 (/Users/jominseo/HGZero/stt/build/classes/java/main started by jominseo in /Users/jominseo/HGZero/stt) -2025-10-29 09:03:40 [main] DEBUG c.unicorn.hgzero.stt.SttApplication - Running with Spring Boot v3.3.5, Spring v6.1.14 -2025-10-29 09:03:40 [main] INFO c.unicorn.hgzero.stt.SttApplication - No active profile set, falling back to 1 default profile: "default" -2025-10-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2025-10-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 46 ms. Found 3 JPA repository interfaces. -2025-10-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode -2025-10-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2025-10-29 09:03: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.stt.repository.jpa.RecordingRepository; 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-29 09:03: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.stt.repository.jpa.TranscriptSegmentRepository; 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-29 09:03: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.stt.repository.jpa.TranscriptionRepository; 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-29 09:03:40 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 6 ms. Found 0 Redis repository interfaces. -2025-10-29 09:03:40 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8084 (http) -2025-10-29 09:03:40 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] -2025-10-29 09:03:40 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.31] -2025-10-29 09:03:40 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext -2025-10-29 09:03:40 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 790 ms -2025-10-29 09:03:41 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] -2025-10-29 09:03:41 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 6.5.3.Final -2025-10-29 09:03:41 [main] INFO o.h.c.i.RegionFactoryInitiator - HHH000026: Second-level cache disabled -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3412a3fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration boolean -> org.hibernate.type.BasicTypeReference@3412a3fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Boolean -> org.hibernate.type.BasicTypeReference@3412a3fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration numeric_boolean -> org.hibernate.type.BasicTypeReference@36ecf9f6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.NumericBooleanConverter -> org.hibernate.type.BasicTypeReference@36ecf9f6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration true_false -> org.hibernate.type.BasicTypeReference@104bc677 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.TrueFalseConverter -> org.hibernate.type.BasicTypeReference@104bc677 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration yes_no -> org.hibernate.type.BasicTypeReference@3bda1f0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.YesNoConverter -> org.hibernate.type.BasicTypeReference@3bda1f0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2211e731 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte -> org.hibernate.type.BasicTypeReference@2211e731 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Byte -> org.hibernate.type.BasicTypeReference@2211e731 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary -> org.hibernate.type.BasicTypeReference@73e399cc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration byte[] -> org.hibernate.type.BasicTypeReference@73e399cc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [B -> org.hibernate.type.BasicTypeReference@73e399cc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration binary_wrapper -> org.hibernate.type.BasicTypeReference@3dd591b9 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-binary -> org.hibernate.type.BasicTypeReference@3dd591b9 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration image -> org.hibernate.type.BasicTypeReference@538905d2 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration blob -> org.hibernate.type.BasicTypeReference@7e8c58fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Blob -> org.hibernate.type.BasicTypeReference@7e8c58fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob -> org.hibernate.type.BasicTypeReference@11ce9319 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_blob_wrapper -> org.hibernate.type.BasicTypeReference@780c0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1b3bb287 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration short -> org.hibernate.type.BasicTypeReference@1b3bb287 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Short -> org.hibernate.type.BasicTypeReference@1b3bb287 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration integer -> org.hibernate.type.BasicTypeReference@7ec5aad -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration int -> org.hibernate.type.BasicTypeReference@7ec5aad -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Integer -> org.hibernate.type.BasicTypeReference@7ec5aad -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@625f5712 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration long -> org.hibernate.type.BasicTypeReference@625f5712 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Long -> org.hibernate.type.BasicTypeReference@625f5712 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5e62ca19 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration float -> org.hibernate.type.BasicTypeReference@5e62ca19 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Float -> org.hibernate.type.BasicTypeReference@5e62ca19 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@188bf4d8 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration double -> org.hibernate.type.BasicTypeReference@188bf4d8 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Double -> org.hibernate.type.BasicTypeReference@188bf4d8 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_integer -> org.hibernate.type.BasicTypeReference@7dd7ec56 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigInteger -> org.hibernate.type.BasicTypeReference@7dd7ec56 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration big_decimal -> org.hibernate.type.BasicTypeReference@6528d339 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.math.BigDecimal -> org.hibernate.type.BasicTypeReference@6528d339 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character -> org.hibernate.type.BasicTypeReference@2dd2ff87 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char -> org.hibernate.type.BasicTypeReference@2dd2ff87 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Character -> org.hibernate.type.BasicTypeReference@2dd2ff87 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration character_nchar -> org.hibernate.type.BasicTypeReference@6a38e3d1 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration string -> org.hibernate.type.BasicTypeReference@28cf179c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.String -> org.hibernate.type.BasicTypeReference@28cf179c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nstring -> org.hibernate.type.BasicTypeReference@bdda8a7 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration characters -> org.hibernate.type.BasicTypeReference@3149409c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration char[] -> org.hibernate.type.BasicTypeReference@3149409c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration [C -> org.hibernate.type.BasicTypeReference@3149409c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration wrapper-characters -> org.hibernate.type.BasicTypeReference@1c421b0f -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration text -> org.hibernate.type.BasicTypeReference@4ce18cec -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ntext -> org.hibernate.type.BasicTypeReference@2a9f8d47 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration clob -> org.hibernate.type.BasicTypeReference@51297528 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Clob -> org.hibernate.type.BasicTypeReference@51297528 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration nclob -> org.hibernate.type.BasicTypeReference@5d3f8661 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.NClob -> org.hibernate.type.BasicTypeReference@5d3f8661 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob -> org.hibernate.type.BasicTypeReference@1df9f7c6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_char_array -> org.hibernate.type.BasicTypeReference@4b5aa48b -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_clob_character_array -> org.hibernate.type.BasicTypeReference@51c008fd -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob -> org.hibernate.type.BasicTypeReference@70ed902a -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_character_array -> org.hibernate.type.BasicTypeReference@22f80e36 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration materialized_nclob_char_array -> org.hibernate.type.BasicTypeReference@3c98981e -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> org.hibernate.type.BasicTypeReference@6dcee890 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> org.hibernate.type.BasicTypeReference@6dcee890 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDateTime -> org.hibernate.type.BasicTypeReference@713e49c3 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDateTime -> org.hibernate.type.BasicTypeReference@713e49c3 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalDate -> org.hibernate.type.BasicTypeReference@13d5606c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalDate -> org.hibernate.type.BasicTypeReference@13d5606c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration LocalTime -> org.hibernate.type.BasicTypeReference@6bf54260 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.LocalTime -> org.hibernate.type.BasicTypeReference@6bf54260 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> org.hibernate.type.BasicTypeReference@7165bde6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> org.hibernate.type.BasicTypeReference@7165bde6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@72168258 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@4af84a76 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> org.hibernate.type.BasicTypeReference@b5ff70b -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> org.hibernate.type.BasicTypeReference@b5ff70b -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeUtc -> org.hibernate.type.BasicTypeReference@5709e10b -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithTimezone -> org.hibernate.type.BasicTypeReference@114badf0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@19e8fe55 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> org.hibernate.type.BasicTypeReference@6d7bb5cc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> org.hibernate.type.BasicTypeReference@6d7bb5cc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithTimezone -> org.hibernate.type.BasicTypeReference@756200d1 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTimeWithoutTimezone -> org.hibernate.type.BasicTypeReference@390a07a0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration date -> org.hibernate.type.BasicTypeReference@674e4c82 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Date -> org.hibernate.type.BasicTypeReference@674e4c82 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration time -> org.hibernate.type.BasicTypeReference@572b4072 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Time -> org.hibernate.type.BasicTypeReference@572b4072 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timestamp -> org.hibernate.type.BasicTypeReference@322ab6ce -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.sql.Timestamp -> org.hibernate.type.BasicTypeReference@322ab6ce -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Date -> org.hibernate.type.BasicTypeReference@322ab6ce -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar -> org.hibernate.type.BasicTypeReference@5b74902c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Calendar -> org.hibernate.type.BasicTypeReference@5b74902c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.BasicTypeReference@5b74902c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_date -> org.hibernate.type.BasicTypeReference@4e4bfd9c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration calendar_time -> org.hibernate.type.BasicTypeReference@43ee1cf7 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration instant -> org.hibernate.type.BasicTypeReference@24954e82 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Instant -> org.hibernate.type.BasicTypeReference@24954e82 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid -> org.hibernate.type.BasicTypeReference@5b1f5fcc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.UUID -> org.hibernate.type.BasicTypeReference@5b1f5fcc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration pg-uuid -> org.hibernate.type.BasicTypeReference@5b1f5fcc -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-binary -> org.hibernate.type.BasicTypeReference@4a29fe2e -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration uuid-char -> org.hibernate.type.BasicTypeReference@79135a38 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration class -> org.hibernate.type.BasicTypeReference@77fceac6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Class -> org.hibernate.type.BasicTypeReference@77fceac6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration currency -> org.hibernate.type.BasicTypeReference@563c3aca -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Currency -> org.hibernate.type.BasicTypeReference@563c3aca -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Currency -> org.hibernate.type.BasicTypeReference@563c3aca -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration locale -> org.hibernate.type.BasicTypeReference@53e166ad -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.Locale -> org.hibernate.type.BasicTypeReference@53e166ad -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration serializable -> org.hibernate.type.BasicTypeReference@30c03473 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.io.Serializable -> org.hibernate.type.BasicTypeReference@30c03473 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration timezone -> org.hibernate.type.BasicTypeReference@20fa5277 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.util.TimeZone -> org.hibernate.type.BasicTypeReference@20fa5277 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZoneOffset -> org.hibernate.type.BasicTypeReference@17a7d6c8 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZoneOffset -> org.hibernate.type.BasicTypeReference@17a7d6c8 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration url -> org.hibernate.type.BasicTypeReference@4f2b1e9f -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.net.URL -> org.hibernate.type.BasicTypeReference@4f2b1e9f -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration vector -> org.hibernate.type.BasicTypeReference@7ef9c8a5 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration row_version -> org.hibernate.type.BasicTypeReference@c6244e7 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration object -> org.hibernate.type.JavaObjectType@4c164f81 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@4c164f81 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration null -> org.hibernate.type.NullType@4aa517c3 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_date -> org.hibernate.type.BasicTypeReference@5f369fc6 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_time -> org.hibernate.type.BasicTypeReference@75de7009 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_timestamp -> org.hibernate.type.BasicTypeReference@17a77a7e -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar -> org.hibernate.type.BasicTypeReference@7c840fe3 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_date -> org.hibernate.type.BasicTypeReference@59014efe -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_calendar_time -> org.hibernate.type.BasicTypeReference@5f5923ef -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_binary -> org.hibernate.type.BasicTypeReference@7381d6f0 -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration imm_serializable -> org.hibernate.type.BasicTypeReference@2f262474 -2025-10-29 09:03:41 [main] INFO o.s.o.j.p.SpringPersistenceUnitInfo - No LoadTimeWeaver setup: ignoring JPA class transformer -2025-10-29 09:03:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... -2025-10-29 09:03:41 [main] INFO com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@af94b0b -2025-10-29 09:03:41 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. -2025-10-29 09:03: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-29 09:03:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(2003, org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@6f8fb906) replaced previous registration(org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl@728535c6) -2025-10-29 09:03:41 [main] DEBUG o.h.t.d.sql.spi.DdlTypeRegistry - addDescriptor(6, org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType@244f356) replaced previous registration(org.hibernate.type.descriptor.sql.internal.DdlTypeImpl@19855799) -2025-10-29 09:03:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2004, BlobTypeDescriptor(BLOB_BINDING)) replaced previous registration(BlobTypeDescriptor(DEFAULT)) -2025-10-29 09:03:41 [main] DEBUG o.h.t.d.jdbc.spi.JdbcTypeRegistry - addDescriptor(2005, ClobTypeDescriptor(CLOB_BINDING)) replaced previous registration(ClobTypeDescriptor(DEFAULT)) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration JAVA_OBJECT -> org.hibernate.type.JavaObjectType@35277c6c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.lang.Object -> org.hibernate.type.JavaObjectType@35277c6c -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Type registration key [java.lang.Object] overrode previous entry : `org.hibernate.type.JavaObjectType@4c164f81` -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.DurationType -> basicType@1(java.time.Duration,3015) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.Duration -> basicType@1(java.time.Duration,3015) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetDateTimeType -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetDateTime -> basicType@2(java.time.OffsetDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.ZonedDateTimeType -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.ZonedDateTime -> basicType@3(java.time.ZonedDateTime,3003) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration org.hibernate.type.OffsetTimeType -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:03:41 [main] DEBUG o.hibernate.type.BasicTypeRegistry - Adding type registration java.time.OffsetTime -> basicType@4(java.time.OffsetTime,3007) -2025-10-29 09:03:41 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@25a2c4dc] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@29d81c22] -2025-10-29 09:03: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-29 09:03:42 [main] DEBUG o.h.type.spi.TypeConfiguration$Scope - Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@25a2c4dc] to SessionFactoryImplementor [org.hibernate.internal.SessionFactoryImpl@456beb8b] -2025-10-29 09:03:42 [main] DEBUG org.hibernate.SQL - - alter table if exists transcript_segments - alter column text set data type TEXT -2025-10-29 09:03:42 [main] DEBUG org.hibernate.SQL - - alter table if exists transcriptions - alter column full_text set data type TEXT -2025-10-29 09:03:42 [main] TRACE o.h.type.spi.TypeConfiguration$Scope - Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@456beb8b] for TypeConfiguration -2025-10-29 09:03:42 [main] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' -2025-10-29 09:03:42 [main] INFO o.s.d.j.r.query.QueryEnhancerFactory - Hibernate is in classpath; If applicable, HQL parser will be used. -2025-10-29 09:03:42 [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-29 09:03:42 [main] WARN o.s.b.a.s.s.UserDetailsServiceAutoConfiguration - - -Using generated security password: 190dae79-b098-4391-99ef-25e80ab5f071 - -This generated password is for development use only. Your security configuration must be updated before running your application in production. - -2025-10-29 09:03:42 [main] INFO o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer - Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager -2025-10-29 09:03: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-29 09:03:42 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 3 endpoints beneath base path '/actuator' -2025-10-29 09:03:43 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8084 (http) with context path '/' -2025-10-29 09:03:43 [main] INFO c.unicorn.hgzero.stt.SttApplication - Started SttApplication in 3.351 seconds (process running for 3.473) -2025-10-29 09:03:55 [http-nio-8084-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' -2025-10-29 09:03:55 [http-nio-8084-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' -2025-10-29 09:03:55 [http-nio-8084-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms -2025-10-29 09:03:55 [http-nio-8084-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@31ba88f1]] -2025-10-29 09:03:55 [http-nio-8084-exec-3] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.ui.SwaggerConfigResource.openapiJson 완료 - 실행시간: 0ms -2025-10-29 09:03:55 [http-nio-8084-exec-5] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 호출 - 파라미터: [SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@36fd8444], /v3/api-docs, ko_KR] -2025-10-29 09:03:56 [http-nio-8084-exec-5] INFO o.s.api.AbstractOpenApiResource - Init duration for springdoc-openapi is: 173 ms -2025-10-29 09:03:56 [http-nio-8084-exec-5] INFO c.u.hgzero.common.aop.LoggingAspect - [Controller] org.springdoc.webmvc.api.OpenApiWebMvcResource.openapiJson 완료 - 실행시간: 179ms diff --git a/stt/logs/stt.log.2025-10-27.0.gz b/stt/logs/stt.log.2025-10-27.0.gz deleted file mode 100644 index 378082b..0000000 Binary files a/stt/logs/stt.log.2025-10-27.0.gz and /dev/null differ diff --git a/stt/logs/stt.log.2025-10-28.0.gz b/stt/logs/stt.log.2025-10-28.0.gz deleted file mode 100644 index 319c349..0000000 Binary files a/stt/logs/stt.log.2025-10-28.0.gz and /dev/null differ