. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.2.3)2024-06-02T07:34:30.312Z INFO 1 --- [ main] c.quizplus.tracker.TrackerApplication : Starting AOT-processed TrackerApplication using Java 21.0.3 with PID 1 (/app/tracker started by root in /app)2024-06-02T07:34:30.313Z DEBUG 1 --- [ main] c.quizplus.tracker.TrackerApplication : Running with Spring Boot v3.2.3, Spring v6.1.42024-06-02T07:34:30.313Z INFO 1 --- [ main] c.quizplus.tracker.TrackerApplication : The following 1 profile is active: "dev"2024-06-02T07:34:30.339Z WARN 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpointGroupsBeanPostProcessor': BeanPostProcessor before instantiation of bean failed2024-06-02T07:34:30.340Z ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndpointGroupsBeanPostProcessor': BeanPostProcessor before instantiation of bean failed at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517) ~[tracker:6.1.4] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:325) ~[tracker:6.1.4] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[tracker:6.1.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) ~[tracker:6.1.4] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[tracker:6.1.4] at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:277) ~[na:na] at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:805) ~[tracker:6.1.4] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:608) ~[tracker:6.1.4] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146) ~[tracker:3.2.3] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) ~[tracker:3.2.3] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) ~[tracker:3.2.3] at org.springframework.boot.SpringApplication.run(SpringApplication.java:334) ~[tracker:3.2.3] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) ~[tracker:3.2.3]